/*! 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} Q12E Another estimate can be made for... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Another estimate can be made for an eigenvalue when an approximate eigenvector is available. Observe that if \(A{\bf{x}} = \lambda {\bf{x}}\), then \({{\bf{x}}^T}A{\bf{x}} = {{\bf{x}}^T}\left( {\lambda {\bf{x}}} \right) = \lambda \left( {{{\bf{x}}^T}{\bf{x}}} \right)\) and the Rayleigh quotient

\(R\left( {\bf{x}} \right){\bf{ = }}\frac{{{{\bf{x}}^T}A{\bf{x}}}}{{{{\bf{x}}^T}{\bf{x}}}}\)

Equals \(\lambda \).If \({\bf{x}}\) is close to an eigenvector for \(\lambda \), then this quotient is close to \(\lambda \). When \(A\) is a symmetric matrix \({A^T} = A\) the Rayleigh quotient \(R\left( {{{\bf{x}}_k}} \right) = \frac{{{\bf{x}}_k^TA{{\bf{x}}_k}}}{{{\bf{x}}_k^T{{\bf{x}}_k}}}\)will have roughly twice as many digits of accuracy as the scaling factor \({\mu _k}\) in the power method. Verify this increased accuracy in Exercises 11 and 12 by computing \({\mu _k}\) and \(R\left( {{{\bf{x}}_k}} \right)\) for \(k{\bf{ = 1,}}....{\bf{,4}}\).

12. \(A = \left( {\begin{aligned}{ {20}{c}}{ - 3}&2\\2&0\end{aligned}} \right)\), \({{\bf{x}}_{\bf{0}}}{\bf{ = }}\left( {\begin{aligned}{ {20}{c}}{\bf{1}}\\{\bf{0}}\end{aligned}} \right)\)

Short Answer

Expert verified

As the actual eigenvalue is \( - 4\) and the values of \({\mu _k}\) and \(R\left( {{{\bf{x}}_k}} \right)\) in the table are estimates the eigenvalue more accurately than \({\mu _k}\).

Step by step solution

01

Write the function to compute the power matrices

\({\rm{function}}\left( {x,{\rm{lambda}}} \right) = {\rm{powermat}}(A,{x_0},{\rm{nit)}}\)

\(x = {x_0}\);

For\(n = 1:{\rm{nit}}\)

\({\rm{xnew}} = A {\rm{x}}\)

\({\rm{lambda}} = {\rm{norm(xnew,inf)/norm(x,inf);}}\)

\({\rm{fprintf('n}} = {\rm{\% 4d}}\;{\rm{lambda}} = {\rm{\% gx}} = {\rm{\% g\% g\% g\backslash n',n,lambda,x');}}\)

\({\rm{x}} = {\rm{xnew;}}\;{\rm{end x}} = {\rm{x/norm(x);\% normalise x fprintf('n}} = {\rm{\% 4d normalised x}} = {\rm{\% g\% g\% g\backslash n',n,x');}}\)

02

Estimate the data

Enter the Matrix\(A\)in MATLAB:

\( > > \;A = \left( { - 3\;2;\;2\;0} \right)\)

Enter the\({{\rm{x}}_0}\)in MATLAB:

\( > > {{\rm{x}}_0} = \left( {1\;\;\;0} \right)';\)

Now compute the power matrices.

\( > > {\rm{powermat(}}A,{x_0},5)\)

Construct the data in the table shown below:

\(k\)

\(0\)

\(0\)

\(0\)

\(0\)

\(0\)

\({{\bf{x}}_k}\)

\(\left( {\begin{aligned}{ {20}{c}}1\\0\end{aligned}} \right)\)

\(\left( {\begin{aligned}{ {20}{c}}{ - 1}\\{.6667}\end{aligned}} \right)\)

\(\left( {\begin{aligned}{ {20}{c}}1\\{ - .4615}\end{aligned}} \right)\)

\(\left( {\begin{aligned}{ {20}{c}}{ - 1}\\{.5098}\end{aligned}} \right)\)

\(\left( {\begin{aligned}{ {20}{c}}1\\{ - .4976}\end{aligned}} \right)\)

\(A{{\bf{x}}_k}\)

\(\left( {\begin{aligned}{ {20}{c}}{ - 3}\\2\end{aligned}} \right)\)

\(\left( {\begin{aligned}{ {20}{c}}{4.3333}\\{ - 2.0000}\end{aligned}} \right)\)

\(\left( {\begin{aligned}{ {20}{c}}{ - 3.9231}\\{2.0000}\end{aligned}} \right)\)

\(\left( {\begin{aligned}{ {20}{c}}{4.0196}\\{ - 2.0000}\end{aligned}} \right)\)

\(\left( {\begin{aligned}{ {20}{c}}{ - 3.9951}\\{2.0000}\end{aligned}} \right)\)

\({\mu _k}\)

\( - 3\)

\( - 4.3333\)

\( - 3.9231\)

\( - 4.0196\)

\( - 3.9951\)

\(R\left( {{{\bf{x}}_k}} \right)\)

\( - 3\)

\( - 3.9231\)

\( - 3.9951\)

\( - 3.9997\)

\( - 3.99998\)

As the actual eigenvalue is \( - 4\) and the values of \({\mu _k}\) and \(R\left( {{{\bf{x}}_k}} \right)\) in the table are estimates the eigenvalue more accurately than \({\mu _k}\).

Hence Proved.

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

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

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

Let \({\bf{u}}\) be an eigenvector of \(A\) corresponding to an eigenvalue \(\lambda \), and let \(H\) be the line in \({\mathbb{R}^{\bf{n}}}\) through \({\bf{u}}\) and the origin.

  1. Explain why \(H\) is invariant under \(A\) in the sense that \(A{\bf{x}}\) is in \(H\) whenever \({\bf{x}}\) is in \(H\).
  2. Let \(K\) be a one-dimensional subspace of \({\mathbb{R}^{\bf{n}}}\) that is invariant under \(A\). Explain why \(K\) contains an eigenvector of \(A\).

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

7. \(\left( {\begin{array}{*{20}{c}}{\bf{1}}&{\bf{0}}\\{\bf{6}}&{{\bf{ - 1}}}\end{array}} \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).

(M)Use a matrix program to diagonalize

\(A = \left( {\begin{aligned}{*{20}{c}}{ - 3}&{ - 2}&0\\{14}&7&{ - 1}\\{ - 6}&{ - 3}&1\end{aligned}} \right)\)

If possible. Use the eigenvalue command to create the diagonal matrix \(D\). If the program has a command that produces eigenvectors, use it to create an invertible matrix \(P\). Then compute \(AP - PD\) and \(PD{P^{{\bf{ - 1}}}}\). Discuss your results.

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.