
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The instructions and problems for homework 4 of math 348 - advanced engineering mathematics, focusing on topics such as eigenvalues, eigenvectors, diagonalization, spectral decomposition, and applications. Additionally, it introduces the concept of stochastic matrices and their relation to markov chains.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

MATH 348 - Advanced Engineering Mathematics June 25, 2009
Homework 4, Summer 2009 Due: June 30 , 2009
Eigenvalues - Eigenvectors - Diagionalization - Spectral Decomposition - Applications
Determine the eigenvalues and eigenfunctions associated with the system of differential equations
dx dt
= A · x(t).
If A is diagonalizable, then determine D and P associated with its decomposition PDP
− 1
. Do not find P − 1 .
entries, for some power, are called regular stochastic matrices. Given a random process, with an initial state x 0 , the
application of P on x 0 discretely steps the process forward in time. That is xn+1 = Pxn = P
n x 0 , n = 1, 2 , 3 ,.... If a
matrix is a regular stochastic matrix then there exists a steady-state vector q such that Pq=q. This vector determines the
long term probabilities associated with an arbitrary inital state x 0. The sequence of states, {x 0 , x 1 , x 2 ,... , xn+1}, is called
a Markov Chain. Given the regular stochastic matrix:
(a) Show that the steady-state vector of P is q =
]t
(b) Find the matrices D and Q such that P= QDQ
− 1
. That is, diagonalize the matrix P.
(c) Show that lim n→∞
n x 0 = q where x 0 = [x 1 , x 2 ]
t is an arbitrary vector in R
2 such that x 1 + x 2 = 1.
σ 2 = σy =
0 −i
i 0
(a) Show that σy is self-adjoint.
1
(b) Find the orthogonal diagonalization of σy. 2
(c) Show that σy = λ 1 x 1 x
h 1 +^ λ^2 x^2 x
h 2 , where^ x^1 and^ x^2 are the normalized eigenvectors from part (b).
1 Recall that self-adjoint means that A = A h = A¯
t
. See the linear algebra handout on ticc.mines.edu for the definitions.
2 This will require you to normalize vectors that contain imaginary numbers. Generally to normalize a vector x we make a new vector ˆx =
x
|x|
=
x √ xtx
.
However, when using vectors with imaginary entries we must use the adjoint in our definition of inner-product. That is, we take a normalized vector
to be, ˆx =
x
|x|
=
x √ x h x
. If you do not do this then then your inner-products will become zero and your normalized vectors will be undefined, which I
guess they should be in real-space.