Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

(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: In Exercises \({\bf{3}}\) and \({\bf{4}}\), use the factorization \(A = PD{P^{ - {\bf{1}}}}\) to compute \({A^k}\) where \(k\) represents an arbitrary positive integer.

3. \(\left( {\begin{array}{*{20}{c}}a&0\\{3\left( {a - b} \right)}&b\end{array}} \right) = \left( {\begin{array}{*{20}{c}}1&0\\3&1\end{array}} \right)\left( {\begin{array}{*{20}{c}}a&0\\0&b\end{array}} \right)\left( {\begin{array}{*{20}{c}}1&0\\{ - 3}&1\end{array}} \right)\)

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)\).

9. \(\left( {\begin{array}{*{20}{c}}3&{ - 1}\\1&5\end{array}} \right)\)


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

A particle moving in a planar force field has a position vector .\(x\). that satisfies \(x' = Ax\). The \(2 \times 2\) matrix \(A\) has eigenvalues 4 and 2, with corresponding eigenvectors \({v_1} = \left( {\begin{aligned}{{20}{c}}{ - 3}\\1\end{aligned}} \right)\) and \({v_2} = \left( {\begin{aligned}{{20}{c}}{ - 1}\\1\end{aligned}} \right)\). Find the position of the particle at a time \(t\), assuming that \(x\left( 0 \right) = \left( {\begin{aligned}{{20}{c}}{ - 6}\\1\end{aligned}} \right)\).

Question: Exercises 9-14 require techniques section 3.1. Find the characteristic polynomial of each matrix, using either a cofactor expansion or the special formula for \(3 \times 3\) determinants described prior to Exercise 15-18 in Section 3.1. [Note: Finding the characteristic polynomial of a \(3 \times 3\) matrix is not easy to do with just row operations, because the variable \(\lambda \) is involved.

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

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