MathGroup Archive 1998

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

Search the Archive

RE: Plotting points in 3D



You can try to plot your points with TriangularSurfacePlot in the
package DiscreteMath`ComputationalGeometry

Hope this helps,


----------------------------------------------- Jean-Marie THOMAS
Conseil et Audit en Ingenierie de Calcul www.cybercable.tm.fr/~jmthomas
------------------------------------------------


-----Message d'origine-----
De:	Sofiane Ramdani [SMTP:ramdani@univ-tln.fr] Date:	jeudi 12 mars 1998
07:33
A:	mathgroup@smc.vnet.net
Objet:	[mg11423] 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: Changing fonts between environments
  • Next by Date: Re: Extracting polynomial coefficients?
  • Prev by thread: Re: Plotting points in 3D
  • Next by thread: Problems with Display function