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. Ask a follow-up in this thread, or start your own.
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


I can't figure out how to post matricies lol
 


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