JacobiAmplitude[u, m] gives the amplitude am(u \[VerticalSeparator] m) for Jacobi elliptic functions.
DiscretePlot3D[expr, {i, i_min, i_max}, {j, j_min, j_max}] generates a plot of the values of expr when i runs from i_min to i_max and j runs from j_min to ...
DataRanges is an option for PairwiseScatterPlot which specifies range limits for each column of data.
Graphs are first-class citizens in Mathematica, and can be used as input, output, in programs, and in documents. Undirected and directed graphs are treated uniformly and ...
InverseFunctions is an option for Solve and related functions that specifies whether inverse functions should be used.
Orderless is an attribute that can be assigned to a symbol f to indicate that the elements e_i in expressions of the form f[e_1, e_2, ...] should automatically be sorted into ...
ReplaceList[expr, rules] attempts to transform the entire expression expr by applying a rule or list of rules in all possible ways, and returns a list of the results ...
StreamColorFunction is an option for StreamPlot and related functions that specifies a function to apply to determine colors along streamlines.
WeberE
(Built-in Mathematica Symbol) WeberE[\[Nu], z] gives the Weber function E \[Nu] (z).WeberE[\[Nu], \[Mu], z] gives the associated Weber function E_\[Nu]^\[Mu](z).
The ODEs that arise in practical applications often have non-rational coefficients. In such cases, DSolve attempts to convert the equation into one with rational coefficients ...