Basic plotting functions. This plots a graph of sin(x) as a function of x from 0 to 2π. You can plot functions that have singularities. Mathematica will try to choose ...
Step Out stops the debugger after finishing all evaluations in a stack.
HoldRest is an attribute which specifies that all but the first argument to a function are to be maintained in an unevaluated form.
HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
$IterationLimit gives the maximum length of evaluation chain used in trying to evaluate any expression.
TraceOn
(Built-in Mathematica Symbol) TraceOn is an option for Trace and related functions which specifies when tracing should be switched on.
lhs :> rhs or lhs :> rhs represents a rule that transforms lhs to rhs, evaluating rhs only after the rule is used.
OwnValues[x] gives the rule corresponding to any ownvalue defined for the symbol x.
There will be times when you want to stop Mathematica in the middle of a computation. You may have asked Mathematica to do something that you did not intend or that is taking ...
ReleaseHold[expr] removes Hold, HoldForm, HoldPattern, and HoldComplete in expr.