|
|
|
last edited 10 years ago by Bill Page |
| 1 2 3 | ||
|
Editor: Bill Page
Time: 2015/01/30 18:17:22 GMT+0 |
||
| Note: | ||
changed: - This is how FriCAS currently differentiates the absolute value function. \begin{axiom} differentiate(abs(x),x) \end{axiom} abs is often defined in terms of the positive square root so comparison with the following is perhaps a surprize. \begin{axiom} differentiate(sqrt(x^2),x) \end{axiom} Are these expressions really equivalent?
This is how FriCAS? currently differentiates the absolute value function.
differentiate(abs(x),x)
| (1) |
abs is often defined in terms of the positive square root so comparison with the following is perhaps a surprize.
differentiate(sqrt(x^2),x)
| (2) |
Are these expressions really equivalent?