Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: 112
Views: 50
%typeset_mode True
f(x)=x^2
f(x)
x2\displaystyle x^{2}
derivative(f(x),x)
2x\displaystyle 2 \, x
var('a')
a\displaystyle a
g(x)=a*x^2
derivative(g(x),x)
2ax\displaystyle 2 \, a x
k(x)=sin(x^2)
derivative(k(x),x)
2xcos(x2)\displaystyle 2 \, x \cos\left(x^{2}\right)