1. Let u = (1, 2, 2, 4). Use an elementary projector to find an orthonormal basis in R4 that contains the unit vector u.
Suppose S Rn×n and TRn×n are two elementary reflectors that are not identical. Under which condition do we have ST = TS?
Hint: Wrire S = I2aaT and T = I = 2bbT for some unit vectors a, bRn. Then find conditions for a, b such that ST = TS.
3. Let m, n be positive integers. Let R ∈ Rn×n be an elementary reflector. Is S = Im×m 0 (m+n)×(m+n) an elementary reflector?
4.Let A ∈ Rm×n with rank r = rank(A). Suppose P ∈ Rm×m is an orthogonal matrix such that PT A = where A1 ∈ Rr×r is upper triangular with nonzero diagonal entries and A2 ∈ Rr×n.
Show that the first r columns of P is an orthonormal basis for R(A) and the last columns of P is an orthonormal basis for N (AT ).
Hint: left-multiply both sides by P , then express columns of A as linear combinations of columns of P , and use the orthogonal complement R(A)⊥ = N (AT ).
Use Problem 4 and Householder reduction (see the lecture note Orthogonal Reduction) to obtain orthonormal bases for R(A) and N (AT ). You may use software for matrix computations but the function qr() in Matlab is not allowed.
Practice Problems
(For your practice only! Do not submit these problems as they will not be graded)
1. Let n Use the Gram-Schmidt procedure to obtain a QR factorization for L (You may use software for the computations).
2. Use Householder reduction to find a QR factorization of L (You may use software for the computations).
3. Use Givens reduction to find a QR factorization of L (You may use software for the compu- tations).
4. Let Similar to problem 5 above, obtain orthonormal bases for R(AT ) and N (A). Then use the results to construct a URV decomposition for A. (You may use software for the computations).
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme