3D Grapher with contour plot

I recently added a 3D Grapher on IntMath.com, here: 3D and Contour Grapher.

It’s Flash-based, and you can enter your own 3D function, which requires the variables x and y. The syntax for adding functions is fairly standard. You can enter examples like these:

  • x^2+y^2
  • e^(x-y)
  • sqrt(2x^3+y^2) [for square roots]
  • sin(x+y) [trigonometric functions require brackets]

I obtained this mathematical model for an outdoor chair using the interactive:

outdoor chair 3D graph

Its function is z = f(x,y) = x2y3.

Have a play with the 3D and Contour Grapher and let me know what you think.

Related posts:

  1. GraphSketch.com – free online math grapher GraphSketch is a free offering that allows the user to...
  2. Project Euler Project Euler has some interesting math questions that require the...
  3. Functions The concept of functions causes a lot of confusion. This...
  4. Free math software downloads Wanting to use some math software but find it’s too...
  5. Graphs using free math software Do we still need to graph on paper, or should...

Leave a comment