Matrix Inverse Problem: Troubleshooting Proof and Multiplication Error

  • Thread starter Thread starter DethRose
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
DethRose
Messages
101
Reaction score
0
im doing a matrix inverse problem and have the inverse but when i do the proof the book says it should look like this:

2 -3 -5/2 -3/2 equals 1 0
-4 5 times -2 -1 0 1

but if you muliply those shouldn't you get -10/2 + 6 which doesn't equal 1

help please
 
Physics news on Phys.org
What do you mean by those numbers? Do you mean this:

[tex]\left(\begin{array}{cc}2&-3\\-4&5\end{array}\right)\times\left(\begin{array}{cc}-5/2&-3/2\\-2&-1\end{array}\right)[/tex]

If so, that does indeed give you the identity matrix. Check your calculation again.
 
DethRose said:
im doing a matrix inverse problem and have the inverse but when i do the proof the book says it should look like this:

2 -3 -5/2 -3/2 equals 1 0
-4 5 times -2 -1 0 1

but if you muliply those shouldn't you get -10/2 + 6 which doesn't equal 1

help please
As a matter of fact, it does:
[tex]\left( \begin{array}{cc} 2 & -3 \\ -4 & 5 \end{array} \right) \times \left( \begin{array}{cc} -\frac{5}{2} & -\frac{3}{2} \\ -2 & -1 \end{array} \right) = \left( \begin{array}{cc} 2 \times \left( -\frac{5}{2} \right) + (-3) \times (-2) & 2 \times \left( -\frac{3}{2} \right) + (-3) \times (-1) \\ -4 \times \left( -\frac{5}{2} \right) + 5 \times (-2) & -4 \times \left( -\frac{3}{2} \right) + 5 \times (-1) \end{array} \right) = \left( \begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array} \right)[/tex], the desired result. :)
 
Last edited: