|
|
|
last edited 11 years ago by test1 |
| 1 2 | ||
|
Editor:
Time: 2007/11/17 21:59:07 GMT-8 |
||
| Note: property change | ||
changed: - Why doesn't Axiom express antiderivatives in terms of hyperbolic trig functions since in can differentiate such functions? For example: \begin{axiom} integrate(1/sqrt(1+x^2),x) simplifyLog(%) differentiate(%,x) differentiate(asinh(x),x) \end{axiom} From kratt6 Mon Jul 3 15:19:53 -0500 2006 From: kratt6 Date: Mon, 03 Jul 2006 15:19:53 -0500 Subject: property change Message-ID: <20060703151953-0500@wiki.axiom-developer.org> Category: MathAction => Axiom Library Severity: minor => normal Status: pending (next release) => open
Why doesn't Axiom express antiderivatives in terms of hyperbolic trig functions since in can differentiate such functions? For example:
integrate(1/sqrt(1+x^2),x)
| (1) |
simplifyLog(%)
| (2) |
differentiate(%,x)
| (3) |
differentiate(asinh(x),x)
| (4) |