- #1
gpax42
- 25
- 0
Homework Statement
Find all solutions of the system Ax=0
where A = the 3x3 matrix
[1 3 2]
[2 6 9]
[2 8 8]
Homework Equations
not really sure what equations to include
The Attempt at a Solution
wasnt positive how to go about answering this question because I am not sure what its asking for...
i turned "x" into a 3x1 matrix consisting of x1, x2 and x3 and tried to solve the system of equations...
1x1 + 3x2 + 2x3 = 0
2x1 + 6x2 + 9x3 = 0
2x1 + 8x2 + 9x3 = 0
after trying to solve this as a linear system of equations problem, i ended getting that each value (x1, x2, x3) was equal to 0... is this anywhere close to a correct approach to this problem? Thanks for any help you have to offer