PDA

View Full Version : Pseudoinverse


Cyrus
Dec11-04, 12:09 PM
Hi, I need help with the pseudoinverse. I would like to know what it is and what it does. From what ive found on websites, you can find the inverse of a nonsquare matrix. My book, "Linear Algebra and its applications" by David Lay, says that the reduced singualr value decomposition can be written as:

A = U_r (D)V_r^T

and that the pseudo inverse can be written as:

A^+ = V_r (D^-^1) U_r^T .

It looks as if the author simply did the inverse of A to get the pseudoinevrese. But how could he do that when A is rectangular?

Thank you,


Cyrus

Cyrus
Dec11-04, 02:51 PM
please help!

HallsofIvy
Dec11-04, 03:17 PM
For non-square A, you can set up the decomposition so that D is square:
If A is 2 by 3, then U would have to be 2 by 3 but D and V would be 2 by 2.

You take the inverse of D but you only need the transposes of U and V.

Since the transpose of U would be 3 by 2, the pseudo-inverse of A, A+, would be 3 by 2.

Cyrus
Dec11-04, 07:33 PM
why do you take the transpose of U and V. They are no longer orthogonal matricies because we cut out some of them when we partitioned it. So it is no longer true that their inverse equals their transpose.

Cyrus
Dec13-04, 06:02 PM
anyone can anwser my question please?