Section 2.1 Exercises

  1. Let

    A=[324123232]
    1. Find the values of det(M21), det(M22), and det(M23).

    2. Find the values of A21, A22, and A23.

    3. Use your answers from part (b) to compute det(A).

  2. Use determinants to determine whether the following 2×2 matrices are nonsingular:

    1. [3524]

    2. [3624]

    3. [3624]

  3. Evaluate the following determinants:

    1. |3523|

    2. |5284|

    3. |312245245|

    4. |430312514|

    5. |132412213|

    6. |212132516|

    7. |2001010016201123|

    8. |2121301112213231|

  4. Evaluate the following determinants by inspection:

    1. |3524|

    2. |200410732|

    3. |300211122|

    4. |4021504220341023|

  5. Evaluate the following determinant. Write your answer as a polynomial in x:

    |axbc1x001x|
  6. Find all values of λ for which the following determinant will equal 0:

    |2λ433λ|
  7. Let A be a 3×3 matrix with a11=0 and a210. Show that A is row equivalent to I if and only if

    a12a21a33+a12a31a23+a13a21a32a13a31a220
  8. Write out the details of the proof of Theorem 2.1.3.

  9. Prove that if a row or a column of an n×n matrix A consists entirely of zeros, then det(A)=0.

  10. Use mathematical induction to prove that if A is an (n+1)×(n+1) matrix with two identical rows, then det(A)=0.

  11. Let A and B be 2×2 matrices.

    1. Does det(A+B)=det(A)+det(B)?

    2. Does det(AB)=det(A)det(B)?

    3. Does det(AB)=det(BA)?

    Justify your answers.

  12. Let A and B be 2×2 matrices and let

    C=[a11a12b21b22],D=[b11b12a21a22],E=[0αβ0]
    1. Show that det(A+B)=det(A)+det(B)+det(C)+det(D).

    2. Show that if B=EA, then det(A+B)=det(A)+det(B).

  13. Let A be a symmetric tridiagonal matrix (i.e., A is symmetric and aij=0 whenever |ij|>1). Let B be the matrix formed from A by deleting the first two rows and columns. Show that

    det(A)=a11 det(M11)a122det(B)
..................Content has been hidden....................

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