Go to CCP Homepage Go to Materials Page Go to Linear Algebra Materials Go to Table of Contents
Go Back One Page Go Forward One Page

Orthogonality

Part 4: Orthogonal matrices

An n x n matrix A is orthogonal if its columns form an orthonormal set, i.e., if the columns of A form an orthonormal basis for Rn.

  1. We construct an orthogonal matrix in the following way. First, construct four random 4-vectors, v1, v2, v3, v4. Then apply the Gram-Schmidt process to these vectors to form an orthogonal set of vectors. Then normalize each vector in the set, and make these vectors the columns of A.
  2. Calculate ATA and AAT. What do you conclude from the results?
  3. Construct random 4-vectors x and y. Then compute the dot products of x and y and of Ax and Ay. What do you deduce?
  4. Compute the lengths of x and of Ax. What characteristic of the linear transformation x --> Ax does this reveal?
  5. Find the eigenvalues of A, and take the absolute value of each eigenvalue. What do you observe? How is this observation related to the preceding step? (Hint: How is the length of Ax related to the length of x and the magnitude of lambda?)
  6. The preceding step also tells you something about the absolute value of the determinant of A. What is it? What does that imply about possible values for the determinant? Which of these values actually is the determinant of A?
  7. Re-enter the commands starting from step 1 to repeat all the steps with different random vectors. Check that your observations are correct in this case as well -- or modify them as necessary to account for both cases.

Go to CCP Homepage Go to Materials Page Go to Linear Algebra Materials Go to Table of Contents
Go Back One Page Go Forward One Page


modules at math.duke.edu