MakeBoxes[expr, form] is the low-level function used in Mathematica sessions to convert expressions into boxes. MakeBoxes[expr] is the function to convert expr to ...
Quotient[m, n] gives the integer quotient of m and n. Quotient[m, n, d] uses an offset d.
SetAccuracy[expr, a] yields a version of expr in which all numbers have been set to have accuracy a.
TeXForm
(Built-in Mathematica Symbol) TeXForm[expr] prints as a TeX version of expr.
TransferFunctionZeros[tf] gives a matrix of roots of the numerators in the TransferFunctionModel object tf.
$MachineEpsilon gives the difference between 1.0 and the next-nearest number representable as a machine-precision number.
When you ask for the square root s of a number a, you are effectively asking for the solution to the equation s^2a. This equation, however, in general has two different ...
When searching for a real simple root of a real valued function, it is possible to take advantage of the special geometry of the problem, where the function crosses the axis ...
Some common operations on special functions. Most special functions have simpler forms when given certain specific arguments. Mathematica will automatically simplify special ...
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica