(M) Exercises 7-12 require MATLAB or other computational aid. In Exercises 7 and 8, use the power method with the \({{\bf{x}}_0}\) given. List \(\left\{ {{{\bf{x}}_k}} \right\}\) and \(\left\{ {{\mu _k}} \right\}\) for \(k = 1, \ldots .5.\) In Exercises 9 and 10, list \({\mu _5}\) and \({\mu _6}\).

8.\(A = \left( {\begin{aligned}{ {20}{l}}2&1\\4&5\end{aligned}} \right),{{\bf{x}}_0} = \left( {\begin{aligned}{ {20}{l}}1\\0\end{aligned}} \right)\)

Short Answer

Expert verified

The values are shown below:

\(\begin{aligned}{l}{\mu _1} = 4\\{\mu _2} = 7\\{\mu _3} = 6.1429\\{\mu _4} = 6.0233\\{\mu _5} = 6.0039\end{aligned}\)

Step by step solution

01

Definition of Eigenvector

Eigenvectors, also known as characteristic vectors, appropriate vectors, or latent vectors, are a specific collection of vectors associated with a linear system of equations. Each eigenvector is associated with an eigenvalue.

02

Find the Eigenvalue

Use the power method for estimating a strictly dominant eigenvalue.

Consider \({x_0} = \left( {\begin{aligned}{ {20}{l}}1\\0\end{aligned}} \right)\) and \(A = \left( {\begin{aligned}{ {20}{l}}2&1\\4&5\end{aligned}} \right)\).

In MATLAB, define \(x\) and \(A\), and use the given loop, which is based on the power method for estimating a strictly dominant eigenvalue:

For \({\rm{k}} = 1:5\);

\({\rm{y}} = {\rm{Ax}}\);

\(\left( {\max y,index} \right) = \max \left( {abs\left( y \right)} \right)\);

\(mu = \max ysign\left( {y\left( {index} \right)} \right)\)

\(x = \left( {{1 \mathord{\left/

{\vphantom {1 {mu}}} \right.

\kern-\nulldelimiterspace} {mu}}} \right) y\)

end

Note that we want to list \({x_k}\) and \({\mu _k}\) for each \(k = 1, \ldots ,5\), so sign ; is omitted from end of the command row where \(\mu \) and \(x\) are calculated.

List of \({\mu _k}\) and \({x_k}\) is:

\(\begin{aligned}{c}{x_1} = \left( {\begin{aligned}{ {20}{c}}{0.5}\\1\end{aligned}} \right)\\{x_2} = \left( {\begin{aligned}{ {20}{c}}{0.2857}\\1\end{aligned}} \right)\\{x_3} = \left( {\begin{aligned}{ {20}{c}}{0.2558}\\1\end{aligned}} \right)\\{x_4} = \left( {\begin{aligned}{ {20}{c}}{0.251}\\1\end{aligned}} \right)\\{x_5} = \left( {\begin{aligned}{ {20}{c}}{0.2502}\\1\end{aligned}} \right)\end{aligned}\)

And,

\(\begin{aligned}{l}{\mu _1} = 4\\{\mu _2} = 7\\{\mu _3} = 6.1429\\{\mu _4} = 6.0233\\{\mu _5} = 6.0039\end{aligned}\)

Thus, the values are listed as shown below:

\(\begin{aligned}{l}{\mu _1} = 4\\{\mu _2} = 7\\{\mu _3} = 6.1429\\{\mu _4} = 6.0233\\{\mu _5} = 6.0039\end{aligned}\)

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: 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]\)

For the Matrices A find real closed formulas for the trajectory x(t+1)=Ax(t)wherex(0)=[01]A=[2-332]

Exercises 19–23 concern the polynomial \(p\left( t \right) = {a_{\bf{0}}} + {a_{\bf{1}}}t + ... + {a_{n - {\bf{1}}}}{t^{n - {\bf{1}}}} + {t^n}\) and \(n \times n\) matrix \({C_p}\) called the companion matrix of \(p\): \({C_p} = \left( {\begin{aligned}{*{20}{c}}{\bf{0}}&{\bf{1}}&{\bf{0}}&{...}&{\bf{0}}\\{\bf{0}}&{\bf{0}}&{\bf{1}}&{}&{\bf{0}}\\:&{}&{}&{}&:\\{\bf{0}}&{\bf{0}}&{\bf{0}}&{}&{\bf{1}}\\{ - {a_{\bf{0}}}}&{ - {a_{\bf{1}}}}&{ - {a_{\bf{2}}}}&{...}&{ - {a_{n - {\bf{1}}}}}\end{aligned}} \right)\).

21. Use mathematical induction to prove that for \(n \ge {\bf{2}}\),\(\begin{aligned}{c}det\left( {{C_p} - \lambda I} \right) = {\left( { - {\bf{1}}} \right)^n}\left( {{a_{\bf{0}}} + {a_{\bf{1}}}\lambda + ... + {a_{n - {\bf{1}}}}{\lambda ^{n - {\bf{1}}}} + {\lambda ^n}} \right)\\ = {\left( { - {\bf{1}}} \right)^n}p\left( \lambda \right)\end{aligned}\)

(Hint: Expanding by cofactors down the first column, show that \(det\left( {{C_p} - \lambda I} \right)\) has the form \(\left( { - \lambda B} \right) + {\left( { - {\bf{1}}} \right)^n}{a_{\bf{0}}}\) where \(B\) is a certain polynomial (by the induction assumption).)

Question: For the matrices in Exercises 15-17, list the eigenvalues, repeated according to their multiplicities.

17. \(\left[ {\begin{array}{*{20}{c}}3&0&0&0&0\\- 5&1&0&0&0\\3&8&0&0&0\\0&- 7&2&1&0\\- 4&1&9&- 2&3\end{array}} \right]\)

For the matrix A, find real closed formulas for the trajectory x(t+1)=Ax¯(t) where x=[01]. Draw a rough sketchA=[7-156-11]

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