How Do You Write Matrices in the Gummi LaTeX Editor?

  • Context: LaTeX 
  • Thread starter Thread starter Stephen Tashi
  • Start date Start date
  • Tags Tags
    Matrices
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Physics news on Phys.org
pmatrix is an extension from amslatex. In the preamble of your tex file, add

\usepackage{amsmath}

and it will work. There are many useful extensions in amsmath and I use it in almost all my documents. See the ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf.
 
  • Like
Likes   Reactions: Stephen Tashi