Differenze tra le versioni di "Comando Trasposta"

Da GeoGebra Manual.
Riga 1: Riga 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix|Trasposta}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|vector-matrix|Trasposta}}
;Trasposta[Matrice]: Genera la trasposta della matrice indicata.
+
;Trasposta(Matrice): Genera la trasposta della matrice indicata.
: {{Example|1=<code>Trasposta[{{1,2,3}, {4,5,6}, {7,8,9}}]</code> restituisce la matrice <math>\begin{pmatrix}1&4&7\\ 2&5&8\\ 3&6&9\end{pmatrix}</math>.}}
+
: {{Example|1=<code>Trasposta({{1,2,3}, {4,5,6}, {7,8,9}})</code> restituisce la matrice <math>\begin{pmatrix}1&4&7\\ 2&5&8\\ 3&6&9\end{pmatrix}</math>.}}
 
==Sintassi CAS==
 
==Sintassi CAS==
; Trasposta[Matrice]: Genera la trasposta della matrice indicata.
+
; Trasposta(Matrice): Genera la trasposta della matrice indicata.
: {{Example|1=<code>Trasposta[{{a, b}, {c, d}}]</code> restituisce la matrice <math>\begin{pmatrix}a&c\\b&d\end{pmatrix}</math> .}}
+
: {{Example|1=<code>Trasposta({{a, b}, {c, d}})</code> restituisce la matrice <math>\begin{pmatrix}a&c\\b&d\end{pmatrix}</math> .}}

Versione delle 17:23, 29 set 2017



Trasposta(Matrice)
Genera la trasposta della matrice indicata.
Esempio: Trasposta({{1,2,3}, {4,5,6}, {7,8,9}}) restituisce la matrice \begin{pmatrix}1&4&7\\ 2&5&8\\ 3&6&9\end{pmatrix}.

Sintassi CAS

Trasposta(Matrice)
Genera la trasposta della matrice indicata.
Esempio: Trasposta({{a, b}, {c, d}}) restituisce la matrice \begin{pmatrix}a&c\\b&d\end{pmatrix} .
© 2024 International GeoGebra Institute