Math 308 Final Exam Solutions - Linear Algebra and Matrix Computations, Exams of Mathematics

Solutions to the final exam of math 308, held on dec. 8th, 2008. The exam covers topics in linear algebra and matrix computations, including solving linear systems of equations, computing eigenvalues and eigenvectors, determining the rank and nullity of matrices, and applying gram-schmidt orthogonalization.

Typology: Exams

Pre 2010

Uploaded on 03/11/2009

koofers-user-gic
koofers-user-gic 🇺🇸

10 documents

1 / 10

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Final examination
Math 308, Dec. 8th 2008
First Name:
Last Name:
Student ID:
Section:
The exam is 1h 50 minutes long. No textbook allowed. Students are allowed to bring two sheets of
personal notes (two sided), and a scientific calculator.
Exercise 1
Solve the following linear system of equations:
x1x2+x3= 0
2x1x2= 0
2x1+ 3x23x3= 10
1
pf3
pf4
pf5
pf8
pf9
pfa

Partial preview of the text

Download Math 308 Final Exam Solutions - Linear Algebra and Matrix Computations and more Exams Mathematics in PDF only on Docsity!

Final examination

Math 308, Dec. 8th 2008

First Name:

Last Name:

Student ID:

Section:

The exam is 1h 50 minutes long. No textbook allowed. Students are allowed to bring two sheets of personal notes (two sided), and a scientific calculator.

Exercise 1

Solve the following linear system of equations:

x 1 − x 2 + x 3 = 0 2 x 1 − x 2 = 0 − 2 x 1 + 3 x 2 − 3 x 3 = 10

Exercise 2

Let A =

  1. Compute the characteristic polynomial of A and all its eigenvalues. [Hint: one of them is 3 and another is 2 , check your computations if you did not find it]

  2. Compute the eigenspace for the eigenvalue λ = 3.

Exercise 3

Let V = R(A), (the range of the matrix A), where A =

  1. Determine a basis for V and its dimension.

  2. Determine the rank and the nullity of A (without computing a basis of the nullspace).

Exercise 4

Let w 1 =

 (^) , w 2 =

 (^) , w 3 =

  1. Show that w 1 , w 2 , w 3 form a basis of R^3.

  2. Apply Gram Schmidt orthogonalization to find an orthogonal basis of R^3.

  1. Deduce that {u 1 , u 2 } form a basis of R^2 [Hint: only cite the appropriate theorem]

We will now prove that they are orthogonal

  1. Show that the scalar product of Au 1 and u 2 is equal to the scalar product of u 1 and Au 2 [Hint: recall that (Au)T^ = uT^ AT^ .]

  2. Deduce from question 3) that (λ 1 − λ 2 )uT 1 u 2 = 0

  3. Conclude that u 1 and u 2 are orthogonal.

Exercise 6

Consider the following data table: t -1 0 2 y 1 4 4

  1. Find the interpolating polynomial for these data

Exercise 7

An n × n matrix is called skew symmetric if

AT^ = −A.

  1. Show that if A is skew symmetric, then det(A) = (−1)n^ det(A).

  2. Argue that if n is odd, then an n × n skew symmetric matrix is singular.