The Mathematica function NDSolve is a general numerical differential equation solver. It can handle a wide range of ordinary differential equations (ODEs) as well as some ...
DSolve
(Built-in Mathematica Symbol) DSolve[eqn, y, x] solves a differential equation for the function y, with independent variable x. DSolve[{eqn_1, eqn_2, ...}, {y_1, y_2, ...}, x] solves a list of ...
SyntaxInformation[f] gives information used to generate syntax coloring and other advisories when f[...] is entered as input.
Bounded domain distributions naturally come up when random variables should only vary in a finite interval. Some distributions, like beta, occur in a variety of ways, ...
Often a web service requires using data other than a simple string. This data could be something simple like an integer or a real. Often the data is more complex and is a ...
The Mathematica function NIntegrate is a general numerical integrator. It can handle a wide range of one-dimensional and multidimensional integrals. Finding a numerical ...
Packed into functions like Solve and Reduce are a wealth of sophisticated algorithms, many created specifically for Mathematica. Routinely handling both dense and sparse ...
VertexWeight is an option and property for Graph and related functions that specifies a vertex weight.
Statistical distributions have applications in many fields, including the biological, social, and physical sciences. Mathematica represents statistical distributions as ...
NotebookOpen["name"] opens an existing notebook with the specified name, returning the corresponding notebook object. NotebookOpen["name", options] opens a notebook using the ...