Engineering Analysis/Matrix Forms

From testwiki
Jump to navigation Jump to search

Template:Engineering Analysis

Matrices that follow certain predefined formats are useful in a number of computations. We will discuss some of the common matrix formats here. Later chapters will show how these formats are used in calculations and analysis.

Diagonal Matrix

A diagonal matrix is a matrix such that:

aij=0,ij

In otherwords, all the elements off the main diagonal are zero, and the diagonal elements may be (but don't need to be) non-zero.

Companion Form Matrix

If we have the following characteristic polynomial for a matrix:

|AλI|=λn+an1λn1++a1λ1+a0

We can create a companion form matrix in one of two ways:

[0000a01000a10100a20010a30001an1]

Or, we can also write it as:

[an1an2an3a1a00000010000010000010000010]

Jordan Canonical Form

To discuss the Jordan canonical form, we first need to introduce the idea of the Jordan Block:

Jordan Blocks

A jordan block is a square matrix such that all the diagonal elements are equal, and all the super-diagonal elements (the elements directly above the diagonal elements) are all 1. To illustrate this, here is an example of an n-dimensional jordan block:

[a1000a1000a000a1000a]

Canonical Form

A square matrix is in Jordan Canonical form, if it is a diagonal matrix, or if it has one of the following two block-diagonal forms:

[D000J1000Jn]

Or:

[J1000J2000Jn]

The where the D element is a diagonal block matrix, and the J blocks are in Jordan block form.