Difference between revisions of "Determinant Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|vector-matrix}}
 
{{command|vector-matrix}}
; Determinant[Matrix]: Returns the determinant of the matrix.
+
;Determinant[Matrix]
: {{Example|1= <code>Determinant[{{1, 2}, {3, 4}}]</code> gives you the number ''a = -2''.}}
+
:Gives the determinant of the given matrix.
 +
:{{Example|1=<code><nowiki>Determinant[{{1, 2}, {3, 4}}]</nowiki></code> gives the number ''a = -2''.}}
 
==CAS Syntax==
 
==CAS Syntax==
 +
;Determinant[Matrix]
 +
:Gives the determinant of the given matrix.
 +
:{{Example|1=<code><nowiki>Determinant[{{1, 2}, {3, 4}}]</nowiki></code> gives the number ''-2''.}}

Revision as of 15:04, 4 August 2011


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

CAS Syntax

Determinant[Matrix]
Gives the determinant of the given matrix.
Example: Determinant[{{1, 2}, {3, 4}}] gives the number -2.
© 2024 International GeoGebra Institute