MathGroup Archive 2006

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

Search the Archive

Re: newton raphson plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70502] Re: newton raphson plot
  • From: dimmechan at yahoo.com
  • Date: Wed, 18 Oct 2006 04:16:44 -0400 (EDT)
  • References: <eh205p$2di$1@smc.vnet.net>

Here is a quick plot

f[z_] := z^3 - 1

Plot[f[z], {z, 1, 10}, PlotLabel -> "Graph 1", Frame -> True, Axes ->
False,
  PlotRange -> {{-0.001, Automatic}, {-0.001, Automatic}}, PlotStyle ->
{Blue, Thickness[0.006]},
 FrameLabel -> {"x", "f(z)"}]

Regards
Dimitris


  • Prev by Date: Infinity vs DirectedInfinity[1]
  • Next by Date: Re: newton raphson plot
  • Previous by thread: Re: newton raphson plot
  • Next by thread: Re: newton raphson plot