
















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Various problems on linear algebra, including solving systems of equations using methods like cramer's rule and gaussian elimination, matrix decompositions (lu, cholesky), calculating determinants, and finding bases for subspaces. It covers topics such as vector spaces, linear independence, spanning sets, and dimension.
Typology: Exams
1 / 24
This page cannot be seen from the preview
Don't miss anything!

















Math 310 Super Sample Problem Set May 2, 2005
This is a collection of problems taken from Math 310 quizzes, hour exams, and final exams during the last 5 years or so, primarily those written by Professor Steve Hurder, and also including some from exams written by Professor Stephen Smith.
They are “sample” problems only. But they are the best kind – most were actually given on previous exams. You should know how to work all of the problems! No solutions are provided unfortunately.
Use the problems as study guides - work them in a group and compare answers; if you don’t understand what a question is asking, or how to do it, then open the book and find where it discusses the material, read that page or section, and then try the problem again.
Remember: Good Test Technique is to spend 5 minutes to look over the Final Exam first, and identify those problems which are “easy”, or which you know how to work for sure. Do these problems first, but keep an eye on the time. If there are 10 problems on the test, then you should try to spend an average of 10 minutes per problem. This leaves you with 15 minutes at the end to check your answers, mark your answers clearly, and try to work any stubborn problems you didn’t solve yet.
AND, the very best advice for taking a Final Exam – GET A GOOD NIGHT’S SLEEP!!! Math is always easier when you are alert and not too tired. All of your studying is wasted if you snooze through the test.
Topics for Math 310
Each section may cover only a subset of these topics, and/or cover additional material not listed here.
Matrix Algebra and Manipulating Matrices
Problem 1: In each case, give an example of a matrix which is
and satisfies:
a) A is a 2 × 2 diagonal matrix with an inverse.
b) B is a 2 × 2 matrix with rank 1.
c) C is a 2 × 2 symmetric matrix with no inverse.
d) O is a 2 × 2 orthogonal matrix.
So, you must find four matrices A, B, C and O.
LU Decomposition and Elementary Matrices
Problem 1: Give the LU -decomposition of A =
That is, find lower-triangular L and upper-triangular U so that A = LU.
Problem 2: Give the LU decomposition of
Problem 3: Compute the “LU” factorization of the matrix A =
Problem 4: Compute the “LU” factorization of the matrix
Matrix Determinants
Problem 1: Find the determinant of the matrix A =
Problem 2: Use either the definition of determinant in terms of cofactors, or the method of row operations, to calculate the determinant of
Problem 3: Calculate the determinant of the matrix B =
Problem 4: Find the determinant of the matrix A^3 where A =
Problem 5: Given the matrices A =
calculate the following determinants:
a) |A|, |B| and |C|
b) |ABC^2 |
c) | 7 · B|
d) |A^7 · B|
e) |B · C−^1 |
f) |BT^ CA−^1 |
g) |A − B|
Problem 6: a) Find the determinant of the matrix A =
b) Use the solution to part a) to explain how many solutions the equation A~x = ~b has, where
~x =
x y z
(^) and ~b =
Matrix Inverses
Problem 1: a) Find the inverse (by any method) of A =
b) Use the above to express the solutions of A~x = ~b in terms of the constants b 1 and b 2.
Problem 2: Give the formula for the inverse of A =
a b c d
Problem 3: Use the method of Gaussian Elimination to find the inverse for A =
Problem 4: Use the method of Cofactors to find the inverse for A =
Problem 5: Find the inverse of the following matrices (and check your answers.) Do not use a calculator – you will be required to show all your work and computations.
a) C =
b) C =
c) A =
d) A =
Problem 6: For what values of the variable λ does the matrix D below have an inverse? Explain your answer!
D =
3 − λ 3 1 0 2 − λ 5 0 0 λ + 1
Problem 7: Let A be an n × n matrix. Suppose that the system of equations AX = 0 has a unique solution. Explain why the inverse A−^1 has to exist.
Vector Spaces and Subspaces
Problem 1: Consider the subset of vectors in R^2 given by
S = {(x, x^2 ) where x is any real number }
Is S a vector subspace? Justify your answer carefully.
Problem 2: Is the set
x x^3
where x ∈ R
a vector subspace of R^2? Justify your answer.
Problem 3: Let V be the space of real-valued functions of x. Show the solution set S of the equation
f ′(x) = xf (x)
is a subspace of V.
Problem 4: Let V be the space of all differentiable functions on the line. Let W be the subset of all functions f which are solutions of the differential equation f ′′^ + 5f = 0. Show that the solution set W is a subspace of V.
Problem 5: Let Am×n^ be a matrix with m rows and n columns. What are the four fundamental subspaces associated to A? Give the definition of each of the following:
Column Space, Row Space, Null Space, Conull Space
Problem 1: A is an m × n matrix. Let
For each of the following questions, your answer should be one of the above 4 spaces. Justify your answer by stating why you think it is correct.
a) The set of vectors perpendicular to the column space is what space?
b) The vector equation A~x = ~b has a solution if ~b belongs to what subspace?
c) The set of vectors perpendicular to the row space is what space?
d) The vector equation A~x = ~b has a unique solution if what space is { 0 }?
e) What number do you get if you add the dimensions of all 4 spaces?
Problem 2: Give a basis for the column space, row space and null space of the matrix
Problem 3: Find a basis for the null-space of the matrix
Problem 4: a) Find a basis for the column space of A =
b) Find a basis for the perpendicular space Col(A)⊥
c) Find a basis for Conull(A)
Problem 5: Let B =
Find a basis for the four fundamental spaces of B: the column space, the row space, the null space and the co-null space (the null space of the transpose BT^ ).
Problem 6: Given the system of equations
x + y + z = c 1 x + 2 y + 2 z = c 2 x + 3 y + 3 z = c 3
a) For what values of ~c =
c 1 c 2 c 3
(^) does the system have a solution?
b) If there exists a solution for a given ~c, how many are there?
c) Find the basis for the co-null space of the matrix associated to the system of equations above.
d) What is the relation between your answers to part a) and c)?
Problem 7: A is a 3 × 5 matrix and L: R^5 → R^3 is defined by L(~v) = A · ~v. Suppose that A has rank 3.
a) What is the dimension of the kernel of L?
b) What is the dimension of the range of L?
Explain your answers in terms of how you would find basis of these spaces if the matrix of A were given!
Problem 8: Let A =
a) Give the Reduced Row Echelon form of the matrix A
b) Find a basis for the null-space of the matrix A
c) Find a basis for the column space of the matrix A
d) What is the dimension of the null–space N (A) and the column space C(A)?
e) Answer True or False, and explain your answer:
The equation A~x = ~b has a solution for every vector ~b ∈ R^3.
Linear Transformations and Finding a Matrix Representation
Problem 1: Let P 3 be the space of polynomials of degree 2. Show that the map L: P 3 → P 3 given by
L(p(x)) = p(x) − x · p′(x)
is linear. (Here, p′(x) denotes the first derivative of the polynomial p(x).)
Problem 2: Find the matrix, in the standard basis for R^3 , for the linear transformation
x y z
2 x − y − z x − 2 y + z −x + 3y + 2z
b) Find the kernel of L
Problem 3: Define the linear transformation L: P 3 → P 3 by
L(p(x)) = x p′′(x) − 2 x p′(x) + p(x)
Find the matrix representing L with respect to the basis { 1 , x, x^2 } of P 3.
Problem 4: Find the matrix representation for the linear transformation
L
x y
4 x − y −x + 4y
with respect to the basis ~v 1 =
and ~v 2 =
Problem 5: Let V be the space of functions with basis {sin(x), cos(x), sin(2x), cos(2x)}.
Define the linear transformation L: V → V by
L(f ) = f ′′^ + f ′^ − 4 f
a) Find the matrix representing L with respect to the given basis.
b) Find the kernel of L
Problem 6: Let a linear transformation T : R^3 → R^3 be defined by
T (v 1 , v 2 , v 3 ) = (3v 1 + 2v 2 + v 3 , 2 v 1 + v 2 , v 2 ).
Give the matrix (in the standard basis) for T.
Problem 7: Let V be the vector space spanned by the functions {ex, e^2 x, e^3 x},
and let L: V → V be the linear transformation defined by L(f ) = f ′^ − 2 f.
a) Find the matrix representing L with respect to the basis {ex, e^2 x, e^3 x} of V.
b) Find the kernel of L.
Problem 8: Define the linear transformation L: R^2 → R^2 by L(~v) = A~v where A =
Find the matrix of L with respect to the new basis ~v 1 =
and ~v 2 =
Change of Basis for Linear Transformations and Similarity
Problem 1: The linear transformation L: R^2 → R^2 has matrix A =
with respect to the
standard basis {~e 1 , ~e 2 } of R^2. Find the matrix of L with respect to the new basis
~v 1 =
, ~v 2 =
Problem 2: a) Find the matrix representation A with respect to the standard basis {~e 1 , ~e 2 } of R^2 for the linear transformation
L
x y
4 x − y −x + 4y
b) Find the matrix representation B of L with respect to the basis ~v 1 =
and ~v 2 =
Problem 3: Let L: R^3 → R^3 be the linear transformation given by L
x y z
4 y + 6z − 2 x − 3 y x + 2y + z
a) Find the matrix representing L with respect to the standard basis {~e 1 , ~e 2 , ~e 3 } of R^3.
b) Use the answer to part a) to find the matrix representing L with respect to the new basis
~v 1 =
(^) ~v 2 =
(^) ~v 3 =
Problem 4: Given the vectors in R^2
~u 1 =
, ~u 2 =
, ~v 1 =
, ~v 2 =
a) Find the transition matrix S corresponding to change of basis from {~v 1 , ~v 2 } to {~u 1 , ~u 2 }.
b) The linear transformation L: R^2 → R^2 has a matrix representation A =
with respect to the
basis {~u 1 , ~u 2 }. Find the matrix representation B of L with respect to the basis {~v 1 , ~v 2 }.
Problem 5: For the vectors ~v 1 =
(^) , ~v 2 =
(^) , ~v 3 =
a) Find the transition matrix S corresponding to the change of basis from the standard basis {~e 1 , ~e 2 , ~e 3 } of R^3 to the new basis {~v 1 , ~v 2 , ~v 3 }.
b) Let L: R^3 → R^3 be the linear transformation defined by
L(~v 1 ) = ~v 1 , L(~v 2 ) = 2 · ~v 2 , L(~v 3 ) = 3 · ~v 3
Find the matrix representing L with respect to the standard basis {~e 1 , ~e 2 , ~e 3 } of R^3.
Dot Product, Inner Products and Geometry
Problem 1: Find the cosine of the angle between the vectors ~v 1 =
(^) and ~v 2 =
Problem 2: V is the vector space C([− 1 , 1]) of continuous functions on the interval [− 1 , 1] with the inner product
〈f, g〉 =
− 1
f (x)g(x) dx
a) Find the length of the vectors f (x) = 1 and g(x) = x^2.
b) Find the angle θ between the vectors f (x) = 1 and g(x) = x^2
Problem 3: V is the vector space C([0, 1]) of continuous functions on the interval [0, 1] with the inner product
〈f, g〉 =
0
f (x)g(x) dx
a) Find the length of the vectors f (x) = x − 1 and g(x) = x + 1.
b) Find the angle θ between the vectors f (x) = x + 1 and g(x) = x − 1
Vector Projection and Distance to Subspaces
Problem 1: For the point ~p = (1, 2 , 3)T^ and the plane 2x + y - 2z = 0
a. Find a unit normal vector ~n to the plane.
b. Find the distance from the point ~p to the plane.
c. Find the projection onto the plane of the point ~p. (Hint: use your answer to parts a) and b.)
Problem 2: Given the point P~ = (5, 5) and the line ` defined by 3x − 4y = 0
a) Find the point on the line ` closest to the point P~.
b) What is the distance from the point P~ to the line `?
Problem 3: Find the distance from the point ~p = [3, 3 , 3] to the plane x − y + 3z = 0.
Problem 4: Given a point ~x = (2, 4) and a line ` defined by 2y − x = 0
a) Find the point on the line ` closest to the point ~x.
b) What is the distance from the point ~x to the line `?
c) Find vectors p~ on the line and ~z perpendicular to the line so that ~x = ~p + ~z.
Least Squares Solutions and Best Fit Curves
Problem 1: Find the least–squares solution to the system of equations
−x + 2 y = 1 2 x + y = 1 x + 2 y = 1
Problem 2: Find the least-squares best-fit by a linear function y = a + bx to the data
x 1 2 3 4 y 3 0 -1 -
Problem 3: Find the least-squares best–fit solution to the system of equations
−x − 2 y = − 2 x + 2 y = − 1 2 x + y = 0 2 x + 2 y = 2
Problem 4: Find the parabola y = a + bx + cx^2 that passes through the three points (− 1 , 3 ), ( 0 , 1 ), ( 1 , 4 ). (Hint: there are two ways to do the problem – one direct, and the other using “least squares”.)
Problem 5: Find the least squares solution of
x y
b) Let V be the subspace of R^3 spanned by the vectors ~v 1 =
(^) and ~v 2 =
Find the point in V that is closest to the point ~b =
Problem 6: a) Find the least-squares approximate-solution of the system of equations
x y
b) How large is the error?
Problem 7: Find the equation of the line y = a + bx which gives a “least squares best fit” to the data {(− 2 , −3), (− 1 , −1), (1, 1), (1, 3)}
Orthonormal Sets and Gram-Schmidt
Problem 1: Given the vectors ~v 1 =
(^) , ~v 2 =
, use the Gram-Schmidt method to find
orthonormal vectors {~u 1 , ~u 2 } so that ~u 1 is colinear with ~v 1 and Span{~v 1 , ~v 2 } = Span{~u 1 , ~u 2 }.
Problem 2: Use the Gram–Schmidt method to find orthonormal vectors ~u 1 and ~u 2 which span the same
subspace as ~v 1 =
and^ ~v^2 =
Problem 3: Let P be the subspace of R^3 consisting of vectors orthogonal to ~x = [1, 2 , −1]T^.
a) Find a basis for the subspace P.
a) Use your answer to part a) to find an orthonormal basis {~u 1 , ~u 2 } for P.
Problem 4: Let V be the subspace of R^3 spanned by the vectors
~v 1 =
(^) ~v 2 =
(^) ~v 3 =
a) Find a basis for V.
b) Use your answer for part a) and the Gram-Schmidt method to give an orthonormal basis for V.
Problem 5: Find an orthonormal basis for the subspace of R^3 perpendicular to ~v = (4, 3 , −3).
Problem 6: Let V be the subspace of R^3 spanned by the vectors
~v 1 =
(^) ~v 2 =
(^) ~v 3 =
a) Find a basis for the orthogonal space V ⊥.
b) Find a basis for V.
c) Use the Gram-Schmidt method to give an orthonormal basis for V.
d) Use your answer to a) to extend the orthonormal vectors of c) to an orthonormal basis of R^3.
Problem 7: Find an orthonormal basis for the subspace V of R^3 spanned by the vectors
~v 1 =
(^) , ~v 2 =
(^) , ~v 3 =
Problem 8: Find a unit vector in R^4 which is orthogonal to the span of the vectors
~v 1 =
, ~v^2 =
Problem 9: Find an orthonormal basis for the subspace in R^4 which is orthogonal to the span of the vectors
~v 1 =
, ~v^2 =
Problem 10: Let A =
(a) Find an orthonormal basis for row space of A.
(b) Find an orthonormal basis for the orthogonal complement to the row space of A.
Problem 11: Let C =
. Find an orthogonal matrix Q and a triangular matrix R so that
C = Q · R.
Problem 12: a) Find an orthonormal basis for the column space of A =
b) Use the answer to part a) to give the QR factorization of A.
(That is, A^3 ×^2 = Q^3 ×^2 · R^2 ×^2 where Q has orthonormal columns and R is upper triangular).