Determinant¶
Environment in package math.
Description¶
Creates a matrix with vertical double lines on both sides.
Like in other table-like environments, rows are separated by \\
,
and cells are separated by &
(see example below).
Other matrix environments: matrix, bmatrix,
pmatrix, pmatrix, vmatrix
Example¶
\begin{Determinant}
A_11 & A_12 & A_13 \\
A_21 & A_22 & A_23 \\
A_31 & A_32 & A_33
\end{Determinant}
Result, as rendered by your browser
This page is generated automatically and each change here will be replaced on a next update.