Calculates the determinant of a matrix.
The matrix
const result = Chalkboard.matr.det([[1, 2], [3, 4]]); // Returns -2 Copy
const result = Chalkboard.matr.det([[1, 2], [3, 4]]); // Returns -2
Calculates the determinant of a matrix.