Orthonormal Matrix Homework: Estimating |A*A'|

  • Thread starter Thread starter tom08
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 11K views
tom08
Messages
19
Reaction score
0

Homework Statement



If A is a rectangular n*m matrix (n>m) , and all the columns of A is orthonormal.

I know that A'*A=I, where A' stands for its transpose.

but A*A'<>I as I've learned from wiki. but is there an estimate for [tex]\|A \cdot A'\|[/tex]?


Homework Equations



http://en.wikipedia.org/wiki/Orthogonal_matrix

in the rectangular matrix section.

The Attempt at a Solution



I have tried to write A in component form to find any hints. but i failed to solve the problem. but when i test A*A' , i always find that norm(A*A')=1, could you help me to explain it? Thank you in advance.
 
Physics news on Phys.org
tom08 said:

Homework Statement



If A is a rectangular n*m matrix (n>m) , and all the columns of A is orthonormal.

I know that A'*A=I, where A' stands for its transpose.

but A*A'<>I as I've learned from wiki.
What? The Wikipedia site you link to below clearly says, "[itex]Q^TQ= QQ^T= I[/itex]. Alternatively [itex]Q^T= Q^{-1}[/itex]".

but is there an estimate for [tex]\|A \cdot A'\|[/tex]?


Homework Equations



http://en.wikipedia.org/wiki/Orthogonal_matrix

in the rectangular matrix section.

The Attempt at a Solution



I have tried to write A in component form to find any hints. but i failed to solve the problem. but when i test A*A' , i always find that norm(A*A')=1, could you help me to explain it? Thank you in advance.
 
no, please look at my wiki link in the last secion, "rectangular matrix"

if Q is not square, but column orthonormal. let Q be an n-by-m matrix, and (m<n),

then Q'*Q=I, but Q*Q'<>I.

so i want to find out an upper bound of ||I-Q*Q'|| w.r.t m, where m is the number of orthonormal columns of Q.
 
can someone give me a hand?