Solving for x in a 3x3 Gaussian Elimination Problem

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Gaussian
Click For Summary

Homework Help Overview

The discussion revolves around solving a system of linear equations represented in matrix form, specifically using Gaussian elimination. The problem involves analyzing the solutions based on different values of the parameter \( c \).

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the implications of the elimination steps and the resulting matrix forms. There is a focus on the interpretation of the arbitrary nature of one variable and the conditions under which the system has infinite or inconsistent solutions.

Discussion Status

The conversation includes corrections and clarifications regarding the elimination process, with participants pointing out errors in the matrix entries. There is ongoing exploration of the implications of the parameter \( c \) on the solution set, indicating a productive dialogue without a definitive conclusion.

Contextual Notes

Participants are working under the constraints of homework guidelines, which may limit the extent of direct solutions provided. The discussion reflects a need to clarify assumptions about the parameter \( c \) and its effect on the system's consistency.

Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement


Examine the solutions of

\left[\begin{array}{c}x_1-x_2+x_3=c\\2x_1-3x_2+4x_3=0\\3x_1-4x_2+5x_3=1\end{array}\right]

\text{when }c=1\text{ and }c\ne1


The Attempt at a Solution



\left[\begin{array}{cccc}1& -1& 1& c\\2& -3& 4& 0\\3& -4& 5& 1\end{array}\right]

\left[\begin{array}{cccc}1& -1& 1& c\\0& -1& 2& -2c\\0& -1& 2& -2c\end{array}\right]

\left[\begin{array}{cccc}1& -1& 1& c\\0& 1& -2& 2c\\0& 0& 0& 0\end{array}\right]


What is the next step here?
 
Physics news on Phys.org
What this step is telling you is that x3 is arbitrary. Continue elimination if you want, but you can construct your solution from this. For example, the 2nd row shows that x2 = 2c +2x3.
 
The entry at the far bottom right of the second matrix should be 1 - 3c.
 
oops yah I didn't notice that. it is 1-3c which changes the situation...
 
Doh!

edit: Hey! PF changed my DOH from all Caps!
 
<br /> \left[\begin{array}{cccc}1&amp; -1&amp; 1&amp; c\\0&amp; -1&amp; 2&amp; -2c\\0&amp; -1&amp; 2&amp; 1-2c\end{array}\right]<br />

<br /> \left[\begin{array}{cccc}1&amp; -1&amp; 1&amp; c\\0&amp; 1&amp; -2&amp; 2c\\0&amp; 0&amp; 0&amp; 1\end{array}\right]<br />

Now... have I made another silly error?

Is the elimination finished?
 
No, you made another mistake. You're subtracting 3 times the first row so you should have 1-3c as the bottom right coefficient, not 1-2c.
 
Ohh jeesh...you both already said that...last stage becomes:

<br /> <br /> \left[\begin{array}{cccc}1&amp; -1&amp; 1&amp; c\\0&amp; 1&amp; -2&amp; 2c\\0&amp; 0&amp; 0&amp; (1-c)\end{array}\right]<br /> <br />

Now the question makes way more sense.

c=1-->infinite solutions
c\ne1-->inconsistent eqs

Thanks people! I should go to bed... but I think I can squeeze in one more stupid question tonight!
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
6
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
0
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K