Section 2.2 Exercises

  1. Evaluate each of the following determinants by inspection:

    1. |003041231|

    2. |1113031100221112|

    3. |0001100001000010|

  2. Let

    A=[0123111122331223]
    1. Use the elimination method to evaluate det(A).

    2. Use the value of det(A) to evaluate

      |0123223312231111|+|0123111111442312|
  3. For each of the following, compute the determinant and state whether the matrix is singular or nonsingular:

    1. [3162]

    2. [3142]

    3. [331012023]

    4. [211435212]

    5. [213122140]

    6. [1111213201210073]

  4. Find all possible choices of c that would make the following matrix singular:

    [11119c1c3]
  5. Let A be an n×n matrix and α a scalar. Show that

    det(αA)=an det(A)
  6. Let A be a nonsingular matrix. Show that

    det(A1)=1det(A)
  7. Let A and B be 3×3 matrices with det(A)=4 and det(B)=5. Find the value of

    1. det(AB)

    2. det(3A)

    3. det(2AB)

    4. det(A1B)

  8. Show that if E is an elementary matrix, then ET is an elementary matrix of the same type as E.

  9. Let E1, E2, and E3 be 3×3 elementary matrices of types I, II, and III, respectively, and let A be a 3×3 matrix with det(A)=6. Assume, additionally, that E2 was formed from I by multiplying its second row by 3. Find the values of each of the following:

    1. det(E1A)

    2. det(E2A)

    3. det(E3A)

    4. det(AE1)

    5. det(E12)

    6. det(E1E2E3)

  10. Let A and B be row equivalent matrices, and suppose that B can be obtained from A by using only row operations I and III. How do the values of det(A) and det(B) compare? How will the values compare if B can be obtained from A using only row operation III? Explain your answers.

  11. Let A be an n×n matrix. Is it possible for A2+I=O in the case where n is odd? Answer the same question in the case where n is even.

  12. Consider the 3×3 Vandermonde matrix

    V=[1x1x121x2x221x3x32]
    1. Show that V=(x2x1)(x3x1)(x3x2). Hint: Make use of row operation III.

    2. What conditions must the scalars x1, x2, and x3 satisfy in order for V to be nonsingular?

  13. Suppose that a 3×3matrix A factors into a product:

    [100l2110l31l321] [u11u12u130u22u2300u33]

    Determine the value of det(A).

  14. Let A and B be n×n matrices. Prove that the product AB is nonsingular if and only if A and B are both nonsingular.

  15. Let A and B be n×n matrices. Prove that if AB=I, then BA=I. What is the significance of this result in terms of the definition of a nonsingular matrix?

  16. A matrix A is said to be skew symmetric if AT=A. For example,

    A=[0110]

    is skew symmetric, since

    AT=[0110]=A

    If A is an n×n skew-symmetric matrix and n is odd, show that A must be singular.

  17. Let A be a nonsingular n×n matrix with a nonzero cofactor Ann, and set

    c=det(A)Ann

    Show that if we subtract c from ann, then the resulting matrix will be singular.

  18. Let A be a k×k matrix and let B be an (nk)×(nk) matrix. Let

    E=[IkOOB],F=[AOOInk],C=[AOOB]

    where Ik and Ink are the k×k and (nk)×(nk) identity matrices.

    1. Show that det(E)=det(B).

    2. Show that det(F)=det(A).

    3. Show that det(C)=det(A) det(B).

  19. Let A and B be k×k matrices and let

    M=[OBAO]

    Show that det(M)=(1)k det(A) det(B).

  20. Show that evaluating the determinant of an n×n matrix by cofactors involves (n!1) additions and k=1n1n!/k! multiplications.

  21. Show that the elimination method of computing the value of the determinant of an n×n matrix involves [n(n1)(2n1)]/6 additions and [n(n1)(n2+n+3)]/3 multiplications and divisions. Hint:Atthe ith step of the reduction process, it takes ni divisions to calculate the multiples of the ith row that are to be subtracted from the remaining rows below the pivot. We must then calculate new values for the (ni)2 entries in rows i+1 through n and columns i+1 through n.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
52.14.85.76