Screwdriver
- 125
- 0
Homework Statement
Let A be a skew-symmetric n x n matrix with entries in R.
a) Prove that
u^{T}Au=0 for every u E R^{n}
b) Prove that
I_{n} + A is an invertible matrix.
Homework Equations
A^{T} = -A
The Attempt at a Solution
a)
u^{T}Au=0
Transpose both sides:
(u^{T}Au)^{T} = 0^{T}
The transpose of the product is the reverse-order product of transposes and the transpose of 0 is 0:
u^{T}A^{T}(u^{T})^{T} = 0
The transpose of a transpose is the original thing:
u^{T}A^{T}u = 0
Sub in (-A) for (A transpose):
-u^{T}Au = 0
Divide by -1:
u^{T}Au = 0
As required.
b)
Let x = I_{n} + A
If the inverse of x exists, there will be a matrix x^{-1} such that:
xx^{-1} = I_{n}
And quite frankly, that's where I'm at. I don't even know what it means to prove that a matrix is invertible. A is square, so how could it not be invertible?
Last edited: