/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Q8E (M) Exercises 7-12 require MATLA... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

(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 91Ó°ÊÓ!

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

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

x→(t+1)=ATx→(t)

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)=A-1x→(t)

Apply the results of Exercise \({\bf{15}}\) to find the eigenvalues of the matrices \(\left( {\begin{aligned}{*{20}{c}}{\bf{1}}&{\bf{2}}&{\bf{2}}\\{\bf{2}}&{\bf{1}}&{\bf{2}}\\{\bf{2}}&{\bf{2}}&{\bf{1}}\end{aligned}} \right)\) and \(\left( {\begin{aligned}{*{20}{c}}{\bf{7}}&{\bf{3}}&{\bf{3}}&{\bf{3}}&{\bf{3}}\\{\bf{3}}&{\bf{7}}&{\bf{3}}&{\bf{3}}&{\bf{3}}\\{\bf{3}}&{\bf{3}}&{\bf{7}}&{\bf{3}}&{\bf{3}}\\{\bf{3}}&{\bf{3}}&{\bf{3}}&{\bf{7}}&{\bf{3}}\\{\bf{3}}&{\bf{3}}&{\bf{3}}&{\bf{3}}&{\bf{7}}\end{aligned}} \right)\).

Question: Construct a random integer-valued \(4 \times 4\) matrix \(A\).

  1. Reduce \(A\) to echelon form \(U\) with no row scaling, and use \(U\) in formula (1) (before Example 2) to compute \(\det A\). (If \(A\) happens to be singular, start over with a new random matrix.)
  2. Compute the eigenvalues of \(A\) and the product of these eigenvalues (as accurately as possible).
  3. List the matrix \(A\), and, to four decimal places, list the pivots in \(U\) and the eigenvalues of \(A\). Compute \(\det A\) with your matrix program, and compare it with the products you found in (a) and (b).

Question: In Exercises 21 and 22, \(A\) and \(B\) are \(n \times n\) matrices. Mark each statement True or False. Justify each answer.

  1. If \(A\) is \(3 \times 3\), with columns \({{\rm{a}}_1}\), \({{\rm{a}}_2}\), and \({{\rm{a}}_3}\), then \(\det A\) equals the volume of the parallelepiped determined by \({{\rm{a}}_1}\), \({{\rm{a}}_2}\), and \({{\rm{a}}_3}\).
  2. \(\det {A^T} = \left( { - 1} \right)\det A\).
  3. The multiplicity of a root \(r\) of the characteristic equation of \(A\) is called the algebraic multiplicity of \(r\) as an eigenvalue of \(A\).
  4. A row replacement operation on \(A\) does not change the eigenvalues.
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.