Animations can convey much more information than static displays. The built-in Mathematica functions Animate and ListAnimate provide an immediate way to construct animations ...
The utility functions FindMinimumPlot and FindRootPlot show search data for FindMinimum and FindRoot for one- and two-dimensional functions. They work with essentially the ...
FieldHint is an option for InputField that specifies contents to display when the input field is empty.
LatticeReduce[{v_1, v_2, ...}] gives a reduced basis for the set of vectors v_i.
Resultant[poly_1, poly_2, var] computes the resultant of the polynomials poly_1 and poly_2 with respect to the variable var. Resultant[poly_1, poly_2, var, Modulus -> p] ...
Skewness[list] gives the coefficient of skewness for the elements in list.Skewness[dist] gives the coefficient of skewness for the symbolic distribution dist.
When derivatives cannot be computed symbolically, "Newton's" method will be used, but with a finite difference approximation to the Jacobian. This can have costs in terms of ...
CUDAFold[f, x, list] gives the last element of CUDAFoldList[f, x, list].
Editable is an option for displayed objects, cells, and notebooks that specifies whether their contents can be edited interactively using the front end.