Math Help Forum: basis and image

  1. #1
    Senior Member
    Joined
    Oct 2008
    Posts
    393

    basis and image

    Find the basis for the image of the matrix B

    B = 4 2 2 0
    0 3 -1 1
    1 -3 4 2

    So first i transposed it B'

    4 0 1
    2 3 -3
    2 -1 4
    0 1 2

    then i reduced it to echelon form
    divide top row by 4

    1 0 1/4
    2 3 -3
    2 -1 4
    0 1 2

    row 2 - 2 x row1
    row 3 - 2 x row 1

    1 0 1/4
    0 3 -7/2
    0 -1 7/2
    0 1 2

    make rows 2 and 3 start with 1

    1 0 1/4
    0 1 -7/6
    0 1 -7/2
    0 1 2

    row 3 - row 2
    row 4 - row 2

    1 0 1/4
    0 1 -7/6
    0 0 -14/6
    0 0 19/6

    make row 3 and 4 start with 1

    1 0 1/4
    0 1 -7/6
    0 0 1
    0 0 1

    row 4 - 3

    1 0 1/4
    0 1 -7/6
    0 0 1

    So these are the basis, is this right? Have i done the ecehlon form right?
    Follow Math Help Forum on Facebook and Google+

  2. Welcome to Math Help Forum - Click here to Register

    Welcome to the largest Math Help Forum, a free community dedicated to math help and math discussions.

    We welcome everyone and the community is free to join so register today and become part of our math family!

  3. #2
    MHF Contributor

    Joined
    Apr 2005
    Posts
    11,506
    Thanks
    31
    What happened to the last row? But what you have done is correct, so far. If you were to complete the row reduction you would have, as reduced echelon form,
    \left[\begin{array}{ccc}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\\ 0 & 0 & 0\end{array}\right]
    so that your basis vectors are <1, 0 , 0>, <0, 1, 0>, and <0, 0, 1>, the standard basis for R^3. That is because this matrix maps R^4 into R^3 and its null space has dimension 1 so its image is all of R^3.
    Follow Math Help Forum on Facebook and Google+

  4. #3
    Senior Member
    Joined
    Oct 2008
    Posts
    393
    Quote Originally Posted by HallsofIvy View Post
    What happened to the last row? But what you have done is correct, so far. If you were to complete the row reduction you would have, as reduced echelon form,
    \left[\begin{array}{ccc}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\\ 0 & 0 & 0\end{array}\right]
    so that your basis vectors are <1, 0 , 0>, <0, 1, 0>, and <0, 0, 1>, the standard basis for R^3. That is because this matrix maps R^4 into R^3 and its null space has dimension 1 so its image is all of R^3.
    I thought it was just echelon form you needed to put in, not row reduction form.
    Follow Math Help Forum on Facebook and Google+

  5. #4
    MHF Contributor

    Joined
    Apr 2005
    Posts
    11,506
    Thanks
    31
    I'm not sure what you mean by "row reduction form". "Row reduction" is the method you use to reduce a matrix to "echelon" or "reduced echelon" form.

    In any case, either "echelon form" or "reduced echelon form" (which is probably what you mean by "row reduction form") of an n by n matrix is still an n by n matrix.
    Follow Math Help Forum on Facebook and Google+

  6. #5
    Senior Member
    Joined
    Oct 2008
    Posts
    393
    Quote Originally Posted by HallsofIvy View Post
    I'm not sure what you mean by "row reduction form". "Row reduction" is the method you use to reduce a matrix to "echelon" or "reduced echelon" form.

    In any case, either "echelon form" or "reduced echelon form" (which is probably what you mean by "row reduction form") of an n by n matrix is still an n by n matrix.
    Yeah sorry i thought it just needed to be in echelon form not reduced echelon form.
    Follow Math Help Forum on Facebook and Google+

  7. #6
    MHF Contributor

    Joined
    Apr 2005
    Posts
    11,506
    Thanks
    31
    It doesn't have to be. That was not my point. The "echelon form" would be
    \begin{bmatrix}1 & 0 & \frac{1}{4} \\ 0 & 1 & -\frac{7}{6} \\ 0 & 0 & 1 \\ 0 & 0 & 0\end{bmatrix}
    which still has all four rows. Of course the 0 vector is never a member of a basis so a basis for the image is
    \{\begin{bmatrix}1 \\ 0 \\ \frac{1}{4}\end{bmatrix},\begin{bmatrix}0 \\ 1 \\ -\frac{7}{6}\end{bmatrix}, \begin{bmatrix}0 \\ 0 \\ 1\end{bmatrix}\}.
    Follow Math Help Forum on Facebook and Google+

  8. #7
    Senior Member
    Joined
    Oct 2008
    Posts
    393
    Quote Originally Posted by HallsofIvy View Post
    It doesn't have to be. That was not my point. The "echelon form" would be
    \begin{bmatrix}1 & 0 & \frac{1}{4} \\ 0 & 1 & -\frac{7}{6} \\ 0 & 0 & 1 \\ 0 & 0 & 0\end{bmatrix}
    which still has all four rows. Of course the 0 vector is never a member of a basis so a basis for the image is
    \{\begin{bmatrix}1 \\ 0 \\ \frac{1}{4}\end{bmatrix},\begin{bmatrix}0 \\ 1 \\ -\frac{7}{6}\end{bmatrix}, \begin{bmatrix}0 \\ 0 \\ 1\end{bmatrix}\}.
    Yeah i see now thanks
    Follow Math Help Forum on Facebook and Google+

Similar Math Help Forum Discussions

  1. image of T with by some basis
    Posted in the Advanced Algebra Forum
    Replies: 5
    Last Post: July 5th, 2011, 03:20 PM
  2. Basis for space which contains the image of a matrix
    Posted in the Advanced Algebra Forum
    Replies: 0
    Last Post: October 7th, 2010, 11:14 PM
  3. Replies: 3
    Last Post: April 28th, 2010, 08:40 PM
  4. Basis image and kernel
    Posted in the Advanced Algebra Forum
    Replies: 1
    Last Post: January 4th, 2010, 06:00 AM
  5. [SOLVED] Basis of the nullspace and image of a function
    Posted in the Advanced Algebra Forum
    Replies: 4
    Last Post: May 21st, 2009, 05:59 AM

/mathhelpforum @mathhelpforum