The primes have been a focal point for investigations of numbers for more than two millennia. Mathematica implements state-of-the-art algorithms for handling both primes and ...
The simplest way to mix text and formulas in a Mathematica notebook is to put each kind of material in a separate cell. Sometimes, however, you may want to embed a formula ...
LinearSolve[m, b] finds an x which solves the matrix equation m.x == b. LinearSolve[m] generates a LinearSolveFunction[...] which can be applied repeatedly to different b.
NDSolve returns solutions as InterpolatingFunction objects. Most of the time, simply using these as functions does what is needed, but occasionally it is useful to access the ...
FindFit
(Built-in Mathematica Symbol) FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
Mathematica's extensive base of state-of-the-art algorithms, efficient handling of very long integers, and powerful built-in language make it uniquely suited to both research ...
Mathematica is widely used throughout the world for precollege education, in mathematics and many other fields. This page lists a few Mathematica functions used particularly ...
DifferentialRoot[lde] represents a function that solves the linear differential equation specified by lde[y, x].
Polynomial algorithms are at the core of classical "computer algebra". Incorporating methods that span from antiquity to the latest cutting-edge research at Wolfram Research, ...
CDFWavelet[] represents a Cohen\[Dash]Daubechies\[Dash]Feauveau wavelet of type "9/7". CDFWavelet["type"] represents a Cohen\[Dash]Daubechies\[Dash]Feauveau wavelet of type " ...