All the functionality of NumericalMath`OrderStar` is now available in the newly created Function Approximations Package. OrderStar has been renamed OrderStarPlot. ...
Introduction Linear Optimization Numerical Nonlinear Local Optimization
There are a number of functions built into Mathematica which, like Plot, have various options you can set. Mathematica provides some general mechanisms for handling such ...
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
TextureCoordinateScaling is an option to Plot3D and similar functions that specifies whether arguments supplied to a texture coordinate function should be scaled to lie ...
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
Mesh
(Built-in Mathematica Symbol) Mesh is an option for Plot3D, DensityPlot, and other plotting functions that specifies what mesh should be drawn.
Gudermannian[z] gives the Gudermannian function gd(z).
Basic Objects Input Syntax Some General Notations and Conventions
DSolve
(Built-in Mathematica Symbol) DSolve[eqn, y, x] solves a differential equation for the function y, with independent variable x. DSolve[{eqn_1, eqn_2, ...}, {y_1, y_2, ...}, x] solves a list of ...