MathGroup Archive 1998

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

Search the Archive

Plotting points in 3D



Hi all,

I've wrote a program that solves an implicit equation that looks like :
f(x,y,z)=0. In fact, my program actually find a "z" for some values of
"x" and "y". Then, using "Plot3D", I've plotted a 3D surface of "z" as
a

numerical function of x and y. After this, I've evaluated new points :
(x1,y1,z1) in a new 3D basis.
I'm trying now to plot these new points using the values of "x1", "y1"
and "z1".
Is there any way to do this?

Thanks for any answer.





  • Prev by Date: NonLinear "Fitting" to an Interpolating Function
  • Next by Date: Problems with Display function
  • Prev by thread: Re: NonLinear "Fitting" to an Interpolating Function
  • Next by thread: Plotting points in 3D