Sample Quiz on Matrix Algebra

Question # 1: The product of two upper triangular matrices is:
Question # 2: The echelon form of an augmented matrix of a system of linear equations is given by
A = matrix([[1,0,1,a1],[0,1,2,a2-3*a1],[0,0,0,a3-2*a2+a1]]);
Then the system has infinitely many solutions if:
Question # 3: A is a matrix such that its cube is equal to itself. Then:
Question # 4: The matrices A = matrix([[1,x+y,z],[2,x-y,4]]);
B = matrix([[x,z,6],[z-4,-4,4]]);
Question # 5: The product of an nxr matrix A and rxm matrix B is
Question # 6: The (3,2) entry in the product of the two matrices
A=matrix([[1,2,0],[-3,2,1],[3,1,3]]);
B=matrix([[1,2],[-3,2],[1,5]]));
Question # 7: Which one of the following statements is correct?
Question # 8: Which one of the following statements is not correct?