TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
Univariate descriptive statistics have been added to the built-in Mathematica kernel. Multivariate functionality from this package is included in the newly created ...
As of Version 7, the Vector Field Plotting Package has been integrated into the Mathematica kernel.
Conjunction[expr, {a_1, a_2, ...}] gives the conjunction of expr over all choices of the Boolean variables a_i.
CompilePrint[cfun] prints a human readable form of a compiled function.
MathieuGroupM24[] represents the sporadic simple Mathieu group M_24.
To begin, consider an initial value problem for a linear first-order ODE. This is a linear first-order ODE. Notice that the general solution is a linear function of the ...
PlotLegend is an option for Plot, ListPlot, and related functions that assigns text to lines in a 2D plot to create a legend for that plot.
FormatType is an option for output streams, graphics, and functions such as Text that specifies the default format type to use when outputting expressions.
CountRoots[poly, x] gives the number of real roots of the polynomial poly in x.CountRoots[poly, {x, a, b}] gives the number of roots between a and b.