Re: How to help Mathematica take an integral
- To: mathgroup at smc.vnet.net
- Subject: [mg81909] Re: How to help Mathematica take an integral
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 6 Oct 2007 04:42:56 -0400 (EDT)
- References: <fe4udu$12q$1@smc.vnet.net>
Hi,
try
res = Integrate[Erf[Log[x]], {x, 0, y}]
and see that
D[res, y] // FullSimplify
is correct.
Regards
Jens
Aaron Fude wrote:
> Hi,
>
> I would like to evaluate the indefinite integral of Erf[Log[x]].
> Mathematica seems to be able to do any definite integral, but not the
> indefinite version. Is there anything I can do to help Mathematica
> along?
>
> Many thanks in advance,
>
> Aaron Fude
>
>