A Maple egy fejlett matematikai problémamegoldó és programozói szoftver.
  • CattiBrie
    #56
    Ez tök jól néz ki :):):)

    > plot3d( [ r*cos(th), r*sin(th), cos(th)*sin(th) ],
    r = 0 .. 1, th = 0 .. 2*Pi, grid = [10,60],
    orientation=[100,25], shading=zhue, lightmodel=light2, style=patch);
    z = x*y/(x^2 + y^2);