MathGroup Archive 2006

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

Search the Archive

Re: newton raphson plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70525] Re: [mg70474] newton raphson plot
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Wed, 18 Oct 2006 04:18:25 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

f[z_] = z^3 - 1;

Plot[f[z], {z, -3, 3}, PlotRange -> All];


Bob Hanlon

---- bjarke <bjarkeorama at gmail.com> wrote: 
> 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 :-)
> 

--

Bob Hanlon
hanlonr at cox.net



  • Prev by Date: Re: newton raphson plot
  • Next by Date: Re: How to explain unexpected behaviour of Fibonacci[]?
  • Previous by thread: Re: newton raphson plot
  • Next by thread: RE: newton raphson plot