Over and over again we see a pattern like this:
nonlinear -------—linearize & iterate--------—> LINEAR
PDE ---------—discretize----------—> ALGEBRA
Because of this, computers have brought linear algebra, and numerical linearalgebra, to the forefront of the mathematical sciences.
Standard algorithms to solve linear system , i.e. matrix inversion, grow like . To improve this one can:
In recent years flop count is less and less important at the high end (i.e. for many processors) – communication is a bigger bottleneck.