Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!harpo!floyd!clyde!ihnp4!inuxc!pur-ee!uiucdcs!smu!leff From: leff@smu.UUCP Newsgroups: net.micro Subject: musimp/mumath tech ? - (nf) Message-ID: <4038@uiucdcs.UUCP> Date: Sun, 20-Nov-83 22:55:30 EST Article-I.D.: uiucdcs.4038 Posted: Sun Nov 20 22:55:30 1983 Date-Received: Wed, 23-Nov-83 03:01:02 EST Lines: 20 #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.