|
|
last edited 10 years ago by test1 |
1 2 | ||
Editor: test1
Time: 2014/04/23 19:24:36 GMT+0 |
||
Note: |
added:
From test1 Wed Apr 23 19:24:36 +0000 2014
From: test1
Date: Wed, 23 Apr 2014 19:24:36 +0000
Subject:
Message-ID: <20140423192436+0000@axiom-wiki.newsynthesis.org>
Severity: normal => wishlist
Why doesn't Axiom express antiderivatives in terms of hyperbolic trig functions since in can differentiate such functions? For example:
(1) -> integrate(1/sqrt(1+x^2),x)
(1) |
simplifyLog(%)
(2) |
differentiate(%,x)
(3) |
differentiate(asinh(x),x)
(4) |