Matrix Exponential: Find Jordan Form & Compute eA

  • Context: MHB 
  • Thread starter Thread starter Fernando Revilla
  • Start date Start date
  • Tags Tags
    Exponential Matrix
Click For Summary
SUMMARY

The discussion focuses on finding the Jordan form and computing the matrix exponential for the matrix A = [1 -1 0; 1 3 0; 4 6 -1]. The eigenvalues of matrix A are determined to be λ = -1 (simple) and λ = 2 (double), leading to the Jordan canonical form J = [ -1 0 0; 0 2 1; 0 0 2]. A basis for the kernel corresponding to the eigenvalue -1 is identified as v = (0, 0, 1)ᵀ, while two linearly independent vectors for the eigenvalue 2 are found as e₁ = (-3, 3, 2)ᵀ and e₂ = (8, -5, 0)ᵀ. The matrix exponential e^A is computed using the formula e^A = Pe^JP⁻¹, resulting in e^A = [e e⁻¹ 1; e e³ 1; e⁴ e⁶ e⁻¹].

PREREQUISITES
  • Understanding of Jordan canonical form in linear algebra
  • Knowledge of matrix exponentiation techniques
  • Familiarity with eigenvalues and eigenvectors
  • Proficiency in linear transformations and matrix operations
NEXT STEPS
  • Study the process of computing Jordan forms for various matrices
  • Learn about matrix exponentiation methods in detail
  • Explore the implications of eigenvalue multiplicity on Jordan forms
  • Research applications of matrix exponentials in differential equations
USEFUL FOR

Students and professionals in mathematics, particularly those specializing in linear algebra, as well as engineers and scientists who apply matrix theory in their work.

Fernando Revilla
Gold Member
MHB
Messages
631
Reaction score
0
I quote a question from Yahoo! Answers

Consider the following Matrix:
A =
[ 1 -1 0
1 3 0
4 6 -1 ]

(a) Find a Jordan form of the matrix, as well as a basis that corresponds to that Jordan form.
(b) Compute the exponential matrix eA.

I have given a link to the topic there so the OP can see my response.
 
Physics news on Phys.org
$(a)$ The eigenvalues of $A=\begin{bmatrix}{1}&{-1}&{\;\;0}\\{1}&{\;\;3}&{\;\;0}\\{4}&{\;\;6}&{-1}\end{bmatrix}$ are: $$\det (A-\lambda I)=(-1-\lambda)(\lambda -2)^2=0\Leftrightarrow \lambda=-1\mbox{ (simple) }\vee \;\lambda=2\mbox{ (double)}$$ We have $\dim\ker (A+I)=1$ (simple eigenvalue) and $\dim \ker (A-2I)=3-\mbox{rank} (A-2I)=3-2=1$. So the canonical form of Jordan is $$J= \begin{bmatrix} {-1}&{0}&{0}\\{0}&{2}&{1}\\{0}&{0}&{2}\end{bmatrix} $$ A basis for $\ker (A+I)$ is $\{v=(0,0,1)^T\}$. Now, we need two linearly independent vectors $e_1,e_2$ such that $(A-2I)e_1=0$ and $(A-2I)e_2=e_1$. We easily find $e_1=(-3,3,2)^T$ and $e_2=(8,-5,0)^T$. As a consequence, the transition matrix $P$ satisfying $P^{-1}AP=J$ is $$P=[v\;\;e_1\;\;e_2]=\begin{bmatrix}{0}&{-3}&{\;\;8}\\{0}&{\;\;3}&{-5}\\{1}&{\;\;2}&{\;\;0}\end{bmatrix}$$

$(b)\;\;e^{A}=Pe^{J}P^{-1}=P\;\begin{bmatrix}{e^{-1}}&{0}&{0}\\{0}&{e^{2}}&{e^{2}}\\{0}&{0}&{e^{2}} \end{bmatrix}\;P^{-1}=\ldots=\begin{bmatrix}{e}&{e^{-1}}&{1}\\{e}&{e^3}&{1}\\{e^4}&{e^6}&{e^{-1}} \end{bmatrix}$
 
Last edited:

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K