MathGroup Archive 2006

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

Search the Archive

RE: newton raphson plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70504] RE: [mg70474] newton raphson plot
  • From: "David Park" <djmp at earthlink.net>
  • Date: Wed, 18 Oct 2006 04:16:47 -0400 (EDT)

Do you mean something like this...

f[z_] = z^3 - 1;

Plot[f[z], {z, -3, 3},
    Frame -> True,
    Axes -> True,
    PlotRange -> All,
    ImageSize -> 500];

The overall plot options allow you to control the overall appearance of the
plot.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/



From: bjarke [mailto:bjarkeorama at gmail.com]
To: mathgroup at smc.vnet.net


Hi everyone.

We working on newton-raphson methods in mathematica. We want to plot the
funktion f[z_] = z^3 - 1 how do we do it??

All help is good help :-)



  • Prev by Date: Re: A plot inside another plot
  • Next by Date: Re: A plot inside another plot
  • Previous by thread: Re: newton raphson plot
  • Next by thread: Re: newton raphson plot