Science:Math Exam Resources/Courses/MATH307/April 2013/Question 04 (a)
Work in progress: this question page is incomplete, there might be mistakes in the material you are seeing here.
• Q1 (a) • Q1 (b) • Q1 (c) • Q1 (d) • Q2 (a) • Q2 (b) • Q2 (c) • Q2 (d) • Q2 (e) • Q2 (f) • Q3 (a) • Q3 (b) • Q3 (c) • Q4 (a) • Q4 (b) • QS201 5(a) • QS201 5(b) • QS201 5(c) • QS201 6(a) • QS201 6(b) • QS201 6(c) • QS201 6(d) • QS201 7(a) • QS201 7(b) • QS201 7(c) • QS202 5(a) • QS202 5(b) • QS202 5(c) • QS202 5(d) • QS202 6(a) • QS202 6(b) • QS202 7(a) • QS202 7(b) • QS202 7(c) • QS202 7(d) • QS202 7(e) •
Question 04 (a) |
---|
Let S be the subspace of spanned by , and . Given the MATLAB/Octave calculation > rref([1 2 4; 1 -1 1; 1 -1 -1]) ans = 1 0 2 0 1 1 0 0 0 (a) Find the matrix P that projects onto S. |
Make sure you understand the problem fully: What is the question asking you to do? Are there specific conditions or constraints that you should take note of? How will you know if your answer is correct from your work only? Can you rephrase the question in your own words in a way that makes sense to you? |
If you are stuck, check the hint below. Consider it for a while. Does it give you a new idea on how to approach the problem? If so, try it! |
Hint |
---|
Science:Math Exam Resources/Courses/MATH307/April 2013/Question 04 (a)/Hint 1 |
Checking a solution serves two purposes: helping you if, after having used the hint, you still are stuck on the problem; or if you have solved the problem and would like to check your work.
|
Solution |
---|
Found a typo? Is this solution unclear? Let us know here.
Please rate my easiness! It's quick and helps everyone guide their studies. We are given and its reduced row echelon form If we take the original matrix as A, then is not invertible, so we cannot obtain P. So, we need to find another matrix. Since column 1 and column 2 are pivot columns, we take corresponding columns of A. Those are and , and they are linearly independent. So, we define a new matrix Projection matrix is given by So, if we substitute and , we get
|