(we are still focusing on this nice well-behaved case)
(These two are the more interesting cases that we will come to a bit later in the course)
(row2 = row2 + row1)
(row3 = row3 - 2*row1)
(exchange row 2 and row 3)
not lower triangular
(diagonal elements are 1)
(diagonal elements are not 1)
(diagonal elements are 1)
(diagonal elements are 1)
(so we can do it just once )
(so we can apply these steps to a new b in time to get a c)
(triangular system)
implication: c can be obtained by solving this triangular system
hint: it better be less than
One time cost of elimination: ?
Recurring cost of solving Lc=b and Ux =c ?
(we are still focusing on this nice well-behaved case)
(These two are the more interesting cases that we will come to a bit later in the case)
(we are still focusing on this nice well-behaved case)
(These two are the more interesting cases that we will come to a bit later in the case)
given
to prove
given
to prove
row 2 = row 2 - 2*row1
row 3 = row 3 + row1
(row 3 = row 3 + row2)
row 2 = row 2 + 2*row3
row 1 = row 1 - row3
row 1 = row 1 + 1/8*row2
each row by the pivot
(we are still focusing on this nice well-behaved case)
(infinite solutions to Ax = b)
(0 solutions to Ax = b)
(exactly 1 solution to Ax = b for every possible b)