\( \DeclareMathOperator{\abs}{abs} \newcommand{\ensuremath}[1]{\mbox{$#1$}} \)
(%i1) | A : matrix ( [ 1 , 2 , 3 ] , [ 4 , 5 , 6 ] ) ; |
\[\operatorname{(A) }\begin{pmatrix}1 & 2 & 3\\ 4 & 5 & 6\end{pmatrix}\]
(%i2) | columnspace ( A ) ; |
\[\operatorname{ }\operatorname{span}\left( \begin{pmatrix}1\\ 4\end{pmatrix}\operatorname{,}\begin{pmatrix}2\\ 5\end{pmatrix}\right) \]
(%i3) | nullspace ( A ) ; |
\[\operatorname{ }\operatorname{span}\left( \begin{pmatrix}-3\\ 6\\ -3\end{pmatrix}\right) \]
Created with wxMaxima.