Column swap in an augmented matrix

  • Context: Undergrad 
  • Thread starter Thread starter Shaybay92
  • Start date Start date
  • Tags Tags
    Column Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 8K views
Shaybay92
Messages
122
Reaction score
0
This may seem like a very obvious question, but I thought it may be some sort of trick that my lecturer thought I may overlook... Well, when swapping columns of an augmented matrix, the solution set is unchanged (as long as you don't swap the 'b' column) is this correct? It is only swapping the way the matrix is set out (and would give you a different route to solve) but the solutions should not be altered in anyway.
 
Physics news on Phys.org
Yes, basically, that is true- although it may change how you interpret the results. It is essentially the same as changing the equations

2x+ 3y= 1, x- 2y= 2 to 3y+ 2x= 1, -2y+ x= 2.

The only thing that has changed is which column represents "x" and which represents "y".