Quote (JDota72 @ Oct 30 2014 09:46pm)
90% of linear algebra is just the same stuff over and over again, just with different terminology rofl
you obviously don't know much
on topic:
for Q3 take X eigen vector of A associated to lambda, write (AX.X) = (B²X.X) = (since B is symetric) ||BX||² = lambda*||X||², which implies lambda >= 0 (where (AX.X) denotes the scalar product)
Q4 is simple diagonalization .. P is the matrix of the eigen vectors. Solve det(A-lambda*I) = 0 to find the eigen values, and AX = lambda*X for the eigen values you found.
for Q5 write A = QBQ', A^n = Q*B*(Q'*Q)*B*Q'* ....*Q*B*(Q'*Q)*B*Q' = Q*B^n*Q' (because Q'*Q = I and every term in between cancels out) which proves that A^n and B^n are orthogonally similar