Problem 1E: Use MATLAB to generate random 44 matrices A and B. For each of the following, compute A1, A2, A3,... Problem 2E: Set n=200 and generate an nn matrix and two vectors in n , both having integer entries, by setting... Problem 3E: Set A=floor(10*rand(6)) . By construction, the matrix A will have integer entries. Let us change the... Problem 4E: Construct a mainx as follows: Set B=eye(10)triu(ones(10),1) Why do we know that B must be... Problem 5E: Generate a matrix A by setting A = floor(10 * rand((6)) and generate a vector b by setting... Problem 6E: Consider the graph (a) Determine the adjacency matrix A for the graph and enter it in MATLAB. (b)... Problem 7E: In Application 1 of Section 1.4, the numbers of married and single women after 1 and 2 years were... Problem 8E: The following table describes a seven-stage model for the life cycle of the loggerhead sea turtle.... Problem 9E: Set A = magic(8) and then compute its reduced row echelon form. The leading 1’s should correspond to... Problem 10E: Set B=[1,1;1,1] and A=[zeros(2),eye(2);eye(2),B] and verify that B2=O (a) Use MATLAB to compute... Problem 11E: The MATLAB commands A = floor(10 * rand((6)), B=AA will result in a symmetric matrix with integer... Problem 1CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 2CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 3CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 4CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 5CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 6CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 7CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 8CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 9CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 10CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 11CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 12CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 13CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 14CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 15CTA: This chapter test consists of trueorfalse questions. In each case, answer true if the statement is... Problem 1CTB: Find all solutions of the linear system x1x2+3x3+2x4=1x1+x22x3+x4=22x12x2+7x3+7x4=1 Problem 2CTB: (a) A linear equation in two unknowns corresponds to a line in the plane. Give a similar geometric... Problem 3CTB: LetAx=bbe a system of n linear equations in n unknowns and suppose thatx1and x2are both solutions... Problem 4CTB: LetAbeamatrix of the form A=[22] where and are fixed scalars no both equal to 0. (a) Explain why... Problem 5CTB: Let A=[213427135],B=[213135427],C=[013027535] Find an elementary matrix E such that EA=B . Find an... Problem 6CTB: Let A be a 33 matrix and let b=3a1+a2+4a3 Will the system Ax=b be consistent? Explain. Problem 7CTB: Let A be a 33 matrix and suppose that a13a2+2a3=0 (the zero vector)Is A nonsingular? Explain. Problem 8CTB: Given the vector x0=[11] is it possible to find 22 matrices A and B so that AB and Ax0Bx0 ? Explain. Problem 9CTB: Let A and B be symmetric nn matrices and let C=AB . Is C symmetric? Explain. Problem 10CTB: Let E and F be nn elementary matrices and let C=EF . Is C nonsingular? Explain. Problem 11CTB: Given A=[IOOOIOOBI] where all the submatrices are nn , determine the block form of A1 . Problem 12CTB: LetA and B be 1010 matrices that are partitionedinto submatrices as follows A=[ A 11 A 12 A 21 A... format_list_bulleted