The Mathematica function DSolve finds symbolic solutions to differential equations. (The Mathematica function NDSolve, on the other hand, is a general numerical differential ...
Gamma
(Built-in Mathematica Symbol) Gamma[z] is the Euler gamma function \[CapitalGamma](z). Gamma[a, z] is the incomplete gamma function \[CapitalGamma](a, z). Gamma[a, z_0, z_1] is the generalized incomplete ...
ArcCosh
(Built-in Mathematica Symbol) ArcCosh[z] gives the inverse hyperbolic cosine cosh -1 (z) of the complex number z.
ArcTan
(Built-in Mathematica Symbol) ArcTan[z] gives the arc tangent tan -1 (z) of the complex number z. ArcTan[x, y] gives the arc tangent of y/x, taking into account which quadrant the point (x, y) is in.
StieltjesGamma[n] gives the Stieltjes constant \[Gamma]_n. StieltjesGamma[n, a] gives the generalized Stieltjes constant \[Gamma]_n (a).
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 ...
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 ...
Exp
(Built-in Mathematica Symbol) Exp[z] gives the exponential of z.
A three-dimensional coordinate system assigns three numbers to each point in space. In defining a coordinate system, you have to make a choice about what to measure and how ...