What this quiz covers
This quiz focuses on Least Squares Solutions, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.
Let x^ be the least squares solution to an inconsistent system Ax=b. Which statement best describes the geometric relationship between the vector p=Ax^ and the vector b?
Linear Algebra Quiz
Practice Least Squares Solutions 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 Least Squares Solutions, 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.
Let x^ be the least squares solution to an inconsistent system Ax=b. Which statement best describes the geometric relationship between the vector p=Ax^ and the vector b?
Let x^ be the least squares solution to Ax=b, and let the residual vector be r=b−Ax^. Which of the following statements about r is necessarily true?
Let A be an m×n matrix with m>n. Which of the following statements about the Gram matrix G=ATA is false?
For a system Ax=b where A has linearly independent columns, the projection of b onto the column space of A is given by p=Pb for some projection matrix P. Which of the following correctly defines P?
Let the least squares problem for Ax=b have a solution x^. If the null space of A, Nul(A), contains non-zero vectors, what can be concluded about the set of all least squares solutions?
Which equation represents the least-squares line y=c0+c1x that best fits the data points (−1,0), (0,1), and (1,3)?
For an overdetermined system Ax=b where A is m×n with m>n, the residual vector for the least squares solution x∗ is r=b−Ax∗. Which of the following statements about r is necessarily true?
A data analyst fits a linear model y=α+βt to the points (1,2), (2,3), (3,7), and (4,6) using least squares. If the resulting residuals are r1,r2,r3,r4 respectively, which relationship must hold?
For the overdetermined system Ax=b where A is 4×2 with rank 2, suppose the least squares solution is x∗=(3−1) and the residual vector has length 6. If we modify the system by replacing b with b+v where v is in the column space of A, what happens to the least squares solution?
Consider two overdetermined systems: System 1 has matrix A1 and right-hand side b1, while System 2 has matrix A2=QA1 and right-hand side b2=Qb1, where Q is an orthogonal matrix. If x1∗ and x2∗ are the respective least squares solutions, which relationship holds?
For the overdetermined linear system Ax=b where A is m×n with m>n and rank(A)=n, consider the augmented matrix [A∣b]. If the least squares residual has norm r>0, which statement about the rank of [A∣b] is correct?
For the system Ax=b with A=101011 and b=600, what is the least squares error, defined as ∣∣Ax^−b∣∣?
What is the orthogonal projection of the vector b=251 onto the subspace spanned by the columns of the matrix A=1211−11?
Consider the overdetermined linear system Ax=b where A=101011 and b=120. To find the least squares solution x^, which of the following normal equations must be solved?
A scientist models an experiment with the equation y(t)=at+bt2. She collects three data points (t,y): (1,2), (2,9), and (3,20). Which matrix equation represents the normal equations ATAx^=ATb for finding the least-squares estimate of the parameters x^=(ab)?
Consider the matrix equation Ax=b where A has linearly independent columns. If P is the orthogonal projection matrix onto the column space of A, and x∗ is the least squares solution, which expression correctly represents the projection of b onto Col(A)?
Under which condition is the least squares solution x^ to the system Ax=b guaranteed to be unique?
What is the least squares solution x^ to the inconsistent system Ax=b where A=12−1 and b=111?