Orthonormal Matrix Homework: Estimating |A*A'|

  • Thread starter Thread starter tom08
  • Start date Start date
  • Tags Tags
    Matrix
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 \|A \cdot A&#039;\|?


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, "Q^TQ= QQ^T= I. Alternatively Q^T= Q^{-1}".

but is there an estimate for \|A \cdot A&#039;\|?


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?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top