Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168749
Image: ubuntu2004
Aufgabe 2
circle((1,1), 2)
show(circle((0,0), 1, rgbcolor=(0,1,1)), aspect_ratio=1)
show(circle((0,0), 1, rgbcolor=(0,1,1)), aspect_ratio=1, axes=false)
p1 = (circle((0,0), 1, rgbcolor=(1,0,0), fill=True)) p2 = (circle((1,2), 3, rgbcolor=(0,0,1))) show(p1+p2)
plot(x^3, (-2,4))
p1 = plot(e^(-1/2*x)*cos(2*pi*x), (0,6), rgbcolor=(1,0,1)) p2 = plot(e^(-1/2*x), (0,6), rgbcolor=(1,1,0)) show(p1+p2)