Determinant 指令
来自GeoGebra Manual
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版。
- Determinant[ <Matrix> ]
- Gives the determinant of the given matrix.
- 範例:
Determinant[{{1, 2}, {3, 4}}]
yields a = -2.
CAS Syntax
- Determinant[ <Matrix> ]
- Gives the determinant of the given matrix. If matrix contains undefined variables, it yields a formula for the determinant.
- 範例:
Determinant[{{1, a}, {b, 4}}]
yields -a b + 4.