Apply Gram-Schmidt to (1, 0), (1, 1). What is the second orthogonal vector?
Apply Gram-Schmidt to (1, 0) and (1, 1). What is the second orthogonal vector before normalising?
After each Gram-Schmidt step, the span of the handled vectors matches the original span so far.
Circle one: True False
Normalise (6, 8) to unit length. Type its first entry.
Answer: ______________
At every stage of Gram-Schmidt, what is preserved?
After cleaning, you dot two of the finished vectors and get a nonzero value. What does that tell you?
You swap the input order of two independent vectors. What changes in the process?
Normalize (6, 8) to unit length. What is its first entry?
Answer: ______________
A student skips the subtraction and only normalises each raw vector. Which property is lost?
A = QR with Q orthonormal and R = [[2, 5], [0, 3]]. What is |det A|?
Answer: ______________