MathGroup Archive 1992

[Date Index] [Thread Index] [Author Index]

Search the Archive

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






  • Prev by Date: Re: function
  • Next by Date: Elliptic integral problems in mma
  • Previous by thread: Re: function
  • Next by thread: Re: function