Bloc Scicos
fr - eng


MATTRAN Transposition Matricielle

\epsfig{file=MATTRAN.eps,height=90pt}

Contenu

Palette

Description

Ce bloc fait la transposition d'une matrice de taille MxN en matrice de taille NxM. Pour les données de type complexe, celui-ci utilise une transposition Hermitienne. L'instruction scilab équivalente de ce bloc est y=u'.

Boîte de dialogue

\begin{figure}\begin{center}
\epsfig{file=MATTRAN_gui.eps,width=300pt}
\end{center}\end{figure}

Exemple

.                     Transposition 
--                  --               --           --
| 1+i   2+3i    3+2i |   Complexe    | 1- i   4- i |
| 4+i   5-8i    6-2i | ----------->  | 2-3i   5+8i |
--                  --               | 3-2i   6+2i |
.                                    --           --
.                  Reel 
--          --               --      --
| 1   -2   3 | Tranposition  | 1    4 |
| 4   5    6 | ------------> |- 2   5 |
--          --               | 3    6 |
.                            --      --

Propriétés par défaut

Fonction d'interface

Fonction de calcul

Voir aussi

Auteurs