/*! 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} Q-6-12SE Consider the problem of finding ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Consider the problem of finding an Eigenvalue of an \(n \times n\) matrix A when an approximate eigenvalues v is known. Since v is not exactly correct, the equation

\(A{\bf{v}} = \lambda {\bf{v}}\)… (1)

Will probably not have a solution. However, \(\lambda \) can be estimated by a least-squares solution when (1) is viewed properly. Think of v as an \(n \times 1\) matrix V, think of \(\lambda \) as a vector in \({\mathbb{R}^1}\), and denote the vector \(A{\bf{v}}\) by the symbol b. Then (1) becomes \({\mathop{\rm b}\nolimits} = \lambda V\), which may also be written as \(V\lambda = {\bf{b}}\). Find the least-squares solution of this system of \(n\) equations in the one unknown \(\lambda \), and write this solution using the original symbols. The resulting estimate for \(\lambda \) is called a Rayleigh quotient. See Exercise 11 and 12 in Section 5.8.

Short Answer

Expert verified

The least-square solution \(\widehat \lambda \) of \(V\lambda = {\bf{b}}\) is \(\frac{{{{\bf{v}}^T}A{\bf{v}}}}{{{{\bf{v}}^T}{\bf{v}}}}\) because \({{\bf{v}}^T}{\bf{v}}\) is nonzero.

Step by step solution

01

Rayleigh quotient in Exercise 11 and 12 

Exercises 11 and 12 state that when \(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) = \frac{{{{\bf{x}}^T}A{\bf{x}}}}{{{{\bf{x}}^T}{\bf{x}}}}\) equals \(\lambda \).

02

Find the least-square solution of this system of n equations in the one unknown  \(\lambda \)

When \(A\) is an \(m \times n\) matrix and \({\bf{b}}\) in \({\mathbb{R}^m}\), then \(\widehat {\bf{x}}\) in \({\mathbb{R}^n}\) is aleast-squares solutionof \(A{\bf{x}} = {\bf{b}}\) such that;

\(\left\| {{\bf{b}} - A\widehat {\bf{x}}} \right\| \le \left\| {{\bf{b}} - A{\bf{x}}} \right\|\)for every \({\bf{x}}\) in \({\mathbb{R}^n}\)

The equation (1) can be expressed as \(V\lambda = {\bf{b}}\), with \(V\) is the single nonzero column vector \({\bf{v}}\) and \({\bf{b}} = A{\bf{v}}\).

The precise solution of the normal equations \({V^T}V\lambda = {V^T}{\bf{b}}\) is the least-square solution \(\widehat \lambda \) of \(V\lambda = {\bf{b}}\). The equation is written in the original notation as \({{\bf{v}}^T}{\bf{v}}\lambda = {{\bf{v}}^T}A{\bf{v}}\). The least-square solution \(\widehat \lambda \) of \(V\lambda = {\bf{b}}\) is \(\frac{{{{\bf{v}}^T}A{\bf{v}}}}{{{{\bf{v}}^T}{\bf{v}}}}\) because \({{\bf{v}}^T}{\bf{v}}\) is nonzero. The obtained expression is known as the Rayleigh quotient that was described in section 5.8.

Thus, the least-square solution \(\widehat \lambda \) of \(V\lambda = {\bf{b}}\) is \(\frac{{{{\bf{v}}^T}A{\bf{v}}}}{{{{\bf{v}}^T}{\bf{v}}}}\) because \({{\bf{v}}^T}{\bf{v}}\) is nonzero.

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

Given data for a least-squares problem, \(\left( {{x_1},{y_1}} \right), \ldots ,\left( {{x_n},{y_n}} \right)\), the following abbreviations are helpful:

\(\begin{aligned}{l}\sum x = \sum\nolimits_{i = 1}^n {{x_i}} ,{\rm{ }}\sum {{x^2}} = \sum\nolimits_{i = 1}^n {x_i^2} ,\\\sum y = \sum\nolimits_{i = 1}^n {{y_i}} ,{\rm{ }}\sum {xy} = \sum\nolimits_{i = 1}^n {{x_i}{y_i}} \end{aligned}\)

The normal equations for a least-squares line \(y = {\hat \beta _0} + {\hat \beta _1}x\)may be written in the form

\(\begin{aligned}{{\hat \beta }_0} + {{\hat \beta }_1}\sum x = \sum y \\{{\hat \beta }_0}\sum x + {{\hat \beta }_1}\sum {{x^2}} = \sum {xy} {\rm{ (7)}}\end{aligned}\)

16. Use a matrix inverse to solve the system of equations in (7) and thereby obtain formulas for \({\hat \beta _0}\) , and that appear in many statistics texts.

Suppose \(A = QR\), where \(R\) is an invertible matrix. Showthat \(A\) and \(Q\) have the same column space.

In Exercises 5 and 6, describe all least squares solutions of the equation \(A{\bf{x}} = {\bf{b}}\).

5. \(A = \left( {\begin{aligned}{{}{}}{\bf{1}}&{\bf{1}}&{\bf{0}}\\{\bf{1}}&{\bf{1}}&{\bf{0}}\\{\bf{1}}&{\bf{0}}&{\bf{1}}\\{\bf{1}}&{\bf{0}}&{\bf{1}}\end{aligned}} \right)\), \({\bf{b}} = \left( {\begin{aligned}{{}{}}{\bf{1}}\\{\bf{3}}\\{\bf{8}}\\{\bf{2}}\end{aligned}} \right)\)

In Exercises 7–10, let\[W\]be the subspace spanned by the\[{\bf{u}}\]’s, and write y as the sum of a vector in\[W\]and a vector orthogonal to\[W\].

8.\[y = \left[ {\begin{aligned}{ - 1}\\4\\3\end{aligned}} \right]\],\[{{\bf{u}}_1} = \left[ {\begin{aligned}1\\1\\{\bf{1}}\end{aligned}} \right]\],\[{{\bf{u}}_2} = \left[ {\begin{aligned}{ - 1}\\3\\{ - 2}\end{aligned}} \right]\]

Show that if \(U\) is an orthogonal matrix, then any real eigenvalue of \(U\) must be \( \pm 1\).

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.