Code: Select all
\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]
! Package amsmath Error: Old form `\pmatrix' should be \begin{pmatrix}.
Is it any solution to do this. Maybe using command
\def
??Please help.
Sorry for my english
