Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: LS 30B-2 S19
Views: 125
Kernel: SageMath (stable)

@interact def testPlot(m=(-10,10,1)): fig = plot(2*x^2+m*x+m,(m,0,10)) show(fig)