[net.micro] musimp/mumath tech ?

leff@smu.UUCP (11/21/83)

#N:smu:14300003:000:390
smu!leff    Nov 18 19:03:00 1983

In mumath, assume one has a variable that has a value like:

a:lambda+lambda^2

and you assign a value to lambda like:

lambda:zing+zing^2;

How does one substitute the value given for lambda into a to
generate:

(zing+zing^2) + (zing+zing^2)^2

(probably somewhat simplified from this.)

This was the substitute function in formac.  Ican't find any thing
to do that in the musimp manual.