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

9.\(A = \left( {\begin{aligned}{ {20}{r}}8&0&{12}\\1&{ - 2}&1\\0&3&0\end{aligned}} \right),{\rm{ }}{{\bf{x}}_0} = \left( {\begin{aligned}{ {20}{l}}1\\0\\0\end{aligned}} \right)\)

Short Answer

Expert verified

The values are:

\(\begin{aligned}{l}{\mu _5} = 8.4233,\\{\mu _6} = 8.4246\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.

\({x_0} = \left( {\begin{aligned}{ {20}{l}}1\\0\\0\end{aligned}} \right)\) and \(A = \left( {\begin{aligned}{ {20}{c}}8&0&{12}\\1&{ - 2}&1\\0&3&0\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}} = 0:6\)

\({\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 =(1/mu)*y

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

Therefore, \({\mu _5} = 8.4233\) and \({\mu _6} = 8.4246\).

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

Let\(B = \left\{ {{{\bf{b}}_{\bf{1}}},{{\bf{b}}_{\bf{2}}},{{\bf{b}}_{\bf{3}}}} \right\}\) and \(D = \left\{ {{{\bf{d}}_{\bf{1}}},{{\bf{d}}_{\bf{2}}}} \right\}\) be bases for vector space \(V\) and \(W\), respectively. Let \(T:V \to W\) be a linear transformation with the property that

\(T\left( {{{\bf{b}}_1}} \right) = 3{{\bf{d}}_1} - 5{{\bf{d}}_2}\), \(T\left( {{{\bf{b}}_2}} \right) = - {{\bf{d}}_1} + 6{{\bf{d}}_2}\), \(T\left( {{{\bf{b}}_3}} \right) = 4{{\bf{d}}_2}\)

Find the matrix for \(T\) relative to \(B\), and\(D\).

Define\(T:{{\rm P}_3} \to {\mathbb{R}^4}\)by\(T\left( {\bf{p}} \right) = \left( {\begin{aligned}{{\bf{p}}\left( { - 3} \right)}\\{{\bf{p}}\left( { - 1} \right)}\\{{\bf{p}}\left( 1 \right)}\\{{\bf{p}}\left( 3 \right)}\end{aligned}} \right)\).

  1. Show that \(T\) is a linear transformation.
  2. Find the matrix for \(T\) relative to the basis \(\left\{ {1,t,{t^2},{t^3}} \right\}\)for \({{\rm P}_3}\)and the standard basis for \({\mathbb{R}^4}\).

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

If \(p\left( t \right) = {c_0} + {c_1}t + {c_2}{t^2} + ...... + {c_n}{t^n}\), define \(p\left( A \right)\) to be the matrix formed by replacing each power of \(t\) in \(p\left( t \right)\)by the corresponding power of \(A\) (with \({A^0} = I\) ). That is,

\(p\left( t \right) = {c_0} + {c_1}I + {c_2}{I^2} + ...... + {c_n}{I^n}\)

Show that if \(\lambda \) is an eigenvalue of A, then one eigenvalue of \(p\left( A \right)\) is\(p\left( \lambda \right)\).

Suppose \(A = PD{P^{ - 1}}\), where \(P\) is \(2 \times 2\) and \(D = \left( {\begin{array}{*{20}{l}}2&0\\0&7\end{array}} \right)\)

a. Let \(B = 5I - 3A + {A^2}\). Show that \(B\) is diagonalizable by finding a suitable factorization of \(B\).

b. Given \(p\left( t \right)\) and \(p\left( A \right)\) as in Exercise 5 , show that \(p\left( A \right)\) is diagonalizable.

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