Vector calculus in the Euclidean plane This tutorial introduces some vector calculus capabilities of SageMath in the framework of the 2-dimensional Euclidean space. The corresponding tools have been ...
The derivative of a function $f(x)$ measures the instantaneous rate of change of $f$ with respect to $x$. $$\frac{df}{dx} = f'(x) = \lim_{h \to 0} \frac{f(x + h) - f ...