What does a a linear iterative system look like?

A linear iterative system takes the form:

, where or is the coefficient matrix.

The vector iterates belonging to . The system represents a discrete time evolution. This is tantamount to a discretized first order linear ODE where k represents the iteration step.

Scalar Version:

, ,

How does the value of lambda affect our iterative equation?

When lambda is 0, we get for all . If lambda is , then it is stable and will approach monotonically. Overall, there are three main classes:

  • Asymptotically Stable:
  • Stable (but not asymptotic): is constant or oscillating
  • Unstable: grows unbounded

This means our equation as a whole should be below 1 with our initial guess.

What does a general linear iterative system look like?

,

iterates as such: , ,

How do matrix powers work?

To put matrices to a power, we use the power ansatz:

We, therefore, seek eigenvalues and eigenvectors v of T.