The determinant of a matrix. |
||
Syntax |
d = Det(m) |
|
Argument |
Name |
Description |
m |
A square matrix. |
|
Output |
Name |
Description |
d |
The determinant. |
|
Example |
Find the determinant of a square matrix: |
|
Syntax |
||
D = Det([1,2,3;4,5,6;7,8,10]) |
||
Result |
||
D = -3 |
||
See Also: |