Help / Differentiation / 1. Derivate
Notation:
- diff(a)
- diff(a, b)
Parameter(s):
- aFunction
- b(Optional) Derivation variable
Usage examples:
diff((x^2-2*x+1)/(x+2),x)
(sin(exp(x^2)))'
(e^(2*x))'
(x^x)'
diff(x^2+y^2,y)
diff(y/x,x)
diff(y/x,y)




Partial derivation:
diff(x^2+y^2,x)



