(The correspondence implied by theory of complex systems)
|
Problems have a data domain- "SPACE"
|
and the computation involves work done on the elements of this domain; label this work by - "TIME"
|
Examples
-
Simulation of a 3D physical system
-
SPACE = "SPACE"
-
TIME = "TIME"
-
e.g. Wave equation in seismic exploration
-
or motion of missiles after launch
-
Full matrix operations (Inversion, multiplication)
-
MATRIX elements = "SPACE"
-
Label of ROWS eliminated or multiplied = "TIME"
-
Gauss Seidel (SOR) Iterative approach to solving sparse matrix problems
-
Set of nonzero matrix elements = "SPACE"
-
ITERATION COUNT = "TIME"
|