This commit is contained in:
Miguel Buenache 2018-12-11 17:44:52 +01:00
parent 34c165b52a
commit c6d8b5f5d7

6
9/exercise_9.txt Normal file
View File

@ -0,0 +1,6 @@
var('x y')
plot(x^2-2*x+3,-10,10)
plot(cos(2*x),-10,10)
plot(sin(1/x),-10,10)
plot3d(x^2+y^2,(x,-1,1),(y,-1,1))
plot3d(x^2-y^2+2*x*y^2+1,(x,-1,1),(y,-1,1))