Guest User

Untitled

a guest
Jul 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. html('<h3>6.a) Gràfica de la funció f(x,y).</h3>')
  2. var('x,y')
  3. f=6*x*y-x^2+y^3
  4. plot3d(6*x*y-x^2+y^3, (x,-2,2), (y,-2,2),rgbcolor='red')
Add Comment
Please, Sign In to add comment