Proving Orthogonality: Simple Matrix Question with Skew-Symmetric A"

  • Thread starter Thread starter the4thamigo_uk
  • Start date Start date
  • Tags Tags
    Matrix
AI Thread Summary
To prove that (I - A) . inv(I + A) is orthogonal when A is skew-symmetric and (I + A) is singular, one must utilize properties of matrix operations. The key relationships include that the transpose of a product is the product of the transposes in reverse order, and that the transpose of a skew-symmetric matrix equals its negative. The orthogonality condition requires showing that the product of the matrices equals the identity matrix. The discussion highlights the realization that the inverse of a transpose equals the transpose of the inverse, which is crucial for the proof. Ultimately, understanding these matrix properties is essential for establishing the orthogonality of the given expression.
the4thamigo_uk
Messages
47
Reaction score
0

Homework Statement



Prove that if A is skew-symmetric (i.e. A = -A') then


(I - A) . inv(I + A)

is orthogonal, assuming that (I + A) is singular. inv(X) denotes inverse matrix of X. X' denotes transpose of X.


The Attempt at a Solution



I need to prove orthogonality :

I know for square matrices : inv(XY) = inv(Y) . inv(X) and (XY)' = Y'X'

So if X and Y were orthogonal then XY would be.

But in this case X = I - A and Y = inv(I + A), but are they orthogonal?

I also know that (I - A)' = (I + A)

But can't figure it out. Do I have to resort to the defn of inv(X) = adj(X) / det(X) ?


Would appreciate any clues... Thanks in advance
 
Physics news on Phys.org
Aha stupid me... I now note that inv(X)' = inv(X')
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top