This commit is contained in:
Catarina Gamelas 2018-12-11 17:51:35 +01:00
parent 0114578906
commit 3a4bda1db5

6
Class 9.txt Normal file
View File

@ -0,0 +1,6 @@
var('x','y')
plot(x^2-2*x+3,-5,5)
plot(cos(2*x),-5,5)
plot(sin(1/x),-5,5)
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))