Matrix Math Problems: [1 2 3; 2 3 4; 3 4 5] ||[3 4; 3 4]

  • Thread starter Thread starter dangish
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 1K views
dangish
Messages
72
Reaction score
0
[tex]\left[1 2 3<br /> 2 3 4<br /> 3 4 5\right][/tex]
[tex]\left3 4<br /> 3 4\right\|\|[/tex]
 
Physics news on Phys.org


[tex]\left[2 1 2\right][/tex]
[tex]\left[1 2 3\right][/tex]
 


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.)