Exponent of Projection (T^2=T)

169 Views Asked by At

T:V->V is a linear transformation, also it's a projection, i.e. T^2=T.

Find e^T.

I thought of using the fact that if T=T^2 then e^T=e^(T^2) but I guess that doesn't work because exponent is a sum of endless "numbers" maybe the fact that T^k = T for every k may help ?

thanks

2

There are 2 best solutions below

2
On BEST ANSWER

We have by a simple induction $T^n=T$ so

$$\exp (T)=\sum_{n=0}^\infty \frac{T^n}{n!}=I+T\sum_{n=1}^\infty\frac1{n!}=I+(e-1)T$$

2
On

Use the series representation of the exponential $$ e^T = \sum_{n=0}^\infty \frac1{n!} T^n, $$ from $T=T^2$ you can deduce $T^n=T$ for all $n$.