Re: function
- To: mathgroup at yoda.physics.unc.edu
- Subject: Re: function
- From: Colin Williams <cwilliam at parc.xerox.com>
- Date: Mon, 26 Oct 1992 10:46:42 PST
R. Kline asked about using a result to define a function ... a=Normal[Series[Sin[x],{x,0,5}]] f[x_]:=a doesn't work. when I want to do this sort of thing I use ... a=Normal[Series[Sin[x],{x,0,5}]] f[x_]:=Release[a] Hope that helps, Regards, Colin Colin P. Williams, Xerox PARC, 3333, Coyote Hill Road, Palo Alto, CA 94304 cwilliam at parc.xerox.com