MathGroup Archive 2005

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

Search the Archive

Re: graphing x^2+4 on x, y, and i

  • To: mathgroup at smc.vnet.net
  • Subject: [mg61788] Re: graphing x^2+4 on x, y, and i
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Sun, 30 Oct 2005 00:43:17 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 10/29/05 at 1:32 AM, likothecat at hotmail.com (thomas) wrote:

>Is it possible to make a 3d type of graph using the x, y, and i
>axes for the equation y = x ^ 2 + 4?

Mathematica supports several options for plotting in three dimensions. ParametricPlot3D can be used to plot three dimensionsal curves. Plot3D can be used to plot surfaces. Additionally, the package Graphics`Graphics3D` has several other functions for 3D plotting.

But it is difficult to tell you specifically how to deal with your problem. You've not defined what you mean by the "i" axis and the expression you give is only dependent on two variables.
--
To reply via email subtract one hundred and four


  • Prev by Date: http://www.mathematica-users.org off-line?
  • Next by Date: Re: ShowGraphArray
  • Previous by thread: graphing x^2+4 on x, y, and i
  • Next by thread: Re: graphing x^2+4 on x, y, and i