

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
The instructions and questions for homework #1 in cs 418, a linear algebra and geometry course. The homework covers topics such as vector length, angle between vectors, unit vectors perpendicular to given vectors, determinants, matrix-matrix and matrix-vector multiplication, vector-matrix-vector multiplication, and the equation of lines and planes. Students are expected to have prior knowledge of linear algebra and geometry.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


This homework is meant to help you assess your knowledge of linear algebra and geometry. We expect that most of this should be review of material from your earlier courses. If you need a bit of a refresher for linear algebra and geometry, most of what you need to know can be found in the textbook by Edward Angel, specifically in the Appendices.
Please be organized when writing your answers to these questions. Make sure that all solutions are clearly indicated and labelled with the question they are answering. Remember to write clearly and legibly. Un- readable answers will receive 0 credit.
and vectors u =
(^) , v =
x y z
(a) Compute the determinant det M. (b) Compute the inverse M−^1. (c) Compute matrix-matrix multiplication MN. (d) Compute matrix-vector multiplication Mv. (e) Compute vector-matrix-vector multiplication uT^ Mv. (f) Compute the multiplication uvT^.
x 0 y 0
and p 2 =
x 1 y 1
. Show that the equation of the line between them is (y 1 − y 0 )x − (x 1 − x 0 )y = y 1 x 0 − x 1 y 0.
M(θ) =
cos θ − sin θ sin θ cos θ
(a) A square matrix M is said to be orthogonal if and only if its inverse exists and M−^1 = MT. Show that M(θ) is orthogonal.
(b) Show that M(θ 1 )M(θ 2 ) = M(θ 1 + θ 2 ).
(c) Show that, for all possible values of θ, the inverse of M(θ) is M(−θ).
Page 2