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

Question: In Exercises 15 and 16, construct the pseudo-inverse of \(A\). Begin by using a matrix program to produce the SVD of \(A\), or, if that is not available, begin with an orthogonal diagonalization of \({A^T}A\). Use the pseudo-inverse to solve \(A{\rm{x}} = {\rm{b}}\), for \({\rm{b}} = \left( {6, - 1, - 4,6} \right)\) and let \(\mathop {\rm{x}}\limits^\^ \)be the solution. Make a calculation to verify that \(\mathop {\rm{x}}\limits^\^ \) is in Row \(A\). Find a nonzero vector \({\rm{u}}\) in Nul\(A\), and verify that \(\left\| {\mathop {\rm{x}}\limits^\^ } \right\| < \left\| {\mathop {\rm{x}}\limits^\^ + {\rm{u}}} \right\|\), which must be true by Exercise 13(c).

15. \(A = \left[ {\begin{array}{*{20}{c}}{ - 3}&{ - 3}&{ - 6}&6&{\,\,1}\\{ - 1}&{ - 1}&{ - 1}&1&{ - 2}\\{\,\,\,0}&{\,\,0}&{ - 1}&1&{ - 1}\\{\,\,\,0}&{\,\,0}&{ - 1}&1&{ - 1}\end{array}} \right]\)

Short Answer

Expert verified

The basis for NulA is \(\left\{ {{{\rm{a}}_1},{{\rm{a}}_2}} \right\} = \left\{ {\left[ \begin{array}{l}0\\0\\1\\1\\0\end{array} \right]\left[ \begin{array}{l} - 1\\\,\,\,1\\\,\,\,0\\\,\,\,0\\\,\,\,0\end{array} \right]} \right\}\), such that \({\rm{u}} = c{{\rm{a}}_1} + d{{\rm{a}}_2}\). It is verified that \(\mathop {\rm{x}}\limits^\^ \) is the minimum length solution of \[A{\rm{x}} = {\rm{b}}\].

Step by step solution

01

Find the pseudo-inverse of A

The reduced SVD of the matrix\(A\)is\(A = {U_r}D{V_r}^T\), so that its pseudo inverse is\({A^ + } = {V_r}{D^{ - 1}}{U_r}^T\).

For the given matrix\(A\), \[{U_r} = \left[ {\begin{array}{*{20}{c}}{.966641}&{.253758}&{ - .034804}\\{185205}&{.786338}&{.589382}\\{.125107}&{.398296}&{.570709}\\{.125107}&{.398296}&{.570709}\end{array}} \right]{\rm{ }}\], \[D = \left[ {\begin{array}{*{20}{c}}{9.84443}&0&0\\0&{2.62466}&0\\0&0&{1.09467}\end{array}} \right]{\rm{ }}\]and \[{V_r} = \left[ {\begin{array}{*{20}{c}}{ - .313388}&{.009549}&{.633795}\\{ - .313388}&{.009549}&{.633795}\\{ - .633380}&{.023005}&{ - .313529}\\{ - .633380}&{.023005}&{ - .313529}\\{.035148}&{.999379}&{.002322}\end{array}} \right]{\rm{ }}\]

Use the MATLAB for calculating the pseudo inverse of matrix A by using the following steps:

  1. Enter the matrix \({U_r}{\rm{ }}\), \(D\) and \({V_r}^T\)into the product program,
  2. Run the program.
  3. Press “Enter.”

The product is obtained as \({A^ + } = \left[ {\begin{array}{*{20}{c}}{ - .05}&{ - .35}&{.325}&{.325}\\{ - .05}&{ - .35}&{.325}&{.325}\\{ - .05}&{.15}&{ - .175}&{ - .175}\\{.05}&{ - .15}&{.175}&{.175}\\{.10}&{ - .30}&{ - .150}&{ - .150}\end{array}} \right]\).

Also, find the solution of the system \(A{\rm{x}} = {\rm{b}}\] as \[\mathop {\rm{x}}\limits^\^ = {A^ + }{\rm{b}}\)by using the same MATLAB program.

The solution is obtained as \(\mathop {\rm{x}}\limits^\^ = \left[ \begin{array}{l}\,\,\,.7\\\,\,\,.7\\ - .8\\\,\,\,.8\\\,\,\,.6\end{array} \right]\).

02

Find a basis for Nul A

On running the row reduction program for the system\({A^T}{\rm{z}} = \mathop {\rm{x}}\limits^\^ \), it is obtained that its rank is equal to the number of free variables. So, the system has a solution such that\(\mathop {\rm{x}}\limits^\^ \)is in\({\rm{Col}}\,{A^T} = {\rm{Row}}\,A\).

Moreover, the basis for NulA is \(\left\{ {{{\rm{a}}_1},{{\rm{a}}_2}} \right\} = \left\{ {\left[ \begin{array}{l}0\\0\\1\\1\\0\end{array} \right]\left[ \begin{array}{l} - 1\\\,\,\,1\\\,\,\,0\\\,\,\,0\\\,\,\,0\end{array} \right]} \right\}\), such that any element of matrix Nul A is calculated as \({\rm{u}} = c{{\rm{a}}_1} + d{{\rm{a}}_2}\).

03

Compute \(\left\| {\mathop {\rm{x}}\limits^\^ } \right\|\) and \(\left\| {\mathop {\rm{x}}\limits^\^  + {\rm{u}}} \right\|\)

As \(\mathop {\rm{x}}\limits^\^ = \left[ \begin{array}{l}\,\,\,.7\\\,\,\,.7\\ - .8\\\,\,\,.8\\\,\,\,.6\end{array} \right]\), find \(\left\| {\mathop {\rm{x}}\limits^\^ } \right\|\) as:

\(\begin{array}{c}\left\| {\mathop {\rm{x}}\limits^\^ } \right\| = \sqrt {2{{\left( {0.7} \right)}^2} + 2{{\left( {0.7} \right)}^2} + 2{{\left( { - 0.8} \right)}^2} + 2{{\left( {0.8} \right)}^2} + 2{{\left( {0.6} \right)}^2}} \\ = \sqrt {131/50} \end{array}\)

So,\(\left\| {\mathop {\rm{x}}\limits^\^ + {\rm{u}}} \right\|\)is calculated as:

\(\left\| {\mathop {\rm{x}}\limits^\^ + {\rm{u}}} \right\| = \sqrt {{{\left( {131/50} \right)}^2} + 2{c^2} + 2{d^2}} \)

Thus, for nonzero matrix \({\rm{u}}\), \(\left\| {\mathop {\rm{x}}\limits^\^ } \right\| < \left\| {\mathop {\rm{x}}\limits^\^ + {\rm{u}}} \right\|\). This implies that \(\mathop {\rm{x}}\limits^\^ \) is the minimum length solution of \[A{\rm{x}} = {\rm{b}}\].

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 11: Prove that any \(n \times n\) matrix A admits a polar decomposition of the form \(A = PQ\), where P is a \(n \times n\) positive semidefinite matrix with the same rank as A and where Q is an \(n \times n\) orthogonal matrix. (Hint: Use a singular value decomposition, \(A = U\sum {V^T}\), and observe that \(A = \left( {U\sum {U^T}} \right)\left( {U{V^T}} \right)\).) This decomposition is used, for instance, in mechanical engineering to model the deformation of a material. The matrix P describe the stretching or compression of the material (in the directions of the eigenvectors of P), and Q describes the rotation of the material in space.

Suppose Aand B are orthogonally diagonalizable and \(AB = BA\). Explain why \(AB\) is also orthogonally diagonalizable.

(M) Orhtogonally diagonalize the matrices in Exercises 37-40. To practice the methods of this section, do not use an eigenvector routine from your matrix program. Instead, use the program to find the eigenvalues, and for each eigenvalue \(\lambda \), find an orthogonal basis for \({\bf{Nul}}\left( {A - \lambda I} \right)\), as in Examples 2 and 3.

38. \(\left( {\begin{aligned}{{}}{.{\bf{63}}}&{ - .{\bf{18}}}&{ - .{\bf{06}}}&{ - .{\bf{04}}}\\{ - .{\bf{18}}}&{.{\bf{84}}}&{ - .{\bf{04}}}&{.{\bf{12}}}\\{ - .{\bf{06}}}&{ - .{\bf{04}}}&{.{\bf{72}}}&{ - .{\bf{12}}}\\{ - .{\bf{04}}}&{.{\bf{12}}}&{ - .{\bf{12}}}&{.{\bf{66}}}\end{aligned}} \right)\)

Find the matrix of the quadratic form. Assume x is in \({\mathbb{R}^2}\) .

a. \(3x_1^2 - 4{x_1}{x_2} + 5x_2^2\) b. \(3x_1^2 + 2{x_1}{x_2}\)

Find the matrix of the quadratic form. Assume x is in \({\mathbb{R}^{\bf{3}}}\).

a. \(3x_1^2 - 2x_2^2 + 5x_3^2 + 4{x_1}{x_2} - 6{x_1}{x_3}\)

b. \(4x_3^2 - 2{x_1}{x_2} + 4{x_2}{x_3}\)

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