Brain Dump

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 (abcd), this is det(A)=adbc

TODO: Describe 3D matrix.

Links to this note