Go to the first, previous, next, last section, table of contents.


base_replace

base_replace(S,Rule)
: It rewrites S by using the rule Rule

Example:

 base_replace(x^2+y^2,[[x,a+1],[y,b]]);

x is replaced by a+1 and y is replaced by b in x^2+y^2.


Go to the first, previous, next, last section, table of contents.