Matrices - finding a general solution.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Agg
Messages
1
Reaction score
0
Howdy,

I have been asked to find the general solution of the following matrix (pic attached).

The matrix does not have an inverse, so I am a bit confused guys. Cheers and thanks in advance!
 

Attachments

  • Untitled-2.jpg
    Untitled-2.jpg
    2.5 KB · Views: 509
Physics news on Phys.org
Yes, it does not have an inverse- that's why you are asked for the general solution.

One way to do this is "row reduction". Set up the augmented matrix
[tex]\left [ \begin{array} {cccc}1 & 0& -1 & 0 \\0 & -2 & 2 & 0 \\-1 & 1 & 0 & 0 \end{array} \right ][/tex]
and row-reduce. Because the matrix does not have an inverse, the final row will be all zero's but you could solve for, say x and y in terms of z.

Or just treat it as a system of equations: x- z= 0, -2y- 2z= 0, -x+ y= 0.
The first and third just say x= z and y= x= z. The second is then automatically solved. The general solution is (x, y, z)= (z, z, z)where z can be any number.