WeierstrassInvariants[{\[Omega], \[Omega]^\[Prime]}] gives the invariants {g_2, g_3} for Weierstrass elliptic functions corresponding to the half-periods {\[Omega], ...
Program-constructible symbolic documents with uniquely flexible formatting.
Mathematica normally assumes that all your variables are global. This means that every time you use a name like x, Mathematica normally assumes that you are referring to the ...
Fold
(Built-in Mathematica Symbol) Fold[f, x, list] gives the last element of FoldList[f, x, list].
ComposeSeries[series_1, series_2, ...] composes several power series.
RamanujanTauTheta[t] gives the Ramanujan tau theta function \[Theta](t).
InverseJacobiNS[v, m] gives the inverse Jacobi elliptic function ns -1 (v \[VerticalSeparator] m).
DirectedInfinity[] represents an infinite numerical quantity whose direction in the complex plane is unknown. DirectedInfinity[z] represents an infinite numerical quantity ...
The functional and list-oriented characteristics of the core Mathematica language allow Mathematica to provide immediate built-in data parallelism, automatically distributing ...
An expression like x^2+2x-7==0 represents an equation in Mathematica. You will often need to solve equations like this, to find out for what values of x they are true. This ...