How to make an augmented matrix in LaTeX

  • Thread starter Thread starter lo2
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 10K views
lo2
Hi there

How to make an argumented matrix in LaTeX?
 
Physics news on Phys.org
Do you mean an augmented matrix?
[tex] \left[<br /> \begin{array}{ccc|c}<br /> a & b & c & d\\<br /> e & f & g & h\\<br /> i & j & k & l\\<br /> \end{array}<br /> \right][/tex]
 
cristo said:
Do you mean an augmented matrix?
[tex] \left[<br /> \begin{array}{ccc|c}<br /> a & b & c & d\\<br /> e & f & g & h\\<br /> i & j & k & l\\<br /> \end{array}<br /> \right][/tex]

YEAH RIGHT!