Codezion
- 17
- 0
Homework Statement
If A = I + uv*, where u and v are m vectors and A is known to be nonsingular, show that the inverse of A = I + \alphauv* where \alpha is a scalar value
Homework Equations
The Attempt at a Solution
Since A is nonsingular, we know the rank of A is m.
Since both u and v are vectors of dimension m, we know that uv* is a square matrix
From the above statements, we conclude that A is an orthogonal matrix which imples:
A^{-1}
= A ^{*}
= (I + uv*)*
= I + (uv*)*
= I + u*v
= I + \alpha[\tex], since u*v is a scalar value<br /> <br /> As you can see, I am arriving at the wrong conclusion. What am I missing? Thank you!