Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 534
f(x)=x g(x)=10/(x^3-1) f_plot=plot(f(x),1.5,4) x_plot=plot(g(x),1.5,4)
(f_plot+x_plot).show()