Loading [MathJax]/jax/output/HTML-CSS/jax.js
Back to the class
Problems #7 and #13 from pg.10 are graded.
Problem 7: Find the row equivalent reduced echelon matrix for the matrix
[173−401−130001001−2]
Solution: The system associated with this matrix has no solution because of the third row (do you see why?). However we will continue to perform reduction to reduced echelon form anyway (did not need to do this for credit). Compute using row operations
[173−401−130001001−2]swapr3↔r4∼[173−401−13001−20001]r∗1=r1−7r2∼[1010−2501−13001−20001]r∗1=r1−10r3r∗2=r2+r3∼[100−50101001−20001]r∗1=r1+5r4r∗2=r2−r4r∗3=r3+2r4∼[1000010000100001]
Notice this computation can be performed in Wolfram Alpha.
Problem 13: Solve the following system:
{x1−3x3=82x1+2x2+9x3=7x2+5x3=−2.
Solution: Recall if we line up the variables xi in columns consistently, we can write this system as an augmented matrix: [10−382297015−2].
So we will find the row equivalent reduced echelon matrix associated with this augmented matrix to solve the system. Compute
[10−382297015−2]swapr2↔r3∼[10−38015−22297]r∗3=r3−2r1∼[10−38015−20215−9]r∗3=r3−2r2∼[10−38015−2005−5]r∗2=r2−r3∼[10−3801019005−5]r∗1=r1+35r3∼[10050103005−5]r∗3=15r3∼[10050103001−1].
Notice that this computation can be performed in Wolfram Alpha.
From the reduced echelon form we see that the solution of the system is
{x1=5x2=3x3=−1.