Difference between revisions of "Identity Command"

From GeoGebra Manual
Jump to: navigation, search
m (command syntax: changed [ ] into ( ))
 
(4 intermediate revisions by 2 users 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}}
+
;Identity( <Number> )
;Identity[ <Number> ]
 
 
:Gives the identity matrix of the given order.
 
:Gives the identity matrix of the given order.
:{{example|1=<div><code><nowiki>Identity[3]</nowiki></code> yields the matrix ''<math>\begin{pmatrix}
+
:{{example|1=<div><code><nowiki>Identity(3)</nowiki></code> yields the matrix ''<math>\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix}</math>''.</div>}}
1&0&0\\
+
{{note|1=If ''A'' is a square matrix of order ''n'', <code><nowiki>A^0</nowiki></code> yields the same as <code><nowiki>Identity(n)</nowiki></code>.}}
0&1&0\\
 
0&0&1
 
\end{pmatrix}</math>''.</div>}}
 
{{note|1=If ''A'' is a square matrix of order ''n'', <code><nowiki>A^0</nowiki></code> yields the same as <code><nowiki>Identity[n]</nowiki></code>.}}
 
==CAS Syntax==
 
;Identity[ <Number> ]
 
:Gives the identity matrix of the given order.
 
:{{example|1=<div><code><nowiki>Identity[3]</nowiki></code> yields the matrix ''<math>\begin{pmatrix}
 
1&0&0\\
 
0&1&0\\
 
0&0&1
 
\end{pmatrix}</math>''.</div>}}
 
{{note|1=If ''A'' is a square matrix of order ''n'', <code><nowiki>A^0</nowiki></code> yields the same as <code><nowiki>Identity[n]</nowiki></code>.}}
 

Latest revision as of 17:34, 29 September 2017

© 2024 International GeoGebra Institute