Identity Command

From GeoGebra Manual
Revision as of 21:16, 9 March 2013 by Zbynek (talk | contribs) (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 )
Jump to: navigation, search



Identity[ <Number n> ]
Gives the identity matrix of the given order.
Example:
Identity[3] yields the matrix \begin{pmatrix} 1&0&0\\ 0&1&0\\ 0&0&1

\end{pmatrix}
.
Note:

If A is a square matrix of order n, A^0 yields the same as Identity[n].

CAS Syntax

Identity[ <Number> ]
Gives the identity matrix of the given order.
Example:
Identity[3] yields the matrix \begin{pmatrix} 1&0&0\\ 0&1&0\\ 0&0&1

\end{pmatrix}
.
Note:
If A is a square matrix of order n, A^0 yields the same as Identity[n].
© 2024 International GeoGebra Institute