Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Prof.

Alexandru Suciu
MTH U371 LINEAR ALGEBRA Spring 2006
Solutions to Quiz 5
   
4 −1
1. 8 points Apply the Gram-Schmidt process to the vectors ~v1 = , ~v2 = , and write
3 2
the result in the form A = Q · R.

r11 = k~v1 k = 16 + 9 = 5
 
1 1 4
~u1 = ~v1 =
r11 5 3
   
1 4 −1 2
r12 = ~u1  ~v2 =  =
5 3 2 5
     
⊥ −1 2 1 4 11 −3
~v2 = ~v2 − r12~u1 = − · =
2 5 5 3 25 4
11 √ 11
r22 = ~v2⊥

= 9 + 16 =
25 5
   
1 ⊥ 5 11 −3 1 −3
~u2 = ~v = · =
r22 2 11 25 4 5 4

A=Q·R
 
    r11 r12
~v1 ~v1 = ~u1 ~u2 ·
0 r22
     
4 −1 4/5 −3/5 5 2/5
= ·
3 2 3/5 4/5 0 11/5


  
1 −2
2. 6 points Consider the vectors ~v = −1 and w
  ~ = 5 .

2 5
(a) Find the matrix of the orthogonal projection onto the line L in R3 spanned by ~v .
 
1
1 1  
~u = ~v = √ −1
k~v k 6 2
   
1 1 −1 2
> 1   1   1
A = ~u · ~u = √ −1 · √ 1 −1 2 = −1 1 −2
6 2 6 6 2 −2 4
(b) Find the projection of w
~ onto the line L.
     1 
1 −1 2 −2
1 2
projL (w)
~ = Aw ~= −1 1 −2 · 5  = − 21 

6 2 −2 4 5 1
MTH U371 Solutions to Quiz 5 Spring 2006

3. 5 points Is there an orthogonal transformation T : R2 → R2 such that


       
1 −3 1 −2
T = and T = ? Justify your answer, one way or the other.
3 1 2 −1

An orthogonal transformation must preserve dot products of vectors:


T ~x  T ~y = ~x  ~y , for all vectors ~x, ~y .
In this situation, though:
       
1 1 −3 −2
T T =  =6−1=5
3 2 1 −1
   
1 1
 =1+6=7
3 2
Thus, there is no such orthogonal transformation T .

4. 6 points Let A be an arbitrary n × n matrix. and let Q be an orthogonal n × n matrix. For


each of the following questions, answer: “Yes, always,” or “Sometimes yes, sometimes not,” or
“No, never.” Justify your answer, as much as possible.

(a) The matrix AA> is symmetric.

Yes, always: (AA> )> = (A> )> A> = AA>

(b) The matrix AA> is invertible.

Sometimes yes, for example, when A is the identity matrix, and sometimes not, for example,
when A is the zero matrix.

(c) The matrix AA> is orthogonal.

Sometimes yes, for example, when A is the identity matrix, and sometimes not, for example,
when A is the zero matrix.

(d) The matrix Q> is symmetric.

Sometimes yes, forexample, when Q is the identity matrix, and sometimes not, for example,
0 1
when Q = .
−1 0

(e) The matrix Q> is invertible.

Yes, always: QQ> = In , so Q is the inverse matrix to Q> .

(f) The matrix Q> is orthogonal.

Yes, always: Q> (Q> )> = Q> Q = In .

You might also like