2009-12-21

幾題小問題

True or False (括弧內是給的答案)

(F)1.If x is an eigenvector of the matrix product AB, then Bx is an eigenvector of BA

x不等於0 , ABx=入x , => BABx=入Bx 哪裡不對呢?
(F)2.If a matrix U has orthonormal columns, then UU^T = I

(U^T)U=I => U^-1= (U^T) => UU^T= I 這又哪裡不對呢? 問題出在 orthonormal columns?
這和 orthonormal matrix有什麼不同呢?

(F)3.A least-squares solution of Ax = b is the vector Ax' in column space of A that is closest to b, so that b − Ax' <= b − Ax for all x.

這題也不大懂 least square solution (A^TA)^-1*A^T*b 跟 Ax' 有什麼關係.....



煩請解答了 謝謝

1 則留言:

線代離散助教(wynne) 提到...

1. Bx 有可能等於 0

2. 我們沒有定義所謂的orthonormal matrix, 在一個方陣 A 中, 若蒐集所有的可構成一orthonormal set iff A: orthogonal, 而這裡我覺得題意寫的有點模糊, 如果只是有互相orthonormal的行, 但不是所有的行都互為orthonormal, 那就不一定是orthogonal matrix

3. 他寫說 Ax' 為 least square solution, 但事實上 Ax' 應該是 b 在 CS(A) 上的投影, 而 x' 才是 least square solution 使得 Ax' 為 CS(A) 中最接近 b 的向量