A real 3×3 matrix A with elements Aij is said to be upper triangular if Aij=0 whenever i>j. Prove that if A and B are upper triangular 3×3 real matrices then so is the matrix product AB.
Consider the matrix
A=⎝⎛1002−1001−1⎠⎞
Show that A3+A2−A=I. Write A−1 as a linear combination of A2,A and I and hence compute A−1 explicitly.
For all integers n (including negative integers), prove that there exist coefficients αn,βn and γn such that
An=αnA2+βnA+γnI
For all integers n (including negative integers), show that
(An)11=1,(An)22=(−1)n, and (An)23=n(−1)n−1
Hence derive a set of 3 simultaneous equations for {αn,βn,γn} and find their solution.