This site is supported by donations to The OEIS Foundation.

Symbolic computations

From OeisWiki
Jump to: navigation, search


This article page is a stub, please help by expanding it.


Symbolic computations use symbols rather than rational or irrational numbers stated in a given numerical base, and are thus not subject to errors due to loss of machine precision. For example, is a symbolic computation, whereas 1.61803398875 + 1 = 2.61803398875 is a numerical computation.

The symbols in symbolic computations may represent not only numbers, but functions, operators, etc. For example you can do symbolic integration, e.g. in Mathematica[1] you can evaluate the indefinite integral

Integrate[1/(x^3 + 1), x]

See also

Notes

  1. Wolfram Mathematica, Integrate