(Solved): Problem 1. Orthogonal complement. Let U=span110,011 ...
Problem 1. Orthogonal complement. Let U=span???????110????,???011????????. Find a basis for U+. Hint: Choose an arbitrary vector x&U and we orthogonalization to find x1?U. Problem 2. QR factorization. Let A?[14?32?]. Using the orthogonalization procrss, compute a QR factorization of A by hand. Use the Matlab function qr to compute a QR factorization of A. Do you get the same factorization in both cases? Problem 3. QR factorization. Let A????143?323????,b????1006????. Does a solution exist to the equation Ax=b ? Use the Matlab function qr to compute a QR factorization of A. If the solution exists, using the QR factors and back substitution, compute a solution of the equation Ax=b