Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: MTH161
Views: 1052
g=plot(e^x-2) g.show()
g=plot(-3*cos(x),xmin=-2*pi,xmax=2*pi) g.show()
g=plot(ln(x)-ln(2),(x,0,2)) g.show(ymin=-5,ymax=5,xmin=-2,xmax=2)