calcul.io
math playground
New
calculation
Help
Instructions
Examples
Functions
Constants
Display Debug info
Functions
Matrix
det
det
det(x)
Calculate the determinant of a matrix
Try it yourself:
$1
det([1, 2; 3, 4])
$2
det([-2, 2, 3; -1, 1, 3; 2, 0, -1])
See also:
concat
diag
identity
inv
ones
range
size
squeeze
subset
trace
transpose
zeros
All functions