Difference between revisions of "Determinant Command"

From GeoGebra Manual
Jump to: navigation, search
m
m
Line 6: Line 6:
 
==CAS Syntax==
 
==CAS Syntax==
 
;Determinant[ <Matrix> ]
 
;Determinant[ <Matrix> ]
:Yields the determinant of the given matrix. If matrix contains undefined variables, it yields a formula for the determinant.
+
:Yields the determinant of the given matrix. If the matrix contains undefined variables, it yields a formula for the determinant.
 
:{{example|1=<div><code><nowiki>Determinant[{{1, a}, {b, 4}}]</nowiki></code> yields ''-a b + 4''.</div>}}
 
:{{example|1=<div><code><nowiki>Determinant[{{1, a}, {b, 4}}]</nowiki></code> yields ''-a b + 4''.</div>}}

Revision as of 11:57, 11 September 2012


Determinant[ <Matrix> ]
Gives the determinant of the given matrix.
Example:
Determinant[{{1, 2}, {3, 4}}] yields a = -2.

CAS Syntax

Determinant[ <Matrix> ]
Yields the determinant of the given matrix. If the matrix contains undefined variables, it yields a formula for the determinant.
Example:
Determinant[{{1, a}, {b, 4}}] yields -a b + 4.
© 2024 International GeoGebra Institute