MathGroup Archive 2000

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

Search the Archive

Re: How to plot...?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23778] Re: How to plot...?
  • From: "Allan Hayes" <hay at haystack.demon.co.uk>
  • Date: Sat, 10 Jun 2000 02:59:23 -0400 (EDT)
  • References: <8hfepo$hqb@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Jose,

fp[pp_, vel_] := (pp*vel^2)/450240

Plot3D[fp[pp, vel], {pp, 7.9, 10.5}, {vel, 780, 940}]

--
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565

" Jose Lasso" <jml at accessinter.net> wrote in message
news:8hfepo$hqb at smc.vnet.net...
> Hi,
>
> How can I plot the following function: fp[pp_,vel_]:=(pp*vel^2)/450240,
> this is a ballistic function, where fp is the energy, pp is the pellet
> weight, and vel is the velocity of the pellet. Any ideas. Thx in advance.
> Regards.
>
> Jose M Lasso
>
> PS: Maybe this is quite simple, but dont forget than I am a rookie with
> Mathematica. the range of pp:7.9 grains to 10.5 grains, the range of
> vel:780 ft/sec to 940 ft/sec.
>
>
>




  • Prev by Date: Re: joining lists.
  • Next by Date: Re: NDSolve error message: Can't find starting value ...
  • Previous by thread: Re: How to plot...?
  • Next by thread: Re: Re: How to plot...?