MathGroup Archive 1998

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

Search the Archive

Mathematica Plot [help]



Hi,

I'm learning Mathematica. 
I want to draw a surface, say sin[x,y],  defined on a triangular domain,
say, x:[0,1], y:[0,1] and x+y <=1.
I tried to use the following command:
 ParametricPlot3D[{fx, fy, fz}, {x,0,1}, {y,0,1-x}] but it is not
allowed to use {y,0,1-x}.

Anybody can help me out?

Thanks,

Regards,

Wei



  • Prev by Date: Question about FormatType Styles
  • Next by Date: Re: Simple algebra problem
  • Prev by thread: Re: Question about FormatType Styles
  • Next by thread: RE: Mathematica Plot [help]