Caption for the picture.
\[\begin{equation*} \mathbf{}\left[\begin{matrix} 1& -2& -1&-2 \\ 3&-1&2&5 \\ 1&1&2&3 \end{matrix}\right] \end{equation*} \]
## Warning: package 'pracma' was built under R version 3.4.4
## [,1] [,2] [,3] [,4]
## [1,] 1 0 1 0
## [2,] 0 1 1 0
## [3,] 0 0 0 1
\[\begin{equation*} \mathbf{}\left[\begin{matrix} 1& -2& -1&-5 \\ 3&-1&2&5 \\ 1&1&2&7 \end{matrix}\right] \end{equation*} \]
## Warning: package 'knitr' was built under R version 3.4.4
## [,1] [,2] [,3] [,4]
## [1,] 1 0 1 3
## [2,] 0 1 1 4
## [3,] 0 0 0 0
\[X = -1Z +3\] \[Y = -Z +4 \]
\[Z = -1Y +4\]
\[\begin{equation*} \mathbf{}\left[\begin{matrix} 3 \\ 4 \\ 0 \end{matrix}\right]+ Z \left[\begin{matrix} -1 \\ -1 \\ 1 \end{matrix}\right] \end{equation*} \]