Could anyone guide along with this question?
I was trying $(A−I)(A−I)^{−1} = I$ and was figuring if there's a way out to expand $(A−I)^{−1}$. I also tried $(A−I)x=0$ but to no avail.
Could anyone guide along with this question?
I was trying $(A−I)(A−I)^{−1} = I$ and was figuring if there's a way out to expand $(A−I)^{−1}$. I also tried $(A−I)x=0$ but to no avail.
For excercises like this it is always a good idea to start with the classical expansions. In this case: $$ A^3-I=(A-I)(A^2+A+I) $$ We can then write: $$ (A-I)(A^2+A+I)=A^3-I=2I-I=I $$ By comparison with $(A-I)(A-I)^{-1}=I$ we can find that $$ (A-I)^{-1}=(A^2+A+I) $$
See from the relation you have given. $f (x)=x^3-2$ is a polynomial that annihilates the operator.hence the minimal polynomial must divide this polynomial .and hence as you can see that the eigenvalues are.cube root of 2....i hope this hepls...proceed on these lines
Of course, in this case, we can just immediately see the inverse after using the factorization of $x^3-1$.
But I think it is good to know the general method:
Let $A$ be a matrix with $f(A)=0$ for some polynomial $f$ and $g$ some other polynomial, which is co-prime to $f$. The euclidean algorithm (so you actually have a general method at hand to compute it!) yields polynomials $a,b$ with
$$af+bg=1,$$ hence we have $$\mathbb I=a(A)f(A)+b(A)g(A)=b(A)g(A).$$
We have shown: $g(A)$ is invertible and the inverse is $b(A)$.