Where to find 'the art and Science of C' source code?

Why are texts and equations communicated instead of algorithms in computational science?

  • I often read some paper about some compuational method (mostly in physics) full of complicated equations and I have hard time to figure out, what is the actual procedure how they compute the things they want to compute. Then I find source code of that algorithm ( or at least an pseudo-code )  and everything is clear to me. Then I can easily undestand all the derivations and commonts in the rest of the paper. Unfortunatelly, it is not a common practicce to put source code or pseudocode into scienctific publications. :( I feel like it is just for historical reasons, that "code" is not taken so seriously in sciectific publications as equations (because it is just a few decades that computers and programming are common). But I think that the programming languge ( which are specially designed to be exact and expressive) are better way to communicate exact ideas (like computational methods and algorithms) than natural language (text) or equations.

  • Answer:

    In most cases computational science is built on the idea of making simulations. This involves quantification of physical parameters, constants, and variables. Mostly this is done through mathematical formulations of a problem. Any algorithms have been designed on ways of reproducing these formulations on the computer, but the formulation comes first. There have been efforts to develop some models based on purely computations structures, like cellular automata—but even these are often linked to formulas.

George Hrabovsky at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.