RE: Expanding function names to
- To: mathgroup at smc.vnet.net
- Subject: [mg8133] RE: [mg8104] Expanding function names to
- From: Ersek_Ted%PAX1A at mr.nawcad.navy.mil
- Date: Fri, 15 Aug 1997 23:41:45 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Paulo Mouat wrote: | |Is there any way to convert input or output that includes function |names (say, Erf[x]) to its explicit mathematical form (with the integral |symbol and such)? | If TraditionalForm doesn't do what you want, then you have to make your own rules for Format or MakeBoxes. However the Kernal will convert Integrate[Erf[a^2],{a,-Infinity,x}] to Erf[x], and you want to go the other way. It looks like you will have to take steps to avoid infinite recursion. Ted Ersek