What this quiz covers
This quiz focuses on Gram Schmidt Process, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.
The Gram-Schmidt process is applied to the vectors v1=(1,2,2) and v2=(1,0,1) to produce an orthonormal set {u1,u2}. Which of the following is the vector u2?
Linear Algebra Quiz
Practice Gram Schmidt Process in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Gram Schmidt Process, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
The Gram-Schmidt process is applied to the vectors v1=(1,2,2) and v2=(1,0,1) to produce an orthonormal set {u1,u2}. Which of the following is the vector u2?
Let S={v1,v2} be a linearly independent set of non-orthogonal vectors in R3. Let B1={u1,u2} be the orthonormal basis obtained by applying the Gram-Schmidt process to S in the order v1,v2. Let B2={u′1,u′2} be the basis obtained by applying the process to S in the order v2,v1. Which of the following statements is always true?
A student is applying the Gram-Schmidt process to the basis {v1,v2,v3} of R3. They have correctly computed the first two orthonormal vectors, u1 and u2, such that span{v1,v2}=span{u1,u2}. What is the correct expression for the third orthogonal (but not yet normalized) vector, w3?
Consider the set of already-orthogonal vectors in R3 given by S={v1,v2}, where v1=(4,0,0) and v2=(0,−2,0). If the Gram-Schmidt orthonormalization process is applied to S, what is the resulting vector u2?
The Gram-Schmidt process can be used to find the QR factorization of a matrix A, where A=QR, Q is orthogonal, and R is upper-triangular. If A=[v1∣v2∣v3] and the columns of Q are the orthonormal vectors u1,u2,u3, then the columns of A can be written as a linear combination of the columns of Q. Specifically, v2=r12u1+r22u2. What is the value of the coefficient r12?
When applying the Gram-Schmidt process to a set of vectors {v1,v2,…,vk}, which condition on the original set of vectors is necessary for the process to yield a set of k non-zero orthogonal vectors?
Consider the polynomial space P2 with inner product ⟨p,q⟩=∫01p(x)q(x)dx. If the Gram-Schmidt process is applied to the basis {1,x,x2} in that order, which of the following represents the second orthogonal polynomial (before normalization)?
The Gram-Schmidt process is used to convert a linearly independent set of vectors {v1,v2,...,vk} into an orthonormal set {u1,u2,...,uk}. Which of the following properties is guaranteed to be true for any integer j such that 1≤j≤k?
Let R3 be an inner product space with the standard dot product. Given two linearly independent vectors v1 and v2, the Gram-Schmidt process begins by setting u1=∥v1∥v1. The second orthogonal vector, w2, is then computed as w2=v2−⟨v2,u1⟩u1. Which statement provides the best geometric interpretation of w2?
A student makes a mistake while applying the Gram-Schmidt process to vectors v1=(1,1) and v2=(2,0). Their work is shown below: Step 1: w1=v1=(1,1) Step 2: w2=v2−∥w1∥⟨v2,w1⟩w1=(2,0)−22(1,1)=(2−2,−2) Step 3: Normalize w1 and w2 to get u1 and u2. What is the conceptual error in the student's work?
Consider the vector space P1 of polynomials of degree at most 1, with the inner product defined as ⟨p,q⟩=∫01p(x)q(x)dx. If the Gram-Schmidt process is applied to the standard basis {1,x}, what is the resulting second vector, u2(x), of the orthonormal basis?
Let S={v1,v2,v3} be a set of vectors in R4 where v3=2v1−5v2. The vectors v1 and v2 are linearly independent. If the Gram-Schmidt process is applied to S in the order v1,v2,v3 to produce an orthogonal set {w1,w2,w3}, what will be the result for w3?
In applying the Gram-Schmidt process to vectors v1,v2,v3 in that order, suppose that after the first two steps we have orthonormal vectors u1,u2. If ⟨v3,u1⟩=−2 and ⟨v3,u2⟩=3, and the resulting u3 has norm 1, what is ∣∣v3∣∣2?
Suppose vectors v1,v2,v3 in an inner product space undergo Gram-Schmidt orthonormalization to produce u1,u2,u3. If the intermediate unnormalized orthogonal vectors are w1=v1, w2, and w3, and we know that ∣∣w1∣∣=2, ∣∣w2∣∣=3, and ∣∣w3∣∣=1, what is the volume of the parallelepiped formed by the original vectors v1,v2,v3?
In the vector space of 2×2 matrices with the inner product ⟨A,B⟩=tr(ATB), consider the matrices M1=(1001), M2=(1010), and M3=(0101). If the Gram-Schmidt process is applied to orthonormalize these matrices in the given order, what is tr(U2) where U2 is the second orthonormal matrix?
Let v1=1100, v2=1010, and v3=1111. After applying Gram-Schmidt orthonormalization to these vectors in the given order, what is the coefficient of u1 in the expression v3=au1+bu2+cu3 where {u1,u2,u3} is the resulting orthonormal set?
Consider applying the Gram-Schmidt process to vectors a,b,c to obtain orthonormal vectors u1,u2,u3. If it's known that b−projab has the same magnitude as a, and a⋅b=43∣∣a∣∣2, what is the ratio ∣∣a∣∣∣∣b∣∣?
Let v1=(1,0,1) and v2=(0,1,1). The Gram-Schmidt process is applied to obtain an orthogonal set {w1,w2}. What is the vector w2?