Matrix Variables: Solving Mx = b with 2-D Vectors

  • Thread starter Thread starter EvLer
  • Start date Start date
  • Tags Tags
    Matrix Variables
EvLer
Messages
454
Reaction score
0
if I am given this to solve:
Mx = b
where M
[0 0]
[1 2]
[0 0]
[3 6]

and b = [b1, b2, b3, b4]t

does that mean I have vector x as 4 elements, i.e. x1-x4 or just x1 and x2?

thanks

edit: oh, wait... rank is 2, so its only x1 and x2, right?
 
Last edited:
Physics news on Phys.org
Your vector will be x=[x1 x2]T
 
oh, didn't refresh in time... thanks :)
 
Back
Top