Drawing field Plot 3d
- To: mathgroup at smc.vnet.net
- Subject: [mg54746] Drawing field Plot 3d
- From: win at mipa.uns.ac.id (win)
- Date: Mon, 28 Feb 2005 03:28:26 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
I have a problem... about plotting field plot
i have 3 silmultanous equation
that is
ds/dt=100000-0.1*s-2.10^-7*s*v
dv/dt=2.10^-7*s*v-0.5i
di/dt=100*i-5v
i plotted the field plot with this
ParametricPlot3D[{100000-0.1*s-2.10^-7*s*v,2.10^-7*s*v-0.5i100*i-5v
},{x,0,1000000,},{y,0,1000000,},{z,0,1000000,},PlotStyle]
i want to show the equirilibium point and show the field plot... so
what kind of source program that i have to run...
thank you
best regard
win