Asked by Lisa

For a given square matrix A the predicted values of matrix B are:

predicted B=A(A'A)^(-1)A'B

why is the matrix C=A(A'A)^(-1)A' an idempotent and symmetric matrix? and is this matrix invertible?

Answers

Answered by MathMate
Assuming (A'A) is invertible, then (A'A)<sup>-1</sup> exists.

A(A'A)<sup>-1</sup>A'
By the property of inverse of product of matrices,
(A'A)<sup>-1</sup>
=A<sup>-1</sup> A'<sup>-1</sup>

Therefore
C=A(A'A)<sup>-1</sup>A'
=A(A<sup>-1</sup> A'<sup>-1</sup>)A'
=(A A<sup>-1</sup>) (A'<sup>-1</sup>A')
= (I) (I)
=I
after application of associativity and the properties of inverse of matrices.
Since I is idempotent and invertible, so is C.
Answered by Bayarbold
The equation of the parabola which contains 2 points (1,1) and (-2,-2) and whose tangent at the point (1,1) has the slope k is y=1/3(A)x^2+1/3(B)x-2/3(C) Express A,B and C with k.Please solve this problem.please

Related Questions