Lagrange Interpolation and Matrices

neomasterc
Messages
5
Reaction score
0

Homework Statement


Prove I=T1+T2+...+Tk
Where Ti=pi(T)

Homework Equations


T is kxk
pi(x)=(x-c1)...(x-ck) is the minimal polynomial of T.
pi=\pii(x)/\pii(ci)
\pii=\pi(x)/(x-ci)

To evaluate these functions at a matrix, simply let ci=ciI

The Attempt at a Solution


From lagrange interpolation, f=Ʃf(x)pi(x)
so 1=Ʃpi(x)
 
Physics news on Phys.org
nvm I solved it. We see Ti*Tj=0 for i!=j, and Ti^2=Ti. Then we get that T1+T2+...+Tk=I or Ti. But if it equals Ti, then T1+T2+...+Ti-1+Ti+1+...Tk=0, which is false, so T1+T2+...+Tk=I
 
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