Einheitsmatrix (Befehl): Unterschied zwischen den Versionen

Aus GeoGebra Manual
Wechseln zu: Navigation, Suche
K (Textersetzung - „version=4.0“ durch „version=4.2“)
K (Textersetzung - „;([A-Za-z0-9]*)\[(.*)\]“ durch „;$1($2)“)
 
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{command|cas=true|vector-matrix|Einheitsmatrix}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
;Einheitsmatrix[<Zahl n>]
+
{{command|cas=true|vector-matrix|Einheitsmatrix}}
:Gibt die Einheitsmatrix zur gegebenen Ordnung (<math>n\times n</math>).
+
 
:{{Example|1= <code>Einheitsmatrix[3]</code> gibt die Matrix ''<math>\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix}</math>''.}}
+
;Einheitsmatrix( <Zahl> )
:{{Note|1=Für eine quadratische Matrix "A" der Ordnung ''n'', ergibt <code>A^0</code> die selbe Matrix wie <code>Einheitsmatrix[n]</code>.}}
+
:Gibt die Einheitsmatrix zur gegebenen Ordnung.
==CAS Syntax==
+
:{{Example|1= <div><code>Einheitsmatrix[3]</code> gibt die Matrix ''<math>\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix}</math>''.</div>}}
;Einheitsmatrix[<Zahl n>]
+
{{Note|1=Für eine quadratische Matrix ''A'' der Ordnung ''n'', ergibt <code>A^0</code> die selbe Matrix wie <code>Einheitsmatrix[n]</code>.}}
:Gibt die Einheitsmatrix zur gegebenen Ordnung (<math>n\times n</math>).
 

Aktuelle Version vom 7. Oktober 2017, 18:00 Uhr


Einheitsmatrix( <Zahl> )
Gibt die Einheitsmatrix zur gegebenen Ordnung.
Beispiel:
Einheitsmatrix[3] gibt die Matrix \begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix}.
Anmerkung: Für eine quadratische Matrix A der Ordnung n, ergibt A^0 die selbe Matrix wie Einheitsmatrix[n].
© 2024 International GeoGebra Institute