| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Determinant Command
Syntax
- Determinant[matrix M]
Action
Calculates the determinant for the given square matrix.
Examples
- Determinant[{{1, 2}, {3, 4}}] gives you the number a = -2.
- Determinant[ Sequence [Sequence[ Object [ UnicodeToLetter [64+l]+k],l,1,2],k,1,2]] computes determinant of the top left 2x2 submatrix of the spreadsheet.
Notes
If the list entered as M is either not square matrix (or is not matrix at all), the result is undefined.