<< condeig | Linear algebra | diff >> |
res = det(x) |
a numeric value: scalar or square matrix (double or single)
real or complex number (double or single), the determinant base 10.
res = det(x) returns the determinant of square matrix x.
A = [10 -20 40; -50 20 0; 10 0 30]
D = det(A)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET