Function det from ginac
Brief description
det(value:matrix):ex
Computes the determinant of a square matrix More ...
Function information
| Name: | det |
| Base: | |
| Group: | GiNaC plugins:Matrix algebra |
| Icon: | ginac.png |
| Color: | cyan |
| Authors: | |
| Copyright: |
Detailed description
Computes the determinant of a square matrix
Input parameters
-
value:
matrix
- Matrix
Return values
-
Default return value:
ex
- Determinant of the matrix
