Matrix Inverse Problem: Troubleshooting Proof and Multiplication Error

In summary, When multiplying the given inverse matrices, it does result in the identity matrix as expected, despite initial confusion over the calculations.
  • #1
DethRose
101
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
  • #2
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.
 
  • #3
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:
  • #4
DethRose said:
but if you muliply those shouldn't you get -10/2 + 6 which doesn't equal 1
-10/2 + 6 = -5 + 6 = 6 - 5 = ?
 

FAQ: Matrix Inverse Problem: Troubleshooting Proof and Multiplication Error

What is the matrix inverse problem?

The matrix inverse problem is a mathematical concept that involves finding the inverse of a given matrix. It is a fundamental problem in linear algebra that has many practical applications in fields such as physics, engineering, and computer science.

How do you find the inverse of a matrix?

The inverse of a matrix can be found by using various methods such as Gaussian elimination, LU decomposition, or the inverse matrix formula. These methods involve mathematical operations and transformations to the given matrix in order to find its inverse.

Why is finding the inverse of a matrix important?

The matrix inverse is important because it allows us to solve systems of linear equations, perform matrix division, and find the solution to many other mathematical problems. It also has important applications in areas such as data compression, cryptography, and optimization.

Can all matrices be inverted?

No, not all matrices have an inverse. A matrix must be square and have a non-zero determinant in order to have an inverse. If the determinant is equal to zero, the matrix is said to be singular and does not have an inverse.

What are some real-life applications of the matrix inverse problem?

The matrix inverse problem has many practical applications, including data compression in image and video processing, solving systems of linear equations in engineering and physics, calculating optimal solutions in economics and game theory, and encrypting data in cryptography. It is also used in various machine learning algorithms and computer graphics techniques.

Similar threads

Replies
7
Views
2K
Replies
3
Views
1K
Replies
4
Views
1K
Replies
7
Views
2K
Replies
69
Views
5K
Replies
4
Views
2K
Replies
5
Views
1K
Replies
18
Views
2K
Back
Top