MathGroup Archive 2005

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

Search the Archive

Re: Drawing field Plot 3d

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54770] Re: [mg54746] Drawing field Plot 3d
  • From: DrBob <drbob at bigfoot.com>
  • Date: Tue, 1 Mar 2005 01:58:25 -0500 (EST)
  • References: <200502280828.DAA11558@smc.vnet.net>
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

>> i plotted the field plot with thisParametricPlot3D[{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]

No, you didn't. There are at least five errors in that statement.

Try posting the code you actually ran. It's much easier to help, that way.

Bobby

On Mon, 28 Feb 2005 03:28:26 -0500 (EST), win <win at mipa.uns.ac.id> wrote:

> 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
>
>
>
>



-- 
DrBob at bigfoot.com
www.eclecticdreams.net


  • Prev by Date: Re: Simplify and Abs
  • Next by Date: Re: Changing Plot Axis Displays
  • Previous by thread: Re: Drawing field Plot 3d
  • Next by thread: Re: Drawing field Plot 3d