Reduced Row Echelon/Solution Set Problem

  • Thread starter Thread starter iasc
  • Start date Start date
  • Tags Tags
    Row Set
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
5 replies · 3K views
iasc
Messages
17
Reaction score
0
The question reads "Use the reduced row echelon forms that you computed to describe the solution set for each of two linear systems we consider".

What I don't understand is what it means by The solution set for each of the two linear systems.
Could someone clear this up for me.

Any help appreciated.
Thanks.
 
Physics news on Phys.org
After solving a matrix you will have either zero, one, or an infinite number of solutions. For example the solution [tex]x_{1}=0[/tex] [tex]x_2=0[/tex] [tex]x_3=0[/tex] might be the solution set to a homogeneous system. Once you get the matrix to reduced row form the solution set should be apparent just from looking at the matrix.
 
OK, I'm not really sure what the answer is.
One of my matrices is
1 2 0 0 -3 11
0 0 1 0 -5 15
0 0 0 1 -1 5

Could you point me in the right direction please.
 
Well that particular matrix will have an infinite number of solutions because you have more unknowns than equations. The matrix is already reduced as much as possible I believe. In this situation you would generally introduce one or more parameters and back substitute.

For example according to your matrix [tex]x_4=5+x_5[/tex] and [tex]x_3=15+5x_5[/tex] and [tex]x_1=11+3x_5-2x_2[/tex].

If you set [tex]x_5=t[/tex] and [tex]x_2=s[/tex] you should be able to solve for each variable in terms of s and t.
 
Last edited:
That was very helpful.
Thanks a million.