Scientific Computing Article Index for
Scientific
Articles about
Scientific Computing
Website Links For
Scientific
 

Information About

Scientific Computing




The field is distinct from Computer Science (the mathematical study of Computation , Computer s and Information Processing ). It is also different from theory and experiment which are the traditional forms of science and engineering. The scientific computing approach is to gain understanding, mainly through the analysis of mathematical models implemented on Computer s.

Scientists and engineers develop Computer Programs , Application Software , that model systems being studied and run these programs with various sets of input parameters. Typically, these models require massive amounts of calculations (usually Floating-point ) and are often executed on Supercomputer s or Distributed Computing platforms.

Numerical Analysis is an important technique used in scientific computing. Numerical simulations have different objectives depending on the nature of the task being simulated:
  • Reconstruct and understand known events (e.g., earthquake, tsunamis and other natural disasters).

  • Optimise known scenarios (e.g., technical and manufacturing processes).

  • Predict future or unobserved situations (e.g., weather, sub-atomic particle behaviour).


Algorithms and mathematical methods used in scientific computing are varied. Commonly applied methods include:
  • Numerical analysis

  • Application of Taylor series as convergent and asymptotic series

  • Computing derivatives by Automatic Differentiation (AD)

  • Computing derivatives by finite differences

  • High order difference approximations via Taylor series and Richardson extrapolation

  • Methods for integration on a uniform mesh: rectangle rule, trapezoid rule, midpoint rule, Simpson's rule

  • Runge Kutta method for solving ordinary differential equations

  • Monte Carlo methods

  • Numerical Linear Algebra

  • Computing the factors by Gauss elimination

  • Choleski factorizations

  • Discrete Fourier transform and applications.

  • Newton's method

  • Time stepping methods for dynamical systems


Programming languages commonly used for the more mathematical aspects of scientific computing applications include Fortran , APL , MATLAB , Mathematica and PDL . The more computationally-intensive aspects of scientific computing will often leverage C / C++ .

Computational science application programs often model real-world changing conditions, such as weather, air flow around a plane, automobile body distortions in a crash, the motion of stars in a galaxy, an explosive device, etc. Such programs might create a 'logical mesh' in computer memory where each item corresponds to an area in space and contains information about that space relevant to the model. For example in weather models, each item might be a square kilometer; with land elevation, current wind direction, humidity, temperature, pressure, etc. The program would calculate the likely next state based on the current state, in simulated time steps, solving equations that describe how the system operates; and then repeat the process to calculate the next state.

The term Computational Scientist is used to describe someone skilled in scientific computing. This person is usually a scientist, an engineer or an applied mathematician who applies high-performance computers in different ways to advance the state-of-the-art in their respective applied disciplines in physics, chemistry or engineering. Scientific computing has increasingly also impacted on other areas including economics, biology and medicine.

Computational science may be considered as a new third mode of Science , complementing and adding to Experimentation / Observation and Theory . This is a thesis of Stephen Wolfram ('' A New Kind Of Science ''), and of Jürgen Schmidhuber .


RELATED FIELDS



EXTERNAL LINKS