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