MathGroup Archive 2001

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

Search the Archive

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


  • Prev by Date: Re: calling function in a DLL from Mathematica
  • Next by Date: Finding what is in a package
  • Previous by thread: Intersection
  • Next by thread: How to Count Operations?