Solving $2x-y=5$ and $x+y=1$ by Gaussian elimination [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
-2
down vote
favorite
I am reading a book called "Linear algebra and its applications" by Gilbert Strang.
Chapter 1 is called “Matrices and Gaussian elimination”, the example in 1.1 I understand, Strang goes through the steps used.
Can someone please explain the steps to solving the two linear equations below using Gaussian elimination?
It's quite obvious that $x = 2$ and $y = 3$ but I'm struggling the understand the steps using Gaussian elimination to work it out.
begincases
2x - y = 5 \[4px]
x + y = 1
endcases
linear-algebra algebra-precalculus
closed as off-topic by amWhy, user21820, Did, José Carlos Santos, Jyrki Lahtonen Dec 4 at 11:18
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." – amWhy, user21820, Did, José Carlos Santos, Jyrki Lahtonen
add a comment |
up vote
-2
down vote
favorite
I am reading a book called "Linear algebra and its applications" by Gilbert Strang.
Chapter 1 is called “Matrices and Gaussian elimination”, the example in 1.1 I understand, Strang goes through the steps used.
Can someone please explain the steps to solving the two linear equations below using Gaussian elimination?
It's quite obvious that $x = 2$ and $y = 3$ but I'm struggling the understand the steps using Gaussian elimination to work it out.
begincases
2x - y = 5 \[4px]
x + y = 1
endcases
linear-algebra algebra-precalculus
closed as off-topic by amWhy, user21820, Did, José Carlos Santos, Jyrki Lahtonen Dec 4 at 11:18
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." – amWhy, user21820, Did, José Carlos Santos, Jyrki Lahtonen
3
Since $2+3=5neq1$, I don't see how you find it “obvious” that $x=2$ and $y=3$.
– José Carlos Santos
Dec 2 at 10:40
Sorry my mistake I was meant to write 2x - y = 1 and x+ y = 5
– Paul
Dec 3 at 10:45
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I am reading a book called "Linear algebra and its applications" by Gilbert Strang.
Chapter 1 is called “Matrices and Gaussian elimination”, the example in 1.1 I understand, Strang goes through the steps used.
Can someone please explain the steps to solving the two linear equations below using Gaussian elimination?
It's quite obvious that $x = 2$ and $y = 3$ but I'm struggling the understand the steps using Gaussian elimination to work it out.
begincases
2x - y = 5 \[4px]
x + y = 1
endcases
linear-algebra algebra-precalculus
I am reading a book called "Linear algebra and its applications" by Gilbert Strang.
Chapter 1 is called “Matrices and Gaussian elimination”, the example in 1.1 I understand, Strang goes through the steps used.
Can someone please explain the steps to solving the two linear equations below using Gaussian elimination?
It's quite obvious that $x = 2$ and $y = 3$ but I'm struggling the understand the steps using Gaussian elimination to work it out.
begincases
2x - y = 5 \[4px]
x + y = 1
endcases
linear-algebra algebra-precalculus
linear-algebra algebra-precalculus
edited Dec 2 at 14:48
user21820
38.2k541150
38.2k541150
asked Dec 2 at 10:29
Paul
187
187
closed as off-topic by amWhy, user21820, Did, José Carlos Santos, Jyrki Lahtonen Dec 4 at 11:18
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." – amWhy, user21820, Did, José Carlos Santos, Jyrki Lahtonen
closed as off-topic by amWhy, user21820, Did, José Carlos Santos, Jyrki Lahtonen Dec 4 at 11:18
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." – amWhy, user21820, Did, José Carlos Santos, Jyrki Lahtonen
3
Since $2+3=5neq1$, I don't see how you find it “obvious” that $x=2$ and $y=3$.
– José Carlos Santos
Dec 2 at 10:40
Sorry my mistake I was meant to write 2x - y = 1 and x+ y = 5
– Paul
Dec 3 at 10:45
add a comment |
3
Since $2+3=5neq1$, I don't see how you find it “obvious” that $x=2$ and $y=3$.
– José Carlos Santos
Dec 2 at 10:40
Sorry my mistake I was meant to write 2x - y = 1 and x+ y = 5
– Paul
Dec 3 at 10:45
3
3
Since $2+3=5neq1$, I don't see how you find it “obvious” that $x=2$ and $y=3$.
– José Carlos Santos
Dec 2 at 10:40
Since $2+3=5neq1$, I don't see how you find it “obvious” that $x=2$ and $y=3$.
– José Carlos Santos
Dec 2 at 10:40
Sorry my mistake I was meant to write 2x - y = 1 and x+ y = 5
– Paul
Dec 3 at 10:45
Sorry my mistake I was meant to write 2x - y = 1 and x+ y = 5
– Paul
Dec 3 at 10:45
add a comment |
2 Answers
2
active
oldest
votes
up vote
3
down vote
accepted
There is something wrong with the given solution, indeed we have that
- $2x - y = 5$
- $x + y = 1 iff 2x+2y=2$
then subtracting the first one from the second we obtain the equivalent system
- $2x - y = 5$
- $0+3y=-3 implies y=-1$
and then
- $x=2$
- $y=-1$
add a comment |
up vote
3
down vote
It depends on what kind of Gaussian elimination you use.
If you use Gauss-Crout with also backward elimination, the steps are
beginalign
left[beginarraycc
2 & -1 & 5 \
1 & 1 & 1
endarrayright]
&to
left[beginarraycc
1 & -1/2 & 5/2 \
1 & 1 & 1
endarrayright]
&& R_1getstfrac12R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 3/2 & -3/2
endarrayright]
&& R_2gets R_2-R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 1 & -1
endarrayright]
&& R_2gets tfrac23R_2
\[6px] &to
left[beginarraycc
1 & 0 & 2 \
0 & 1 & -1
endarrayright]
&& R_1gets R_1+tfrac12R_2
endalign
Therefore $x=2$ and $y=-1$.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
There is something wrong with the given solution, indeed we have that
- $2x - y = 5$
- $x + y = 1 iff 2x+2y=2$
then subtracting the first one from the second we obtain the equivalent system
- $2x - y = 5$
- $0+3y=-3 implies y=-1$
and then
- $x=2$
- $y=-1$
add a comment |
up vote
3
down vote
accepted
There is something wrong with the given solution, indeed we have that
- $2x - y = 5$
- $x + y = 1 iff 2x+2y=2$
then subtracting the first one from the second we obtain the equivalent system
- $2x - y = 5$
- $0+3y=-3 implies y=-1$
and then
- $x=2$
- $y=-1$
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
There is something wrong with the given solution, indeed we have that
- $2x - y = 5$
- $x + y = 1 iff 2x+2y=2$
then subtracting the first one from the second we obtain the equivalent system
- $2x - y = 5$
- $0+3y=-3 implies y=-1$
and then
- $x=2$
- $y=-1$
There is something wrong with the given solution, indeed we have that
- $2x - y = 5$
- $x + y = 1 iff 2x+2y=2$
then subtracting the first one from the second we obtain the equivalent system
- $2x - y = 5$
- $0+3y=-3 implies y=-1$
and then
- $x=2$
- $y=-1$
answered Dec 2 at 10:41
gimusi
91.3k74495
91.3k74495
add a comment |
add a comment |
up vote
3
down vote
It depends on what kind of Gaussian elimination you use.
If you use Gauss-Crout with also backward elimination, the steps are
beginalign
left[beginarraycc
2 & -1 & 5 \
1 & 1 & 1
endarrayright]
&to
left[beginarraycc
1 & -1/2 & 5/2 \
1 & 1 & 1
endarrayright]
&& R_1getstfrac12R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 3/2 & -3/2
endarrayright]
&& R_2gets R_2-R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 1 & -1
endarrayright]
&& R_2gets tfrac23R_2
\[6px] &to
left[beginarraycc
1 & 0 & 2 \
0 & 1 & -1
endarrayright]
&& R_1gets R_1+tfrac12R_2
endalign
Therefore $x=2$ and $y=-1$.
add a comment |
up vote
3
down vote
It depends on what kind of Gaussian elimination you use.
If you use Gauss-Crout with also backward elimination, the steps are
beginalign
left[beginarraycc
2 & -1 & 5 \
1 & 1 & 1
endarrayright]
&to
left[beginarraycc
1 & -1/2 & 5/2 \
1 & 1 & 1
endarrayright]
&& R_1getstfrac12R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 3/2 & -3/2
endarrayright]
&& R_2gets R_2-R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 1 & -1
endarrayright]
&& R_2gets tfrac23R_2
\[6px] &to
left[beginarraycc
1 & 0 & 2 \
0 & 1 & -1
endarrayright]
&& R_1gets R_1+tfrac12R_2
endalign
Therefore $x=2$ and $y=-1$.
add a comment |
up vote
3
down vote
up vote
3
down vote
It depends on what kind of Gaussian elimination you use.
If you use Gauss-Crout with also backward elimination, the steps are
beginalign
left[beginarraycc
2 & -1 & 5 \
1 & 1 & 1
endarrayright]
&to
left[beginarraycc
1 & -1/2 & 5/2 \
1 & 1 & 1
endarrayright]
&& R_1getstfrac12R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 3/2 & -3/2
endarrayright]
&& R_2gets R_2-R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 1 & -1
endarrayright]
&& R_2gets tfrac23R_2
\[6px] &to
left[beginarraycc
1 & 0 & 2 \
0 & 1 & -1
endarrayright]
&& R_1gets R_1+tfrac12R_2
endalign
Therefore $x=2$ and $y=-1$.
It depends on what kind of Gaussian elimination you use.
If you use Gauss-Crout with also backward elimination, the steps are
beginalign
left[beginarraycc
2 & -1 & 5 \
1 & 1 & 1
endarrayright]
&to
left[beginarraycc
1 & -1/2 & 5/2 \
1 & 1 & 1
endarrayright]
&& R_1getstfrac12R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 3/2 & -3/2
endarrayright]
&& R_2gets R_2-R_1
\[6px] &to
left[beginarraycc
1 & -1/2 & 5/2 \
0 & 1 & -1
endarrayright]
&& R_2gets tfrac23R_2
\[6px] &to
left[beginarraycc
1 & 0 & 2 \
0 & 1 & -1
endarrayright]
&& R_1gets R_1+tfrac12R_2
endalign
Therefore $x=2$ and $y=-1$.
answered Dec 2 at 11:17
egreg
176k1384198
176k1384198
add a comment |
add a comment |
3
Since $2+3=5neq1$, I don't see how you find it “obvious” that $x=2$ and $y=3$.
– José Carlos Santos
Dec 2 at 10:40
Sorry my mistake I was meant to write 2x - y = 1 and x+ y = 5
– Paul
Dec 3 at 10:45