Consider the abstract matrices A = [1 a 0] [0 1 0] [0 b 1] and B = [1 x 0] [0 1 0] [0 y 1] 1. Compute some powers of A, namely A^0, A^1, A^2, A^3, A^4. 2. Let n be an arbitrary non-negative integer. Compute A^n using the previous pattern. 3. Propose a good definition of the square root A^(1/2) of A, based on question 1 above (in this case MATLAB may give you the good answer). 4. Compute both matrix products A * B and B * A. What makes the result remarkable (a propery which usually doesn't hold for matrices)?