Search found 1 match

by Venestor
Fri Feb 21, 2020 10:19 am
Forum: Math & Science
Topic: I need use \pmatrix
Replies: 1
Views: 3212

I need use \pmatrix

I input my formula from Maxima and I need use
\pmatrix{1&-2&3\cr -1&1&-2\cr 2&-1&-1\cr }
I know to define matrix, should use
\left[ \begin{array}{ccc}
1 & -2 & 3 \\
-1 & 1 & -2 \\
2 & -1 & -1
\end{array} \right]
I have error: ! Package amsmath Error: Old form `\pmatrix' should be \begin{pmatrix ...