Compare two revisions of: Derivative

... ... @@ -3,7 +3,7 @@ Creates a new function representing the derivative of the expression/variable th
3 3 ```LaTeX
4 4 \derivative[<action>]{<variable>}{<expression>}{<free_variable>}
5 5 ```
6 -* **action**, **variable** and **expression** are identical to the input of a `\function` command.
6 +* **action**, **variable** and **expression** are identical to the input of a [`\function` command](Function.md#syntax-for-a-function-).
7 7 * **free_variable** defines the free variable in the given **expression**.
8 8 * $$f_1 = 4x^3 + 2 \cdot 3x^2$$ is the output of
9 9 ```LaTeX
10 10