Re: Mathematica question
- To: mathgroup at smc.vnet.net
- Subject: [mg31251] Re: Mathematica question
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 23 Oct 2001 04:53:30 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <9qrcq1$c05$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Solve[{F(x,y,z)==C1, G(x,y,z)==C2},z]
?
Regards
Jens
Jun Lin wrote:
>
> I tried to plot the intersection of two surfaces in 3D which are
> defined by equations F(x,y,z)=C1 and G(x,y,z)=C2, where x, y, and z
> are coordinates and C1 and C2 are constant. I especially want to
> obtain the coordinate data of those points located at the
> intersection. Thanks very much for the help.