Practice problems
DO NOT TURN IN
Practice problem 3: Fill an N by N matrix with random numbers. Call this matrix A. Compute trace A. Then compute trace( Ak), for k = 1,2,..,n (around n = 10). You should find trace( Ak) = (trace A)k.
DO NOT TURN IN -- FOR YOUR PRACTICE ONLY