math: fix typo in deriv rules
This commit is contained in:
parent
236821d1ff
commit
6333c37a1e
@ -461,7 +461,7 @@ $$f´(x) = nx^{n-1}$$
|
||||
$$f´(x) = 5x^4$$
|
||||
|
||||
The **constant multiple rule** applies to all functions of the form $f(x) = k·g(x)$, where $k$ is any real number, such that:
|
||||
$$f´(x) = k·g(x)$$
|
||||
$$f´(x) = k·g´(x)$$
|
||||
|
||||
??? example
|
||||
$$f(x) = 2x^2$$
|
||||
|
Loading…
Reference in New Issue
Block a user