Processing math: 100%
[
a
b
c
d
e
f
]
t
=
[
a
d
b
e
c
f
]
Got it !
Transposition d'une matrice = échange lignes et colonnes
Transposition d'une matrice carréée= symétrique par rapport à la diagonale
[
1
2
3
4
]
t
=
[
1
3
2
4
]
[
1
x
3
4
y
0
]
t
=
[
1
4
x
y
3
0
]
[
1
2
3
4
5
6
7
8
9
]
t
=
[
1
4
7
2
5
8
3
6
9
]