Difference between revisions of "Computer simulation"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
A '''computer simulation''' is a [[simulation]], run on a single computer, or a network of computers, to reproduce behavior of a system. | A '''computer simulation''' is a [[simulation]], run on a single computer, or a network of computers, to reproduce behavior of a system. | ||
− | + | == Description == | |
− | Computer simulations have become a useful part of mathematical modeling of many natural systems in physics (computational physics), astrophysics, climatology, chemistry and biology, human systems in economics, psychology, social science, and engineering. | + | The simulation uses an [[abstract model]] (a [[computer model]], or a [[computational model]]) to simulate the system. |
+ | |||
+ | Computer simulations have become a useful part of [[Mathematical model|mathematical modeling]] of many natural systems in physics (computational physics), astrophysics, climatology, chemistry and biology, human systems in economics, psychology, social science, and engineering. | ||
Simulation of a system is represented as the running of the system's model. It can be used to explore and gain new insights into new technology and to estimate the performance of systems too complex for analytical solutions. | Simulation of a system is represented as the running of the system's model. It can be used to explore and gain new insights into new technology and to estimate the performance of systems too complex for analytical solutions. | ||
Line 14: | Line 16: | ||
* [[Algorithm]] | * [[Algorithm]] | ||
+ | * [[Computational model]] | ||
* [[Computational physics]] | * [[Computational physics]] | ||
* [[Computer]] | * [[Computer]] | ||
+ | * [[Abstract model]] | ||
+ | * [[Computer model]] | ||
* [[Dynamical simulation]] | * [[Dynamical simulation]] | ||
+ | * [[Mathematical model]] | ||
+ | * [[Model]] | ||
* [[Numerical analysis]] | * [[Numerical analysis]] | ||
+ | * [[Simulation]] | ||
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/Computer_simulation Computer simulation] @ Wikipedia | * [https://en.wikipedia.org/wiki/Computer_simulation Computer simulation] @ Wikipedia |
Revision as of 17:27, 2 September 2015
A computer simulation is a simulation, run on a single computer, or a network of computers, to reproduce behavior of a system.
Description
The simulation uses an abstract model (a computer model, or a computational model) to simulate the system.
Computer simulations have become a useful part of mathematical modeling of many natural systems in physics (computational physics), astrophysics, climatology, chemistry and biology, human systems in economics, psychology, social science, and engineering.
Simulation of a system is represented as the running of the system's model. It can be used to explore and gain new insights into new technology and to estimate the performance of systems too complex for analytical solutions.
Computer simulations vary from computer programs that run a few minutes to network-based groups of computers running for hours to ongoing simulations that run for days.
The scale of events being simulated by computer simulations has far exceeded anything possible (or perhaps even imaginable) using traditional paper-and-pencil mathematical modeling.
See also
- Algorithm
- Computational model
- Computational physics
- Computer
- Abstract model
- Computer model
- Dynamical simulation
- Mathematical model
- Model
- Numerical analysis
- Simulation
External links
- Computer simulation @ Wikipedia