|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RuleDelayed 
or ![]()
represents a rule that transforms lhs to rhs, evaluating rhs only after the rule is used.
DetailsDetails
- The character
can be entered as Esc:>Esc or \[RuleDelayed]. - RuleDelayed has the attribute HoldRest.
- You can apply rules using Replace.
- The assignment
specifies that the rule
should be used whenever it applies. - You can use Condition to specify when a particular rule applies.
- In StandardForm, RuleDelayed is printed using
.
New in 1 | Last modified in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
