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

  • Thread starter Thread starter TsAmE
  • Start date Start date
  • Tags Tags
    Inverse Matrix
AI Thread Summary
The discussion revolves around demonstrating that the matrices R1 and R2 are right-inverses of matrix A, allowing for the solutions of the equation Ax = b. Participants clarify that a right-inverse is defined by the property AR = I, where I is the identity matrix. It is emphasized that while A does not have a traditional inverse, the existence of right-inverses means that the equation Ax = b can still have solutions, albeit not unique. The calculations for finding solutions x1 and x2 using the right-inverses are discussed, confirming that x1 = bR1 and x2 = bR2 are valid approaches. The conversation highlights the importance of understanding 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}?
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top