Finding System Solutions of the system Ax=0; A being a matrix

  • Thread starter Thread starter gpax42
  • Start date Start date
  • Tags Tags
    Matrix System
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 7K views
gpax42
Messages
25
Reaction score
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 :smile:
 
Physics news on Phys.org
Do you know about row operations for reducing a matrix? If you do, using them to reduce your matrix would be simpler than solving three equations in three unknowns.
 
My class learned about row operations today but I didn't think to apply them because I began this problem yesterday...

Thanks for your advice :biggrin:
 
gpax42 said:
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 :smile:

This is a linear system of equation which is equivalent to the matrix representation of the problem. And yes, your solution is correct, as far as I checked.