The Matrix Exponential

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Matrix Exponential

The most studied matrix function, used in solving differential equations.

2
New cards

eA

The matrix exponential of matrix A.

3
New cards

Naive Approach

Applying the exponential function to each entry of A.

4
New cards

Matrix Identity

(eA)2 = e2A does not hold.

5
New cards

Power Series Representation

If A is 1x1, (At)k eAt = k! / ∞ ∑ k=0 (At)k / k!.

6
New cards

Radius of Convergence

The series (1) converges for any A and any t (i.e., has radius of convergence equal to +∞).

7
New cards

Useful Properties of eA

d/dt eAt = AeAt = eAtA.

8
New cards

Commuting Matrices

eA+B = eAeB if and only if AB = BA.

9
New cards

Jordan Form Representation

eAt = XeJtX−1 = X diag(eJ1t, eJ2t, ..., eJpt)X−1.

10
New cards

Jordan Block

A square matrix with eigenvalue λ and index of nilpotency mi.

11
New cards

Differential Equations

Linear homogeneous initial value problem: ˙y(t) = Ay(t), y(0) = y0.

12
New cards

Solution to Differential Equations

y(t) = eAty0.

13
New cards

Inhomogeneous System

˙y(t) = Ay(t) + f(t, y), y(0) = y0, y ∈ Cn, A ∈ Cn×n.

14
New cards

Explicit Formula

y(t) = eAty0 + ∫[0,t] eA(t-s)f(s, y) ds.

15
New cards

Higher Order Equations

nth order homogeneous differential equation with constant coefficients.

16
New cards

Companion Form

Matrix A is the companion form of the scalar polynomial p(λ).

17
New cards

Distinct Eigenvalues

Jordan canonical form of A is J = diag(J1(λ1), ..., Jp(λp)).

18
New cards

Solution to nth Order Equation

x(t) = eT1X diag(eJ1t, ..., eJpt)X−1b.

19
New cards

Sylvester's Differential Equation

˙Y (t) = AY (t) + Y (t)B, Y (0) = Y0, has solution Y (t) = eAtY0eBt.

20
New cards

eA Properties

(i) e0 = I, (ii) (eA)∗ = eA∗, (iii) (eAt)−1 = e−At.

21
New cards

Unitary Matrix

A ∈ Cn×n is unitary if and only if A = eiH for some Hermitian H.

22
New cards

Eigenvalue and Eigenvector

If A has eigenvalue λ and eigenvector x, then (eλ, x) is an eigenpair for eA.

23
New cards

Determinant of eA

det(eA) = exp(trace(A)).

24
New cards

Constant Row Sums

If Au = αu, then eA has constant row sums eα.

25
New cards

Idempotent Matrix

(i) Minimal polynomial of P is P(x) = x(x-1), (ii) eP = I + (e - 1)P.