Linear Algebra -- Projection matrix question

Physgeek64
Messages
245
Reaction score
11

Homework Statement


Let A be an n×n matrix which has the property that A^2 =A.
(i) Write down the most general polynomial in A

Homework Equations

The Attempt at a Solution


My biggest problem is that I don't even understand what the question is asking

Is it just sum (alphaA^n)=0

but A^n=A

sum(alpha A)=0 ?

I know its not the equation to find the eigenvalues as that follows, and I'm fine with that

Av=pv where p are the eigenvalues, and v the corresponding eigenvectors
A^2v=Apv
Av=p(Av)
pv=p^2v
v(p)(p-1)=0 and hence p= 0 or 1

But I just don't understand the first bit

Many thanks in advance :)
 
Physics news on Phys.org
The absolute most general polynomial, degree N, in some arbitrary A would be ##P_N(A)=\sum_{n=0}^N a_nA^n## wouldn't it?
What is special about this polynomial?
 
Simon Bridge said:
The absolute most general polynomial, degree N, in some arbitrary A would be ##P_N(A)=\sum_{n=0}^N a_nA^n## wouldn't it?
What is special about this polynomial?
Well since A is a projection matrix, surely that would imply than ##A^n=A## and hence ##P_N(A)=\sum_{n=0}^N a_nA^n## -> ##P_N(A)=\sum_{n=0}^N a_nA##
 
i.e. the most general polynomial is 1st order. Well done.
 
Wouldn't you want to include ##A^0 = I##?
 
LCKurtz said:
Wouldn't you want to include ##A^0 = I##?
Yes, yes I would ;) Thank you
 
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