Determinant
- Tags
- math
The determinant of a square Matrix \( A \) is \( |A| \) and is a scalar value that is a function of the entries of the matrix.
For a 2D matrix \( \begin{pmatrix} a & b \\ c & d \end{pmatrix} \), this is \[ \det(A) = ad - bc \]
TODO: Describe 3D matrix.