More than one matrix in equation are not rendered in html · Issue #2865 · jupyter/notebook (original) (raw)
The equation below is rendered ok in the browser but when the notebook is downloaded as html the equation is not rendered properly. It shows part of the Latex code instead.
I tested with other examples and noticed that this happens when the equation has more than one matrix.
[1x1x12⋯x1m1x2x22⋯x2m1x3x32⋯x3m⋮1xnxn2⋯xnm](a1a2a3⋮an)=(y1y2y3⋮yn)\begin{bmatrix} 1 & x_1 & x_1^2 & \cdots & x_1^m \ 1 & x_2 & x_2^2 & \cdots & x_2^m \ 1 & x_3 & x_3^2 & \cdots & x_3^m \ \vdots \ 1 & x_n & x_n^2 & \cdots & x_n^m \end{bmatrix} \begin{pmatrix} a_1 \ a_2 \ a_3 \ \vdots \ a_n \end{pmatrix}
\begin{pmatrix} y_1 \ y_2 \ y_3 \ \vdots \ y_n \end{pmatrix}111⋮1x1x2x3xnx12x22x32xn2⋯⋯⋯⋯x1mx2mx3mxnma1a2a3⋮an=y1y2y3⋮yn