Linear algebra - Practice problems for nal 2 3 1. 4 5gszekely/Linear Algebra/practice...Linear...

3
Linear algebra - Practice problems for final 1. Diagonalize the matrix 3 0 0 -3 4 9 0 0 3 . Solution. To find the eigenvalues, compute det 3 - λ 0 0 -3 4 - λ 9 0 0 3 - λ = (3 - λ)(4 - λ)(3 - λ). So the eigenvalues are λ = 3 and λ = 4. We can find two linearly independent eigenvectors 3 0 1 , 1 3 0 corresponding to the eigenvalue 3, and one eigenvector 0 1 0 with eigenvalue 4. The diagonalized form of the matrix is 3 0 0 -3 4 9 0 0 3 = 3 1 0 0 3 1 1 0 0 3 0 0 0 3 0 0 0 4 0 0 1 1 0 -3 -3 1 9 . Note that if you chose different eigenvectors, your matrices will be different. The middle matrix should have entries 3, 3, 4 in some order, and you should multiply out the product to make sure you have the right answer. 2. Find a formula for 1 -6 2 -6 k by diagonalizing the matrix. Solution. The eigenvalues are -3, -2, and the diagonalized form of the matrix is 1 -6 2 -6 = 3 2 2 1 -3 0 0 -2 -1 2 2 -3 . It follows that 1 -6 2 -6 k = 3 2 2 1 (-3) k 0 0 (-2) k -1 2 2 -3 . 3. Let B = {b 1 , b 2 } and C = {c 1 , c 2 } be two bases for R 2 such that b 1 =6c 1 - 2c 2 and b 2 =9c 1 - 4c 2 . (a) Find the change of coordinates matrix from B to C . (b) If the vector v has coordinate vector v B = -3 2 , find v C . Solution. 1

Transcript of Linear algebra - Practice problems for nal 2 3 1. 4 5gszekely/Linear Algebra/practice...Linear...

Page 1: Linear algebra - Practice problems for nal 2 3 1. 4 5gszekely/Linear Algebra/practice...Linear algebra - Practice problems for nal 1. Diagonalize the matrix 2 4 3 0 0 3 4 9 0 0 3 3

Linear algebra - Practice problems for final

1. Diagonalize the matrix

3 0 0−3 4 90 0 3

.

Solution.To find the eigenvalues, compute

det

3− λ 0 0−3 4− λ 90 0 3− λ

= (3− λ)(4− λ)(3− λ).

So the eigenvalues are λ = 3 and λ = 4.

We can find two linearly independent eigenvectors

301

,1

30

corresponding to the eigenvalue 3, and one

eigenvector

010

with eigenvalue 4. The diagonalized form of the matrix is

3 0 0−3 4 90 0 3

=

3 1 00 3 11 0 0

3 0 00 3 00 0 4

0 0 11 0 −3−3 1 9

.Note that if you chose different eigenvectors, your matrices will be different. The middle matrix should haveentries 3, 3, 4 in some order, and you should multiply out the product to make sure you have the right answer.

2. Find a formula for

[1 −62 −6

]kby diagonalizing the matrix.

Solution. The eigenvalues are −3,−2, and the diagonalized form of the matrix is[1 −62 −6

]=

[3 22 1

] [−3 00 −2

] [−1 22 −3

].

It follows that [1 −62 −6

]k=

[3 22 1

] [(−3)k 0

0 (−2)k

] [−1 22 −3

].

3. Let B = {b1,b2} and C = {c1, c2} be two bases for R2 such that b1 = 6c1 − 2c2 and b2 = 9c1 − 4c2.

(a) Find the change of coordinates matrix from B to C.

(b) If the vector v has coordinate vector vB =

[−32

], find vC .

Solution.

1

Page 2: Linear algebra - Practice problems for nal 2 3 1. 4 5gszekely/Linear Algebra/practice...Linear algebra - Practice problems for nal 1. Diagonalize the matrix 2 4 3 0 0 3 4 9 0 0 3 3

(a) The change of coordinate matrix from B to C is

[6 9−2 −4

]. Note that for instance the fact that[

6 9−2 −4

] [10

]=

[6−2

]corresponds to the statement that the coordinate vector of b1 relative to the basis B is

[10

], whereas

relative to the basis C it is

[6−2

].

(b) vC =

[6 9−2 −4

] [−32

]=

[0−2

].

4. Find the projection of b =

10−11

onto the subspace W = sp

0110

,

0011

of R4.

Solution. First find the orthogonal complement of W . This is the nullspace of the matrix

[0 1 1 00 0 1 1

]. A

basis for this nullspace (found by row reduction) is

1000

,

01−11

.

Now we need to find the coordinate vector of b relative to the basis

0110

,

0011

,

1000

,

01−11

Again, by row reduction, we find the coordinate vector

−2/31/31

2/3

. To find the projection of b onto W we only

take the part of the coordinate vector that corresponds to basis elements in W . We get

bW =−2

3

0110

+1

3

0011

=

0−2/3−1/31/3

.

5. Find the projection matrix onto the subspace W = sp

1211

,−1101

of R4. Use this to compute the

projection of the vector

1121

onto W .

2

Page 3: Linear algebra - Practice problems for nal 2 3 1. 4 5gszekely/Linear Algebra/practice...Linear algebra - Practice problems for nal 1. Diagonalize the matrix 2 4 3 0 0 3 4 9 0 0 3 3

Solution. Let A =

1 −12 11 01 1

. The projection matrix is A(ATA)−1AT . Computing this we get

A(ATA)−1AT =1

17

14 1 5 −41 11 4 75 4 3 1−4 7 1 6

.

The projection of

1121

onto W is then

14 1 5 −41 11 4 75 4 3 1−4 7 1 6

1121

=1

17

21271611

.

6. Find the best fit line y = mx+ c through the data points (0, 0), (1, 1), (2, 3).

Solution. Finding a line y = mx+ c through those points amounts to solving the system0 11 12 1

[mc

]=

013

.This system is inconsistent (since there is no line through those points), and to find the best fit line, we need

to project the vector b =

013

onto the column space W = sp

012

,1

11

of the matrix. The projection is

bW =3

2

012

+−1

6

111

=

−1/68/617/6

.The best fit line is given by the solution of0 1

1 12 1

[mc

]=

−1/68/617/6

,which is m = 3/2, c = −1/6.

3