Given the array
A = [ -1 3 ]
[ 4 2 ]
(a) Raise A to the second power by array exponentiation. (Consult he necessary.)
(b) Raise A to the second power by matrix exponentiation.
(c) Explain why the answers are different.