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

25. (Singular Value Decomposition) Suppose \[A = UD{V^T}\], where U and Vare \[n \times n\] matrices with the property that \[{U^T}U = I\] and \[{V^T}V = I\], and where D is a diagonal matrix with positive numbers \[{\sigma _1}, \ldots ,{\sigma _n}\] on the diagonal. Show that A is invertible, and find a formula for \[{A^{ - {\bf{1}}}}\].

Short Answer

Expert verified

Here,Ais the product of invertible matrices. Thus, Ais invertible, and the formula for \[{A^{ - 1}}\] is \[{A^{ - 1}} = V{D^{ - 1}}{U^T}\].

Step by step solution

Achieve better grades quicker with Premium

  • Unlimited AI interaction
  • Study offline
  • Say goodbye to ads
  • Export flashcards

Over 22 million students worldwide already upgrade their learning with Vaia!

01

Use the fact of an invertible matrix

Given, \[A = UD{V^T}\] with \[{U^T}U = I\] and \[{V^T}V = I\].

This implies that U and \[{V^T}\] are invertible matrices with \[{U^{ - 1}} = {U^T}\], and \[{\left( {{V^T}} \right)^{ - 1}} = V\].

Note that the determinant of a diagonal matrix is the product of its diagonal entries, i.e., \[\det \,D = {\sigma _1} \ldots {\sigma _n} \ne 0\]. Hence, D is also invertible.

So, here,Ais the product of invertible matrices. Thus, Ais invertible.

02

Find the inverse matrix

\[\begin{array}{c}{A^{ - 1}} = {\left( {UD{V^T}} \right)^{ - 1}}\\ = {\left( {{v^T}} \right)^{ - 1}}{\left( {UD} \right)^{ - 1}}\\{A^{ - 1}} = {\left( {{v^T}} \right)^{ - 1}}{D^{ - 1}}{U^{ - 1}}\end{array}\]

03

Find the formula for the inverse of A

Here, \[{U^{ - 1}} = {U^T}\], and \[{\left( {{V^T}} \right)^{ - 1}} = V\]. Therefore, \[{A^{ - 1}} = V{D^{ - 1}}{U^T}\].

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

[M] For block operations, it may be necessary to access or enter submatrices of a large matrix. Describe the functions or commands of your matrix program that accomplish the following tasks. Suppose A is a \(20 \times 30\) matrix.

  1. Display the submatrix of Afrom rows 15 to 20 and columns 5 to 10.
  2. Insert a \(5 \times 10\) matrix B into A, beginning at row 10 and column 20.
  3. Create a \(50 \times 50\) matrix of the form \(B = \left[ {\begin{array}{*{20}{c}}A&0\\0&{{A^T}}\end{array}} \right]\).

[Note: It may not be necessary to specify the zero blocks in B.]

In Exercise 9 mark each statement True or False. Justify each answer.

9. a. In order for a matrix B to be the inverse of A, both equations \(AB = I\) and \(BA = I\) must be true.

b. If A and B are \(n \times n\) and invertible, then \({A^{ - {\bf{1}}}}{B^{ - {\bf{1}}}}\) is the inverse of \(AB\).

c. If \(A = \left( {\begin{aligned}{*{20}{c}}a&b\\c&d\end{aligned}} \right)\) and \(ab - cd \ne {\bf{0}}\), then A is invertible.

d. If A is an invertible \(n \times n\) matrix, then the equation \(Ax = b\) is consistent for each b in \({\mathbb{R}^{\bf{n}}}\).

e. Each elementary matrix is invertible.

a. Verify that \({A^2} = I\) when \(A = \left[ {\begin{array}{*{20}{c}}1&0\\3&{ - 1}\end{array}} \right]\).

b. Use partitioned matrices to show that \({M^2} = I\) when\(M = \left[ {\begin{array}{*{20}{c}}1&0&0&0\\3&{ - 1}&0&0\\1&0&{ - 1}&0\\0&1&{ - 3}&1\end{array}} \right]\).

A useful way to test new ideas in matrix algebra, or to make conjectures, is to make calculations with matrices selected at random. Checking a property for a few matrices does not prove that the property holds in general, but it makes the property more believable. Also, if the property is actually false, you may discover this when you make a few calculations.

36. Write the command(s) that will create a \(6 \times 4\) matrix with random entries. In what range of numbers do the entries lie? Tell how to create a \(3 \times 3\) matrix with random integer entries between \( - {\bf{9}}\) and 9. (Hint:If xis a random number such that 0 < x < 1, then \( - 9.5 < 19\left( {x - .5} \right) < 9.5\).

Prove the Theorem 3(d) i.e., \({\left( {AB} \right)^T} = {B^T}{A^T}\).

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