Prove Unitarity of Householder Matrix & Derive Formula for Householder Matrix

  • Thread starter Thread starter math8
  • Start date Start date
  • Tags Tags
    Matrix
math8
Messages
143
Reaction score
0
a) Show that the householder matrix H=I-2ww* is unitary ( where ||w||=1).

b) Given a vector x in C^n (C: complex numbers) and an integer k with 1<k<n, derive a formula for a Householder matrix with the property that (Hx)_i = 0 for i> k. Be sure to choose the signs so that the formula is numerically stable.

For a), I think H is a unitary matrix if H H* = Identity matrix I. Now I guess, the thing is to just multiply H and H* and see if I get the identity matrix. Now the question is
(I-2ww*)*= (I-2w*w)? Or is it rather (I-2ww*)*= (I-2ww*) ?

For b)I don't know how to even start that one. Any help is much appreciated.
 
Physics news on Phys.org
* is Hermitian conjugate, right? Then (a(b*))*=((b*)*)(a*)=b(a*). Apply that to the case a=b=v. Not sure about 'numerical stability' issues in the second one.
 
I assume ww* is a square matrix right? and (I-2ww*)*= (I-2ww*)
Now HH*= (I-2ww*)(I-2ww*)*= (I-2ww*)(I-2ww*)= I-4ww*+ 4(ww*)(ww*)
I suppose -4ww*+ 4(ww*)(ww*) will cancel out but what's the reason? I mean, we have that ||w||=1, but how do we use this info?
 
How might (w*)(w) be related to ||w||?
 
I wonder because I thought (w*)(w) was a square matrix, I am not sure, is it like the determinant?
 
math8 said:
I wonder because I thought (w*)(w) was a square matrix, I am not sure, is it like the determinant?

w* is a row vector. w is a column vector. What's the form of the product?
 
Say w* is an 1xn vector and w is an nx1, I believe ww*is of the form nxn which is a square matrix. now w*w should be a number (of the form 1x1)., so is ||w||=square root of w*w ?
 
math8 said:
Say w* is an 1xn vector and w is an nx1, I believe ww*is of the form nxn which is a square matrix. now w*w should be a number (of the form 1x1)., so is ||w||=square root of w*w ?

Sure. w*w=||w||=1.
 

Similar threads

Back
Top