dangish Messages 72 Reaction score 0 Thread starter Apr 10, 2011 #1 [tex]\left[1 2 3<br /> 2 3 4<br /> 3 4 5\right][/tex] [tex]\left3 4<br /> 3 4\right\|\|[/tex]
dangish Messages 72 Reaction score 0 Apr 10, 2011 #4 [tex]\left[2 1 2\right][/tex] [tex]\left[1 2 3\right][/tex]
eumyang Homework Helper Messages 1,347 Reaction score 12 Apr 10, 2011 #5 Use the bmatrix command, like this: [tex]\begin{bmatrix}<br /> 2& 1& 2 \\<br /> 1& 2& 3<br /> \end{bmatrix}[/tex] (Click on the matrix and you can see the code I used.)
Use the bmatrix command, like this: [tex]\begin{bmatrix}<br /> 2& 1& 2 \\<br /> 1& 2& 3<br /> \end{bmatrix}[/tex] (Click on the matrix and you can see the code I used.)
Mark44 Mentor Insights Author Messages 38,144 Reaction score 10,737 Apr 10, 2011 #6 [ tex]\begin{bmatrix} 2 & 1 & 2 \\ 1 & 2 & 3 \end{bmatrix} [ /tex] Just remove the leading spaces in the tex and /tex tags.
[ tex]\begin{bmatrix} 2 & 1 & 2 \\ 1 & 2 & 3 \end{bmatrix} [ /tex] Just remove the leading spaces in the tex and /tex tags.