Question: Diagonalize the matrices in Exercises 33-36. Use your matrix program’s eigenvalue command to find the eigenvalues, and then compute bases for the eigenspaces as in section 5.1.

34. \(\left[ {\begin{array}{*{20}{c}}{\bf{0}}&{{\bf{13}}}&{\bf{8}}&{\bf{4}}\\{\bf{4}}&{\bf{9}}&{\bf{8}}&{\bf{4}}\\{\bf{8}}&{\bf{6}}&{{\bf{12}}}&{\bf{8}}\\{\bf{0}}&{\bf{5}}&{\bf{0}}&{ - {\bf{4}}}\end{array}} \right]\)

Short Answer

Expert verified

The diagonal form of the given matrix is \(\left[ {\begin{array}{*{20}{c}}{ - 4}&0&0&0\\0&{ - 4}&0&0\\0&0&{24}&0\\0&0&0&1\end{array}} \right]\).

Step by step solution

01

Find the eigenvalues

Let,

\[A = \left[ {\begin{array}{*{20}{c}}0&{13}&8&4\\4&9&8&4\\8&6&{12}&8\\0&5&0&{ - 4}\end{array}} \right]\]

Use the following code in MATLAB to find the eigenvalues of the matrix.

\(\begin{array}{l} > > A = \left[ {\begin{array}{*{20}{c}}0&{13}&8&4\end{array};\,\,\begin{array}{*{20}{c}}4&9&8&{4;\,\,\begin{array}{*{20}{c}}8&6&{12}&{8;\,\,\begin{array}{*{20}{c}}0&5&0&{ - 4}\end{array}}\end{array}}\end{array}} \right];\\ > > {\rm{ev}} = eigs\left( A \right);\end{array}\)

So, the eigenvalues of A are:

\(ev = \left( { - 4,24,1, - 4} \right)\)

02

Find eigenvectors of A

Find the eigenvalues of A using the following MATLAB code:

\({\rm{ > > nulbasis}}\left( {A - {\rm{ev}}\left( 1 \right) * {\rm{eye}}\left( 4 \right)} \right);\)

So, the eigenvector for \(\lambda = - 4\) is:

\({{\bf{v}}_1} = \left[ {\begin{array}{*{20}{c}}{ - 2}\\0\\1\\0\end{array}} \right],\,\left[ {\begin{array}{*{20}{c}}{ - 1}\\0\\0\\1\end{array}} \right]\)

The basis of the eigenspace of \(\lambda = - 4\) is \(\left[ {\begin{array}{*{20}{c}}{ - 2}\\0\\1\\0\end{array}} \right],\,\left[ {\begin{array}{*{20}{c}}{ - 1}\\0\\0\\1\end{array}} \right]\).

\({\rm{ > > nulbasis}}\left( {A - {\rm{ev}}\left( 2 \right) * {\rm{eye}}\left( 4 \right)} \right);\)

So, the eigenvector for \(\lambda = 24\) is:

\({{\bf{v}}_{\bf{2}}} = \left[ {\begin{array}{*{20}{c}}{5.6000}\\{5.6000}\\{7.2000}\\{1.0000}\end{array}} \right]\)

The basis of the eigenspace of \(\lambda = 24\) is \(\left[ {\begin{array}{*{20}{c}}{28}\\{28}\\{36}\\5\end{array}} \right]\).

\({\rm{ > > nulbasis}}\left( {A - {\rm{ev}}\left( 3 \right) * {\rm{eye}}\left( 4 \right)} \right);\)

So, the eigenvector for \(\lambda = 1\) is:

\({{\bf{v}}_{\bf{3}}} = \left[ {\begin{array}{*{20}{c}}{1.0000}\\{1.0000}\\{ - 2.0000}\\{1.0000}\end{array}} \right]\)

The basis of the eigenspace of \(\lambda = 1\) is \(\left[ {\begin{array}{*{20}{c}}1\\1\\{ - 2}\\1\end{array}} \right]\).

03

Write the matrix invertible matrix P and its diagonalized form

The invertible matrix P can be written as,

\(P = \left[ {\begin{array}{*{20}{c}}{ - 2}&{ - 1}&{28}&1\\0&0&{28}&1\\1&0&{36}&{ - 2}\\0&1&5&1\end{array}} \right]\)

The diagonalized form can be written as,

\(D = \left[ {\begin{array}{*{20}{c}}{ - 4}&0&0&0\\0&{ - 4}&0&0\\0&0&{24}&0\\0&0&0&1\end{array}} \right]\)

So, the diagonal form of the given matrix is \(\left[ {\begin{array}{*{20}{c}}{ - 4}&0&0&0\\0&{ - 4}&0&0\\0&0&{24}&0\\0&0&0&1\end{array}} \right]\).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Question: Diagonalize the matrices in Exercises \({\bf{7--20}}\), if possible. The eigenvalues for Exercises \({\bf{11--16}}\) are as follows:\(\left( {{\bf{11}}} \right)\lambda {\bf{ = 1,2,3}}\); \(\left( {{\bf{12}}} \right)\lambda {\bf{ = 2,8}}\); \(\left( {{\bf{13}}} \right)\lambda {\bf{ = 5,1}}\); \(\left( {{\bf{14}}} \right)\lambda {\bf{ = 5,4}}\); \(\left( {{\bf{15}}} \right)\lambda {\bf{ = 3,1}}\); \(\left( {{\bf{16}}} \right)\lambda {\bf{ = 2,1}}\). For exercise \({\bf{18}}\), one eigenvalue is \(\lambda {\bf{ = 5}}\) and one eigenvector is \(\left( {{\bf{ - 2,}}\;{\bf{1,}}\;{\bf{2}}} \right)\).

15. \(\left( {\begin{array}{*{20}{c}}{\bf{7}}&{\bf{4}}&{{\bf{16}}}\\{\bf{2}}&{\bf{5}}&{\bf{8}}\\{{\bf{ - 2}}}&{{\bf{ - 2}}}&{{\bf{ - 5}}}\end{array}} \right)\)

Question: Find the characteristic polynomial and the eigenvalues of the matrices in Exercises 1-8.

4. \(\left[ {\begin{array}{*{20}{c}}5&-3\\-4&3\end{array}} \right]\)

Show that if \(A\) is diagonalizable, with all eigenvalues less than 1 in magnitude, then \({A^k}\) tends to the zero matrix as \(k \to \infty \). (Hint: Consider \({A^k}x\) where \(x\) represents any one of the columns of \(I\).)

Question: Is \(\left( {\begin{array}{*{20}{c}}1\\4\end{array}} \right)\) an eigenvalue of \(\left( {\begin{array}{*{20}{c}}{ - 3}&1\\{ - 3}&8\end{array}} \right)\)? If so, find the eigenvalue.

Consider an invertible n × n matrix A such that the zero state is a stable equilibrium of the dynamical system x(t+1)=Ax(t)What can you say about the stability of the systems

x(t+1)=-Ax(t)

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free