What is the correct way to solve a matrix equation with variables x and y?

  • Thread starter Thread starter Ry122
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary

Homework Help Overview

The discussion revolves around solving a matrix equation involving variables x and y, specifically using matrix operations to find their values. Participants are examining the steps taken to manipulate the matrix and the resulting values.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants are analyzing the steps taken in matrix manipulation, questioning the correctness of initial assumptions and calculations. There is a focus on identifying potential errors in the matrix operations and the interpretation of the results.

Discussion Status

There is an ongoing examination of the calculations and assumptions made by the original poster. Some participants have offered insights into possible errors in the steps, while others have provided alternative interpretations of the expected results. The discussion remains open with various perspectives being explored.

Contextual Notes

Participants have noted discrepancies in the expected values for y, with some suggesting it should be -5/7 instead of 5/7. There is also a mention of the need for clarity regarding the initial problem setup, which may be affecting the understanding of the matrix operations.

Ry122
Messages
563
Reaction score
2
Can someone tell me what I'm doing wrong. the answer for x is supposed to be -3/7 and y is supposed to be 5/7 but i have 5/7 and -23/7.

[tex]\begin{bmatrix}<br /> 1 & -2 \\ <br /> 3 & 1<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1 & 0 \\ <br /> 0 & 1<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]
new r1= r1-(r2 x -2)
[tex]\begin{bmatrix}<br /> 7 & 0 \\ <br /> 3 & 1<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1 & -2 \\ <br /> 0 & 1<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]
new r1=r1/7
[tex]\begin{bmatrix}<br /> 1 & 0 \\ <br /> 3 & 1<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1/7 & -2/7 \\ <br /> 0 & 1<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]
new r2 = r2-(r1 x 3)
[tex]\begin{bmatrix}<br /> 1 & 0 \\ <br /> 0 & 1<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1/7 & -2/7 \\ <br /> -3/7 & 13/7<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]

[tex] <br /> b=\begin{bmatrix}<br /> 1 \\ <br /> -2<br /> \end{bmatrix} [/tex]
so
[tex] <br /> \begin{bmatrix}<br /> 1/7 & -2/7 \\ <br /> -3/7 & 13/7<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1 \\ <br /> -2<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]

[tex] 4/7 + 1/7 = 5/7[/tex]
[tex] -26/7 + 3/7 = -23/7[/tex]
 
Last edited:
Physics news on Phys.org
Are you sure y is supposed to be 5/7? I got -5/7. As for your error, check your first step. The matrix on the left hand side should be 1,2 not 1,-2.
 
yes its negative 5/7 actually.
 
It would help if you would tell us right at the beginning what the problem is!
I can guess, as Defennnder apparently did, that you are trying to solve
[tex]\begin{bmatrix}1 & -2 \\3 & 1\end{bmatrix}\begin{bmatrix} x \\ y\end{bmatrix}= \begin{bmatrix}1 \\ -2\end{bmatrix}[/tex]
and that you found the inverse matrix then mutliplied the inverse by b.

Ry122 said:
Can someone tell me what I'm doing wrong. the answer for x is supposed to be -3/7 and y is supposed to be 5/7 but i have 5/7 and -23/7.

[tex] <br /> <br /> \begin{bmatrix}<br /> 1 & -2 \\ <br /> 3 & 1<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1 & 0 \\ <br /> 0 & 1<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]
new r1= r1-(r2 x -2)
[tex] <br /> <br /> \begin{bmatrix}<br /> 7 & 0 \\ <br /> 3 & 1<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1 & -2 \\ <br /> 0 & 1<br /> \end{bmatrix}[/tex]
Here's your error. In the last column "r1- (r2*-2)" would be 0- (1(-2))= 2, not -2. it would have been simpler to think "r1= r1+ (r2*2)" rather than having the two negatives.




new r1=r1/7
[tex] <br /> <br /> \begin{bmatrix}<br /> 1 & 0 \\ <br /> 3 & 1<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1/7 & -2/7 \\ <br /> 0 & 1<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]
new r2 = r2-(r1 x 3)
[tex] <br /> <br /> \begin{bmatrix}<br /> 1 & 0 \\ <br /> 0 & 1<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1/7 & -2/7 \\ <br /> -3/7 & 13/7<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]

[tex] <br /> b=\begin{bmatrix}<br /> 1 \\ <br /> -2<br /> \end{bmatrix} [/tex]
so
[tex] <br /> \begin{bmatrix}<br /> 1/7 & -2/7 \\ <br /> -3/7 & 13/7<br /> \end{bmatrix} <br /> \begin{bmatrix}<br /> 1 \\ <br /> -2<br /> \end{bmatrix} <br /> <br /> <br /> [/tex]

[tex] 4/7 + 1/7 = 5/7[/tex]
[tex] -26/7 + 3/7 = -23/7[/tex]
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
19
Views
2K
Replies
3
Views
2K
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K