The Mathematica function DSolve finds symbolic solutions to differential equations. (The Mathematica function NDSolve, on the other hand, is a general numerical differential ...
EconomizedRationalApproximation[expr, {x, {x_0, x_1}, m, n}] gives the economized rational approximation to expr that is good over the interval x_0 to x_1, with numerator ...
Many calculations involve solving systems of linear equations. In many cases, you will find it convenient to write down the equations explicitly, and then solve them using ...
Infinity or \[Infinity] is a symbol that represents a positive infinite quantity.
LogIntegral[z] is the logarithmic integral function li(z).
BatesDistribution[n] represents the distribution of a mean of n random variables uniformly distributed from 0 to 1.BatesDistribution[n, {min, max}] represents the ...
RiceDistribution[\[Alpha], \[Beta]] represents a Rice distribution with shape parameters \[Alpha] and \[Beta].RiceDistribution[m, \[Alpha], \[Beta]] represents a ...
VertexInDegree[g] gives the list of vertex in-degrees for all vertices in the graph g.VertexInDegree[g, v] gives the vertex in-degree for the vertex v.
ColorSetter[color] represents a color setter which displays as a swatch of the specified color and when clicked brings up a system color picker ...
SQLResultSets[] returns a list of the open SQLResultSet objects.