Given a column matrix such that
Here . Consider the matrix:
Here, is the identity matrix of size . Is the matrix orthogonal, or symmetric, or both symmetric and orthogonal or neither of the two? Justify your answer.
Look up:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Given:
H = I n − 2 u u T H T = ( I n − 2 u u T ) T ⟹ = H T = I n T − 2 ( u u T ) T H T = I n T − 2 ( u u T ) T = I n − 2 ( u T ) T u T = I n − 2 u u T = H
Therefore:
H = H T
H is a symmetric matrix.
To check for orthogonality, the following must be true:
H H T = I n
H H T = ( I n − 2 u u T ) ( I n − 2 u u T ) = I n − 4 u u T + 4 u u T u u T = I n − 4 u u T + 4 u ( u T u ) u T
Recognizing that u T u = 1 :
H H T = I n − 4 u u T + 4 u ( u T u ) u T = I n − 4 u u T + 4 u u T = I n
Therefore:
H H T = I n
H is orthogonal.