Section 3.6 Exercises

  1. For each of the following matrices, find a basis for the row space, a basis for the column space, and a basis for the null space:

    1. [132214478]

    2. [313412123842]

    3. [132121323456]

  2. In each of the following, determine the dimension of the subspace of 3 spanned by the given vectors:

    1. [122],[224],[336]

    2. [111],[123],[231]

    3. [112],[224],[325],[213]

  3. Let

    A=[122314245549367859]
    1. Compute the reduced row echelon form U of A. Which column vectors of U correspond to the free variables? Write each of these vectors as a linear combination of the column vectors corresponding to the lead variables.

    2. Which column vectors of A correspond to the lead variables of U? These column vectors form a basis for the column space of A. Write each of the remaining column vectors of A as a linear combination of these basis vectors.

  4. For each of the following choices of A and b, determine whether b is in the column space of A and state whether the system Ax=b is consistent:

    1. A=[1224],b=[48]

    2. A=[3612],b=[11]

    3. A=[2134],b=[46]

    4. A=[112112112],b=[123]

    5. A=[011001],b=[252]

    6. A=[122412],b=[5105]

  5. For each consistent system in Exercise 4, determine whether there will be one or infinitely many solutions by examining the column vectors of the coefficient matrix A.

  6. How many solutions will the linear system Ax=b have if b is in the column space of A and the column vectors of A are linearly dependent? Explain.

  7. Let A be a 6×n matrix of rank r and let b beavectorin 6. For each choice of r and n that follows, indicate the possibilities as to the number of solutions one could have for the linear system Ax=b. Explain your answers.

    1. n=7,r=5

    2. n=7,r=6

    3. n=5,r=5

    4. n=5,r=4

  8. Let A be an m×n matrix with m>n. Let bm and suppose that N(A)={0}.

    1. What can you conclude about the column vectors of A? Are they linearly independent? Do they span m? Explain.

    2. How many solutions will the system Ax=b have if b is not in the column space of A? How many solutions will there be if b is in the column space of A? Explain.

  9. Let A and B be 6×5 matrices. If dim N(A)=2, what is the rank of A? If the rank of B is 4, what is the dimension of N(B)?

  10. Let A be an m×n matrix whose rank is equal to n. If Ac=Ad, does this imply that c must be equal to d? What if the rank of A is less than n? Explain your answers.

  11. Let A be an m×n matrix. Prove that

    rank(A)min(m,n)
  12. Let A and B be row equivalent matrices.

    1. Show that the dimension of the column space of A equals the dimension of the column space of B.

    2. Are the column spaces of the two matrices necessarily the same? Justify your answer.

  13. Let A be a 4×3 matrix and suppose that the vectors

    z1=[112],z2=[101]

    form a basis for N(A). If b=a1+2a2+a3, find all solutions of the system Ax=b.

  14. Let A be a 4 × 4 matrix with reduced row echelon form given by

    U=[1021011400000000]

    If

    a1=[3521]anda2=[4371]

    find a3 and a4.

  15. Let A be a 4×5 matrix and let U be the reduced row echelon form of A. If

    a1=[2132],a2=[1231],

    U=[10201013020001500000]
    1. find a basis for N(A).

    2. given that x0 is a solution to Ax=b, where

      b=[0534]andx0=[32020]
      1. find all solutions to the system.

      2. determine the remaining column vectors of A.

  16. Let A be a 5×8 matrix with rank equal to 5 and let b be any vector in 5. Explain why the system Ax=b must have infinitely many solutions.

  17. Let A be a 4×5 matrix. If a1, a2, and a4 are linearly independent and

    a3=a1+2a2,a5=2a1a2+3a4

    determine the reduced row echelon form of A.

  18. Let A be a 5×3 matrix of rank 3 and let {x1, x2, x3} be abasis for 3.

    1. Show that N(A)={0}.

    2. Show that if y1=Ax1,y2=Ax2, and y3=Ax3, then y1, y2, and y3 are linearly independent.

    3. Do the vectors y1, y2, y3 from part (b) form a basis for 5? Explain.

  19. Let A be an m×n matrix with rank equal to n. Show that if x0 and y=Ax, then y0.

  20. Prove that a linear system Ax=b is consistent if and only if the rank of (A | b) equals the rank of A.

  21. Let A and B be m×n matrices. Show that

    rank(A+B)rank(A)+rank(B)
  22. Let A be an m×n matrix.

    1. Show that if B is a nonsingular m×m matrix, then BA and A have the same null space and hence the same rank.

    2. Show that if C is a nonsingular n×n matrix, then AC and A have the same rank.

  23. Show that if A and B are n×n matrices and N(AB)=n, then A=B.

  24. Let A and B be n×n matrices.

    1. Show that AB=O if and only if the column space of B is a subspace of the null space of A.

    2. Show that if AB=O, then the sum of the ranks of A and B cannot exceed n.

  25. Let A Am×n and bm, and let x0 be a particular solution of the system Ax=b. Prove that if N(A)={0}, then the solution x0 must be unique.

  26. Let x and y be nonzero vectors in m and n, respectively, and let A=xyT.

    1. Show that {x} is a basis for the column space of A and that {yT} is a basis for the row space of A.

    2. What is the dimension of N(A)?

  27. Let Am×n, Bm×r, and C=AB. Show that

    1. the column space of C is a subspace of the column space of A.

    2. the row space of C is a subspace of the row space of B.

    3. rank(C)min{rank(A),rank(B)}.

  28. Let Am×n, Bn×r, and C=AB. Show that

    1. if A and B both have linearly independent column vectors, then the column vectors of C will also be linearly independent.

    2. if A and B both have linearly independent row vectors, then the row vectors of C will also be linearly independent. [Hint: Apply part (a) to CT.]

  29. Let Am×n, Bn×r, and C=AB. Show that

    1. if the column vectors of B are linearly dependent, then the column vectors of C must be linearly dependent.

    2. if the row vectors of A are linearly dependent, then the row vectors of C are linearly dependent. [Hint: Apply part (a) to CT.]

  30. An m×n matrix A is said to have a right inverse if there exists an n×m matrix C such that AC=Im. The matrix A is said to have a left inverse if there exists an n×m matrix D such that DA=In.

    1. Show that if A has a right inverse, then the column vectors of A span m.

    2. Is it possible for an m×n matrix to have a right inverse if n<m?nm? Explain.

  31. Prove: If A is an m×n matrix and the column vectors of A span m, then A has a right inverse. [Hint: Let ej denote the jth column of Im and solve Ax=ej for j=1,,m.]

  32. Show that a matrix B has a left inverse if and only if BT has a right inverse.

  33. Let B be an n×m matrix whose columns are linearly independent. Show that B has a left inverse.

  34. Prove that if a matrix B has a left inverse, then the columns of B are linearly independent.

  35. Show that if a matrix U is in row echelon form, then the nonzero row vectors of U form a basis for the row space of U.

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

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