Matrice à m lignes et 1 colonne
Exemple
Voici une matrice colonne de 3 lignes et 1 colonne : A = \(\begin{pmatrix}1\\3\\–3\end{pmatrix}\).
- Voici une matrice 3 × 3 : B = \(\begin{pmatrix}1 & 7 & 9\\3 & –5 & –7\\–3 &4 & 2\end{pmatrix}\).
- Les trois matrices colonnes de B sont des matrices 3 × 1 : \(\begin{pmatrix}1\\3\\–3\end{pmatrix}\), \(\begin{pmatrix}7\\–5\\4\end{pmatrix}\) et \(\begin{pmatrix}9\\–7\\2\end{pmatrix}\).