Download MuPAD from SciFace

MuPAD Pro Computing Essentials - Examples 

Example 6.3 - Two intersecting surfaces 

This example shows how to obtain graphs of a surface given by the equation z=sin xy and intersecting it with the surface z=xy in the same plot.

  • L := 5:
    plotfunc3d(sin(x*y), x*y, x=-L..L, y=-L..L)

 

TOP