mneox
- 35
- 0
Homework Statement
Solve the system of equations for Bx = 0.
Where B is the following matrix:
[ 5 -1 ]
[ 2 2 ]
[ 1 4 ]
and the x is some vector I am assuming.. is it:
[ x1 ]
[ x2 ]
Homework Equations
The Attempt at a Solution
So what I figured was that I should do this:
[ 5 -1 | 0 ]
[ 2 2 | 0 ]
[ 1 4 | 0 ]
Is this correct? Then if I get it to rref
[ 1 0 | 0 ]
[ 0 1 | 0 ]
[ 0 0 | 0 ]
What do I do now? Is x1 = 0 and x2 = 0?
That seems like it's incorrect so I was wondering if someone can check over for me and offer any help? Thank you! :)