Why Isn't the Inverse of My Fundamental Matrix Correct?

In summary, the conversation discusses a problem with finding the inverse matrix of a product, specifically M(t) = P * exp(J*t). The person initially tries to find the inverse by using the inverse of each individual matrix, but it does not result in the correct answer. After receiving help, it is revealed that the order of the matrices was reversed, leading to the mistake. The conversation ends with gratitude for the help provided.
  • #1
Diferencialdex
3
0
Hello, I have a little problem. I´ve calculated the fundamental matrix of a EDO system, such that:

M(t) = P * exp( J*t)

where J is a diagonal matrix:

J = [-3 , 0 ; 0 , 1] and P = [1 , 1 ; 3 , -3]

The problem arise when I try to find the inverse matrix of M. What I do is this

As we know the inverse of a product is the product of the inverse, so firstly I find P[tex]^{-1}[/tex]. Then I look for the inverse of exp(J*t), that in this case is exp( -J*t). That´s all. Now, when I do the product of the two inverse matrix, the result is not the resul of the inverse of M. Can anyone tell me where ir my mistake?

Thank you!
 
Last edited:
Physics news on Phys.org
  • #2
The right formula is

[tex]M=A\cdot B\Rightarrow M^{-1}=B^{-1}\cdot A^{-1}[/tex]

Did you reverse the order of A, B?
 
  • #3
That was the problem :redface:. What a stupid mistake!

Thank you very much!
 
  • #4
I am glad that I helped! :smile:
 

FAQ: Why Isn't the Inverse of My Fundamental Matrix Correct?

What is the inverse of a fundamental matrix?

The inverse of a fundamental matrix is a matrix that when multiplied by the original fundamental matrix results in an identity matrix. In other words, it "undoes" the original matrix.

Why is the inverse of a fundamental matrix important?

The inverse of a fundamental matrix is important because it allows us to solve systems of linear equations and perform other mathematical operations more efficiently. It also helps us understand the behavior of a system and make predictions about its future state.

How is the inverse of a fundamental matrix calculated?

The inverse of a fundamental matrix can be calculated using various methods, such as Gaussian elimination, matrix inversion, or LU decomposition. These methods involve manipulating the elements of the matrix to obtain the inverse matrix.

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

The inverse of a fundamental matrix has various applications in engineering, physics, and economics. For example, it is used to model and analyze systems in control theory, circuit analysis, and economics. It also plays a crucial role in solving differential equations and predicting the future behavior of a system.

Can all fundamental matrices be inverted?

No, not all fundamental matrices can be inverted. A fundamental matrix is only invertible if its determinant is non-zero. If the determinant is zero, the matrix is singular, and its inverse does not exist.

Back
Top