Download (pdf).

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Capelli's identity wikipedia , lookup

Matrix completion wikipedia , lookup

Linear least squares (mathematics) wikipedia , lookup

Rotation matrix wikipedia , lookup

System of linear equations wikipedia , lookup

Eigenvalues and eigenvectors wikipedia , lookup

Four-vector wikipedia , lookup

Determinant wikipedia , lookup

Principal component analysis wikipedia , lookup

Matrix (mathematics) wikipedia , lookup

Jordan normal form wikipedia , lookup

Singular-value decomposition wikipedia , lookup

Orthogonal matrix wikipedia , lookup

Perron–Frobenius theorem wikipedia , lookup

Non-negative matrix factorization wikipedia , lookup

Ordinary least squares wikipedia , lookup

Cayley–Hamilton theorem wikipedia , lookup

Matrix calculus wikipedia , lookup

Matrix multiplication wikipedia , lookup

Gaussian elimination wikipedia , lookup

Transcript
Math 314 - Fall 2006
Name
Quiz 3
1. Let A be the 3 × 3 matrix such that Aij = i + j. Compute AB where


0 1
1
0 .
B= 1 0
0 −1 −1
Are the rows of B linearly dependent?
2. Let C the following matrix


1 3 0 0
C= a 1 1 0 
0 0 c d
(a) What value a has to have to make C an echelon form?
(b) Let a = 0 in C. Assume that such a matrix is an echelon form of some matrix A. What
value of c and d so that rank(A) = 2?
(c) Let d = 1 and c = 1 and a = 0 in the matrix C. Assume that the matrix you obtain is the
reduced echelon form of some matrix A. Write the last column of A as linear combination
of the first three columns of A.
1