4.II.39A
Part II, 2005
An skew-symmetric matrix is converted into an upper-Hessenberg form , say, by Householder reflections.
(a) Describe each step of the procedure and observe that is tridiagonal. Your algorithm should take advantage of the special form of to reduce the number of computations.
(b) Compare the cost (counting only products and looking only at the leading term) of converting a skew-symmetric and a symmetric matrix to an upper-Hessenberg form using Householder reflections.