Column Matrix
Matrix with m lines and 1 column.
Example
This is a column matrix with 3 rows and 1 column: A = [latex]\begin{pmatrix}1\\3\\–3\end{pmatrix}[/latex].- VThis is a 3 × 3 matrix: B = [latex]\begin{pmatrix}1 & 7 & 9\\3 & –5 & –7\\–3 &4 & 2\end{pmatrix}[/latex].
- The three column matrices of B are 3 × 1 matrices: [latex]\begin{pmatrix}1\\3\\–3\end{pmatrix}[/latex], [latex]\begin{pmatrix}7\\–5\\4\end{pmatrix}[/latex] and [latex]\begin{pmatrix}9\\–7\\2\end{pmatrix}[/latex].
