Can Column Vectors be Multiplied?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
EngWiPy
Messages
1,361
Reaction score
61
Hello,

Suppose that [tex]\mathbf{h}[/tex] is an [tex]N\times 1[/tex] column vector. Can we say that:

[tex]\mathbf{h}^*\mathbf{h}=\mathbf{h}\mathbf{h}^*[/tex]

where * means complex conjugate transpose?

Thanks in advance
 
Physics news on Phys.org
Try it out for yourself. Take [tex]\mathbf{h} = [1, 0]^*[/tex].

Furthermore, if you're not familiar with them, you may want to look up the terms inner product and outer product. They are operations on vectors that, conveniently, map to matrix multiplication between conjugate transposes.
 
Tac-Tics said:
Try it out for yourself. Take [tex]\mathbf{h} = [1, 0]^*[/tex].

Furthermore, if you're not familiar with them, you may want to look up the terms inner product and outer product. They are operations on vectors that, conveniently, map to matrix multiplication between conjugate transposes.

Ok then, [tex]\mathbf{h}\mathbf{h}^*[/tex] is the outer product of the two vectors, and [tex]\mathbf{h}^*\mathbf{h}[/tex] is the inner product of them. Right?
 
S_David said:
Ok then, [tex]\mathbf{h}\mathbf{h}^*[/tex] is the outer product of the two vectors, and [tex]\mathbf{h}^*\mathbf{h}[/tex] is the inner product of them. Right?

Yup!

Usually, the inner product is taken to be a real number, not a 1x1 matrix. But the two ideas are identical. The inner product is well known for it's use is defining orthogonality and angles.

The outer product is less commonly known. It has applications when working with dual vector spaces. It's useful in QM and GR.
 
Tac-Tics said:
Yup!

Usually, the inner product is taken to be a real number, not a 1x1 matrix. But the two ideas are identical. The inner product is well known for it's use is defining orthogonality and angles.

The outer product is less commonly known. It has applications when working with dual vector spaces. It's useful in QM and GR.

Ok thank you Tac-Tics.

Best regards