Re: Intersection
- To: mathgroup at smc.vnet.net
- Subject: [mg26674] Re: Intersection
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 17 Jan 2001 00:47:25 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <93r70j$4p4@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Vitalij K. Lysoff" wrote: > > Hi, All! > How I can intersect two surfaces or two figures? g1 = Plot3D[Sin[x*y], {x, 0, Pi}, {y, 0, Pi}]; g2 = Plot3D[Cos[x*y], {x, 0, Pi}, {y, 0, Pi}]; Show[g1, g2] ??? Regards Jens