Description
The matrixexponention generalised the Exponentialfunktion to matrices. The idea is simple. We take the Taylorentwicklung of the exponential function and plug in a matrix.
Definition
Let be square matrix. The matrix exponential is defined as:
Properties
Respects conjugation (in a weird way)
If , then .
Little thought: What still confuses me is the fact that there are two ways of solving linear equations . The first is quite easy to understand. It’s and is calculated by taking the Eigenvektor of to write in Jordannormalform form.
The second way is to calculate the eigenvalues and eigenvectors and then just say that the generate all solutions. At least in the diagonal case. Otherwise it is slightly more complicated. How are these two connected?
I think I got it. Diagonalise . Then the latter solution set is just . Or more exactly, the products, when we multiply the basis vectors to . The right term gives us . Then the second term makes out of it. But the issue here is that if we want to find out what the solution is for the initial value then multiplying this does’t make any sense since the input is in terms of the eigenvectors and the output in terms of the problem. We must use the full which we can do, by adding the inverse of zero: . I don’t really like this but I guess, it is useful because you are given immediately. Though you could also just do . Yeah, whatever. I don’t like it.
Nevermind, it turns out that this is actually useful. It turns out that the “transformation matrix way” is generally not as complex, since the matrices are not as complex.
Examples
Diagnonal matrix and Jordan blocks
Let . Then the exponential matrix is given as Let . Then the exponential matrix is given as
I would love to understand the deeper connection here but I don’t have time for that Well, easy to explain is the following fact: If , then nothing happened and indeed, the matrix is the identity. Note: The matrix exponential is not the same thing as the Fundamentalmatrix. The fundamental matrix are just the linearly independent solutions written next to another. But both seem to solve the system of equations.