Up: Contents
Symmetric Matrices

Definition

A matrix A is symmetric if AT=A.

Examples:

Diagonalization:

For symmetric matrices, you want to normalize the eigenvectors to length one. In that case, the change of basis to the eigenvectors is simply a rotation of the axis system:

Since the transformation matrix P has orthonormal columns, it is called an orthonormal matrix. For any orthonormal matrix

P-1 = PT

Also, both rows and columns will be orthonormal sets of vectors.

Example:

Kinetic energy of a solid body:

where the x,y,z axis system has its origin at the center of gravity.

By rotating the x,y,z axis system to the principal axes of the body, the inertia matrix I becomes diagonal.

For a disk:

If you write the inertia matrix for a disk and find the eigenvalues, you will find one single eigenvalue and one double eigenvalue, giving the moments of inertia along the principal axes.

The eigenvector corresponding to the single eigenvalue will be in the y' direction; just normalize it to length one to give .

The eigenvector solution space corresponding to the double eigenvalue will have two independent basis vectors. Use Gram-Schmidt on them to orthonormalize them, that will poduce your and .

The axis system are the principal axes of the disk.


Up: Contents
10/09/02 0:24:47