Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
33 views
#MrG 2017.1024 502 What's A DiffEqu #84AB1a) var('t') show(integrate(6*t+6,t))
t
3t2+6t\displaystyle 3 \, t^{2} + 6 \, t
#84AB1b) show(solve(3*t^2+6*t-9==0,t))
[t=(3)\displaystyle t = \left(-3\right), t=1\displaystyle t = 1]
#84AB1c show(integrate(3*t^2+6*t-9,t))
t3+3t29t\displaystyle t^{3} + 3 \, t^{2} - 9 \, t