Matrix Right-Inverse: Find x_1,x_2 for Ax=b

  • Thread starter Thread starter TsAmE
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Click For Summary
SUMMARY

The discussion focuses on demonstrating that the matrices \(\mathbf{R_1} = \begin{pmatrix}-1 & 1 \\ 6 & -4 \\ 4 & -3\end{pmatrix}\) and \(\mathbf{R_2} = \begin{pmatrix}1 & -1 \\ -4 & 6 \\ -4 & 5\end{pmatrix}\) serve as right-inverses for the matrix \(\mathbf{A} = \begin{pmatrix}1 & 1 & -1 \\ 4 & 0 & 1\end{pmatrix}\). The objective is to find solutions \(\mathbf{x_1}\) and \(\mathbf{x_2}\) for the equation \(\mathbf{Ax = b}\), where \(\mathbf{b} = \begin{pmatrix}0 \\ 8\end{pmatrix}\). The discussion clarifies that while \(\mathbf{A}\) does not have a traditional inverse, right-inverses can still yield valid solutions to the equation.

PREREQUISITES
  • Understanding of matrix multiplication and properties
  • Knowledge of right-inverses in linear algebra
  • Familiarity with the concept of identity matrices
  • Basic skills in solving linear equations
NEXT STEPS
  • Study the properties of right-inverses in linear algebra
  • Learn how to compute solutions using right-inverses
  • Explore the implications of non-invertible matrices in linear equations
  • Investigate the use of the identity matrix in matrix equations
USEFUL FOR

Students and educators in linear algebra, mathematicians exploring matrix theory, and anyone seeking to understand the application of right-inverses in solving linear equations.

TsAmE
Messages
129
Reaction score
0

Homework Statement



Show that \mathbf{R_1} = \begin{pmatrix}-1 & 1 \\ 6& -4 \\ 4& -3\end{pmatrix} and \mathbf{R_2} = \begin{pmatrix}1 & -1 \\ -4& 6 \\ -4& 5\end{pmatrix} are both right-inverses of the matrix \mathbf{A} = \begin{pmatrix}1 &1 &-1 \\ 4&0 &1 \end{pmatrix}.

Use the right-inverses \mathbf{R_1} and \mathbf{R_2} to find two solutions \mathbf{x_1} and \mathbf{x_2} of the equation \mathbf{Ax = b}, where \mathbf{b} =\begin{pmatrix}0\\ 8\end{pmatrix}.

Homework Equations



None.

The Attempt at a Solution



By what I understand, the only way to solve Ax = b is with an inverse:

\mathbf{A^{-1}Ax = A^{-1}b}

\mathbf{x = A^{-1}b}

and matrix \mathbf{A}doesnt have an inverse

but the question asks to use the right-inverse and this is what I don't understand
 
Physics news on Phys.org
If your textbook talks about "right inverses" then it must have a definition of "right inverse"! I suggest you look up your text's definition specifically but it probably is referring to "multiplication from the right". That is, A is a "right inverse" of B if and only if BA= I where I is the identity matrix.

So look at AR_1 and AR_2. What are they?

By what I understand, the only way to solve Ax = b is with an inverse

Then your understanding is wrong. An equation Ax= b has a unique solution if and only if A has an inverse and in that case x= A^{-1}b (though that is not the only way to solve the equation). If A is not invertible, then Ax= b may still have solutions, though they would not be unique.
 
Oh I see.

Would this be right?

\mathbf{Ax_1} = \mathbf{b}

\mathbf{AR_1x_1} = \mathbf{bR_1}

\mathbf{I_2x_1} = \mathbf{bR_1}

\mathbf{x_1} = \mathbf{bR_1}

and the same calculations for \mathbf{x_2}?
 

Similar threads

Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
870
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K