1 -1 0 0 | 0
0 0 1 0 | 0
0 0 0 1 | 0
0 0 0 0 | 0
How do I find the general solution with parameters from this RREF matrix? (it's a Homogeneous system, the right-hand side is zero!)
1 -1 0 0 | 0
0 0 1 0 | 0
0 0 0 1 | 0
0 0 0 0 | 0
How do I find the general solution with parameters from this RREF matrix? (it's a Homogeneous system, the right-hand side is zero!)
Copyright © 2021 JogjaFile Inc.
Don't calculate, just paint the solution. Expand the matrix $$\begin{pmatrix}1&-1&0&0\\ 0&0&1&0\\ 0&0&0&1 \end{pmatrix}$$ to $$\begin{pmatrix}1&-1&0&0\\ 0&-1&0&0&\\ 0&0&1&0\\ 0&0&0&1 \end{pmatrix}$$ hence the kernel is the span of $\begin{pmatrix}-1\\ -1\\ 0\\ 0\end{pmatrix}$.