|
SOLUTIONS
|
Search for all pages containing Defe
BUILT-IN MATHEMATICA SYMBOL
Defer
Defer[expr]
yields an object that displays as the unevaluated form of expr, but that is evaluated if it is explicitly given as Mathematica input.
DetailsDetails
- Defer[expr] returns an object that remains unchanged until it is explicitly supplied as Mathematica input and evaluated using Shift+Enter, Evaluate in Place, etc.
- Defer gives an object whose evaluation is merely deferred until it is explicitly given as Mathematica input; HoldForm gives an object that is never evaluated.
- If an object contains several levels of nested Defer constructs, one level is removed each time the object is evaluated as Mathematica input.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
