Results 1 to 3 of 3

Thread: Systems of Equations

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2006
    Posts
    14

    Systems of Equations

    Could someone please help me with this problem. It would be much appreciated. Thanks.


    Solve the following system of equation by writing the augmented matrix and using row reduction.

    w + x – y + 3z = -1
    x + 2y – 3z = -2
    w + 2x + 2y + z = 0
    2w + 3x + 2y + 7z = 4

  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Systems of Equations

    Quote Originally Posted by math magic
    Could someone please help me with this problem. It would be much appreciated. Thanks.


    Solve the following system of equation by writing the augmented matrix and using row reduction.

    w + x – y + 3z = -1
    x + 2y – 3z = -2
    w + 2x + 2y + z = 0
    2w + 3x + 2y + 7z = 4
    If you Google for "row reduction" you'll get lots of places to go. Here , for example you can type in your matrix and solve by various methods.

    At any rate, after you write the augmented matrix,
    1 1 -1 3 -1
    0 1 2 -3 -1
    1 2 2 1 0
    2 3 2 7 4
    what you've got to do is do linear combinations on the rows like this:

    (New Row)i = p*(Row)j + q*(Row)k

    where p and q are any appropriate numbers and j and k are any 2 rows (including the old row i) as many times as necessary so that you end up with the identity matrix in the first 4 columns. Then, the 5th column is the solution to the system.

    For the matrix you've posted the solution is:

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

    so that:
    w = 1
    x = -3
    y = 2
    z = 1
    Last edited by krtxmrtz; Feb 13th, 2006 at 09:52 AM.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  3. #3
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Systems of Equations

    By the way, you may stop the row reduction process when you're half way through, i.e. when your matrix is already in echelon form, like this:

    Original matrix.
    1 1 -1 3 -1
    0 1 2 -3 -1
    1 2 2 1 0
    2 3 2 7 4

    Matrix in echelon form:
    1 1 -1 3 -1
    0 1 2 -3 -2
    0 0 1 1 3
    0 0 0 2 2

    and now apply back substitution, i.e. solve for the last, use the found (z) value to solve the one before last and so on.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width