|
[Date Index]
[Thread Index]
[Author Index]
How come doesn't this work?
- To: mathgroup at smc.vnet.net
- Subject: [mg75659] How come doesn't this work?
- From: "Anolethron" <abacus78685 at tin.it>
- Date: Tue, 8 May 2007 05:47:38 -0400 (EDT)
I know I have to put Evaluate In but it doesn't work still.
Taylor[n_] := Normal[Series[ArcTan[x], {x, 0, n}]]
F = ArcTan[x]
Grafico[n_] =
Plot[{F, Taylor[n]} // Evaluate, {x, -Pi, Pi},
DisplayFunction -> $DisplayFunction]
Prev by Date:
Re: Notebook in LaTeX environment
Next by Date:
Re: Re: FrameLabel-type axes labels without setting Frame->True
Previous by thread:
Re: Struve functions
Next by thread:
Re: How come doesn't this work?
|