Description
Instructions: Read textbook pages 64 to 66 before working on the homework problems. Show all steps to get full credits.
1. Find the inverse of matrix
A =
Å
1 i
1 −i
ã
by finding the matrix B such that AB = I and then double check BA = I.
2. Let A represent the matrix corresponding to rotate a 2-dimensional vector for
45 degree (π
4
), i.e.,
A =
Ç√
2
2 −
√
2
√
2
2
2
√
2
2
å
,
given vector
b =
Å
0
2
√
2
ã
,
find the solution to Ax = b using the following three different approaches.
You should reach to the same answers for all approaches.
(a) Expand the linear equation system into two equations with two unknowns
and then solve for x using elimination, substitution (what you learned in
algebra class).
(b) Find x directly by using the fact that A applied one a vector is to rotate
the vector for 45 degree. Think about how to reserve the transformation.
(c) Prove A is an orthogonal matrix first and use the fact to find the inverse of
A, and then find x by calculating A−1x.