Re: nestled plotting
- To: mathgroup at smc.vnet.net
- Subject: [mg72372] Re: nestled plotting
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 26 Dec 2006 09:03:28 -0500 (EST)
- Organization: Uni Leipzig
- References: <emdors$jvh$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
and
Plot[
Evaluate[Table[Normal[Series[Sin[x], {x, 0, i}]], {i, 5}]],
{x, -15, 15}]
does not help ??
Regards
Jens
junk at apspektakel.com wrote:
> Hi
> I'm having this problem. I want to plot a number of maclaurin
> polynomials and I want to do it like this:
> Plot[Table[Normal[Series[Sin[x], {x, 0, i}]], {i, 5}], {x, -15, 15}]
> This gives me a bunch of error messages. However, if I first print the
> table:
> Table[Normal[Series[Sin[x], {x, 0, i}]], {i, 5}]
> and cut and pase this into the plot command, everything works just as I
> want it. How do I get past the cut and paste step?
>
> /Hadoque
>