Linear Algebra with Differential Equations/Heterogeneous Linear Differential Equations/Diagonalization

From testwiki
Jump to navigation Jump to search

First of all (and kind of obvious suggested by the title), 𝐀 must be diagonalizable. Second, the eigenvalues and eigenvectors of 𝐀 are found, and form the matrix 𝐓 which is an augemented matrix of eigenvectors, and 𝐃 which is a matrix consisting of the corresponding eigenvalues on the main diagonal in the same column as their corresponding eigenvectors. Then with our central problem:

𝐗=𝐀𝐗+𝐆(t)

We substitute:

π“π˜=π€π“π˜+𝐆(t)

Then left multiply by 𝐓1

𝐘=𝐓1π€π“π˜+𝐓1𝐆(t)

As a consequence of Linear Algebra we take the following identity:

𝐃=𝐓1𝐀𝐓

Thus:

𝐘=πƒπ˜+𝐓1𝐆(t)

And because of the nature of the diagonal the problem is a series of one-dimensional normal differential equations which can be solved for 𝐘 and used to find out 𝐗.

Template:Linear Algebra with Differential Equations