Question: Compute the singular values of the \({\bf{4 \times 4}}\) matrix in Exercise 9 in Section 2.3, and compute the condition number \(\frac{{{\sigma _1}}}{{{\sigma _4}}}\).

Short Answer

Expert verified

The value of condition number is \(\frac{{{\sigma _1}}}{{{\sigma _4}}} = 23,683\).

Step by step solution

01

Step 1: Find the singular value decomposition

Consider the matrix\(A = \left( {\begin{array}{*{20}{c}}4&0&{ - 7}&{ - 7}\\{ - 6}&1&{11}&9\\7&{ - 5}&{10}&{19}\\{ - 1}&2&3&{ - 1}\end{array}} \right)\).

Enter the matrix\(A\)in MATLAB:

\( > > {\rm{ }}A = \left( {4,0, - 7, - 7; - 6,1,11,9;7, - 5,10,19; - 1,2,3, - 1} \right)\)

Find the singular value decomposition of\(A\).

\( > > {\rm{ }}B = svd\left( A \right);\)

\(B = \left( {\begin{array}{*{20}{c}}{27.386}\\{12.091}\\{2.6116}\\{0.001156}\end{array}} \right)\)

02

Compute the condition number \(\frac{{{\sigma _1}}}{{{\sigma _4}}}\)

Find the condition number of\(A\).

\( > > C = cond\left( A \right);\)

\(C = 2.3683 \times {10^4}\)

Find the condition number\(\frac{{{\sigma _1}}}{{{\sigma _4}}}\)using singular values:

\(\begin{array}{c}\frac{{{\sigma _1}}}{{{\sigma _4}}} = \frac{{27.386}}{{0.001156}}\\ = 23,683\end{array}\)

Therefore, \(\frac{{{\sigma _1}}}{{{\sigma _4}}} = 23,683\).

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

25.Let \({\bf{T:}}{\mathbb{R}^{\bf{n}}} \to {\mathbb{R}^{\bf{m}}}\) be a linear transformation. Describe how to find a basis \(B\) for \({\mathbb{R}^n}\) and a basis \(C\) for \({\mathbb{R}^m}\) such that the matrix for \(T\) relative to \(B\) and \(C\) is an \(m \times n\) “diagonal” matrix.

Question: In Exercises 1 and 2, convert the matrix of observations to mean deviation form, and construct the sample covariance matrix.

\(2.\,\,\left( {\begin{array}{*{20}{c}}1&5&2&6&7&3\\3&{11}&6&8&{15}&{11}\end{array}} \right)\)

10.Determine which of the matrices in Exercises 7–12 are orthogonal. If orthogonal, find the inverse.

10. \(\left( {\begin{aligned}{{}}{1/3}&{\,\,2/3}&{\,\,2/3}\\{2/3}&{\,\,1/3}&{ - 2/3}\\{2/3}&{ - 2/3}&{\,\,1/3}\end{aligned}} \right)\)

Let \(A = PD{P^{ - {\bf{1}}}}\), where P is orthogonal and D is diagonal, and let \(\lambda \) be an eigenvalue of A of multiplicity k. Then \(\lambda \) appears k times on the diagonal of D.Explain why the dimension of the eigenspace for \(\lambda \) is k.

Question: If A is \(m \times n\), then the matrix \(G = {A^T}A\) is called the Gram matrix of A. In this case, the entries of G are the inner products of the columns of A. (See Exercises 9 and 10).

10. Show that if an \(n \times n\) matrix G is positive semidefinite and has rank r, then G is the Gram matrix of some \(r \times n\) matrix A. This is called a rank-revealing factorization of G. (Hint: Consider the spectral decomposition of G, and first write G as \(B{B^T}\) for an \(n \times r\) matrix B.)

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