1.2 Exercises on matrices: determinant, inverse, and rank
- Let
A = 4 −1 6 9 B = 0 3 3 −2 4 2 9 7 8 −5 9 20 −3 14 27 0 18 27 0 −21 4 6 −1 9
- Let
A = 4 −1 6 9 2 3 B = 0 3 3 −2 - Yes;
−3 14 27 0 9 0 - No
- Yes;
- Given u' = (5,2,3), find u'·u (the scalar product, or inner product).
u'·u = 38.
- You buy n items in the quantities q1,...,qn at the prices p1,...,pn. Express your expenditure using (i) Σ notation, (ii) vector notation.
(i) ∑n
i=1piqi; (ii) p·q' where p = (p1, ..., pn) and q = (q1, ..., qn). - Let x' = (x1, x2) and let
A = a11 a12 a21 a22 a11x2
1 + (a12 + a21)x1x2 + a22x2
2. - Find the determinants of the matrices A and B in Problem 1.
|A| = 42. |B| = −9.
- Let A be an n × n matrix in which all the elements are zero except those on or below the main diagonal. Find an expression for the determinant of A.
Calculating the determinant by expanding along its first row, and then expanding each of the determinants of the smaller matrices along their first rows, we find that |A| = a11a22···ann. (That is, the determinant of the matrix is the same as the determinant of the matrix that differs from A only in that all the elements below the main diagonal, as well as all the elements above the main diagonal, are zero.)
- Find the inverse of the matrix A in Problem 1, and verify that it is indeed the inverse.
A−1 = (1/42) 9 1 −6 4 ; A−1A = I. - Find the determinants of the following matrices.
A = 8 1 3 4 0 1 6 0 3 B = a b c b c a c a b |A| = −6; |B| = 3abc−a3 − b3 − c3. - Are either of these matrices nonsingular?
A: yes; B: if and only if 3abc ≠ a3 + b3 + c3.
- Find the inverse of the matrix A.
A−1 = 0 1/2 −1/6 1 −1 −2/3 0 −1 2/3
- Find the determinants of the following matrices.
- Find the rank of the following matrix:
−1 0 2 1 −2 2 4 2 −3 1 6 3 . Every 3 × 3 submatrix has determinant zero, but the 2 × 2 matrix obtained by deleting the third row and second and third columns has determinant −2 ≠ 0, so the rank of the matrix is 2.