



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
A worksheet containing questions related to basic linear algebra concepts. It includes useful formulas such as dot product, cross product, norm, unit vector, and angles between vectors. The worksheet is intended to refresh the memory of students on basic linear algebra concepts and to give them a self-check on the prerequisites they will need to succeed in the class. The document also includes examples of linear functions and systems of linear equations.
Typology: Exercises
1 / 5
This page cannot be seen from the preview
Don't miss anything!




“There is hardly any theory which is more elementary [than linear algebra], in spite of the fact that generations of pro- fessors and textbook writers have obscured its simplicity by preposterous calculations with matrices.” –J. Dieudonne
Name:
Questions begin on the next page. Please answer each question in the spaces provided; if you need extra room, you can attach extra blank pages at the end of the worksheet.
The worksheet follows the standard class collaboration policy. You may ask other students, the instructor, or the TA for help, but all work written on this worksheet must be entirely your own. Do not simply copy somebody else’s answers.
You may look at linear algebra textbooks, online tutorials, math.stackexchange, or any other resources to help you complete the worksheet. Do not worry if you cannot do the problems from memory alone! You are allowed, and expected, to look up any formulas or definitions as needed.
The problems are not intended to be difficult or time-consuming to solve, but rather, to refresh your memory on basic linear algebra concepts, and to give you a self-check on the prerequisites you will need to succeed in this class. If you get stuck on any problem, the TA or instructor would be happy to help you during office hours.
u · u =
uT^ u.
(b) (1 point) The constant function f (v) = 2.
(c) (1 point) Translation f (v) = v + w for some fixed vector w 6 = 0.
(d) (1 point) The function returning the first coordinate of a vector, f
v 0 v 1 v 2
(^) = v 0.
(e) (2 points) Multiplication by a fixed matrix Mn×m, f (v) = M v, where v ∈ Rm.
(f) (2 points) f (v) = w · v, for a fixed vector w.
(g) (2 points) The norm function f (v) = ‖v‖.
f (v) =
wwT ‖w‖^2
v,
for vectors v ∈ R^2 in the plane, where I =
is the identity matrix.
(a) (2 points) Is this function linear? If not, provide a counterexample.
(b) (2 points) Compute f (w).
(c) (2 points) Compute f (v), where v is any vector perpendicular to w (i.e. v · w = 0).
(d) (4 points) Describe using words, and no equations, what the function f does to vectors. To build intuition, it may help to try concrete numerical examples, or to draw a picture.
w = αv 1 + βv 2 + γv 3
for some unknown real numbers α, β, and γ. Write a matrix equation (of the form Ax = b) that would allow you to solve for these unknown scalars.
(b) (5 points) Let v 1 , v 2 , v 3 be three different vectors in R^3 , and k 1 , k 2 , k 3 three real numbers. You are told that
k 1 = w · v 1 k 2 = w · v 2 k 3 = w · v 3
for some unknown vector w ∈ R^3. Write down a matrix equation that would allow you to solve for this vector w.