Rule
Rule(x, y)
x -> y
represents a rule replacing
x
withy
.
Examples
>> a+b+c /. c->da+b+d
>> {x,x^2,y} /. x->3{3,9,y}
Rule called with 3 arguments; 2 arguments are expected.
>> a /. Rule(1, 2, 3) -> ta
Implementation status
- ✅ - full supported