find all solutions to the system of linear equations. Use your favorite computing device to row-reduce the augmented matrices for the systems, and write the solutions as a set, using correct set notation
belongs to book: A First Course in Linear Algebra|Robert A. Beezer|| Chapter number:1| Question number:C18
All Answers
total answers (1)
Contributed by Robert Beezer Statement [43]
We row-reduce the augmented matrix of the system of equations,
In the spirit of Example SAA, we can express the infinitely many solutions of this system compactly with set notation. The key is to express certain variables in terms of others. More specifically, each pivot column number is the index of a variable that can be written in terms of the variables whose indices are non-pivot columns. Or saying the same thing: for each i in D, we can find an expression for xi in terms of the variables without their index in D. Here D = {1, 2, 4}, so
x1 + 2x3 + 5x5 = 6 → x1 = 6 − 2x3 − 5x5
x2 − 3x3 − 2x5 = 9 → x2 = 9 + 3x3 + 2x5
x4 + x5 = −8 → x4 = −8 − x5
As a set, we write the solutions precisely as
need an explanation for this answer? contact us directly to get an explanation for this answer