Dodaj '08/08.txt'

This commit is contained in:
Grzegorz Adamski 2017-11-30 11:34:52 +00:00
parent 9ec478e5e4
commit 2bfbcaafbc

6
08/08.txt Normal file
View File

@ -0,0 +1,6 @@
x,y=var('x,y')
plot(x^2-2*x+3,color="green",axes=False)
plot(cos(2*x),(x,-3,6),frame=False)
plot(sin(1/x),thickness=10,linestyle='-.',gridlines=True)
plot3d(x^2+y^2,(x,-2,2),(y,-2,2))
plot3d(x^2-y^2+2*x*y^2+1,(x,-2,2),(y,-2,2))