Difference between revisions of "Determinant Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
m (command syntax: changed [ ] into ( ))
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix}}
{{command|cas=true|vector-matrix}}
+
;Determinant( <Matrix> )
;Determinant[ <Matrix> ]
 
 
:Gives the determinant of the matrix.
 
:Gives the determinant of the matrix.
:{{example|1=<div><code><nowiki>Determinant[{{1, 2}, {3, 4}}]</nowiki></code> yields ''a = -2''.</div>}}
+
:{{example|1=<div><code><nowiki>Determinant({{1, 2}, {3, 4}})</nowiki></code> yields ''a = -2''.</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
;Determinant[ <Matrix> ]
+
;Determinant( <Matrix> )
 
:Gives the determinant of the matrix. If the matrix contains undefined variables, it yields a formula for the determinant.
 
:Gives the determinant of the 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>}}

Latest revision as of 16:32, 29 September 2017


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

CAS Syntax

Determinant( <Matrix> )
Gives the determinant of the 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