Re: How to help Mathematica take an integral
- To: mathgroup at smc.vnet.net
- Subject: [mg81894] Re: How to help Mathematica take an integral
- From: Bhuvanesh <BhuvaneshBhatt at gmail.com>
- Date: Sat, 6 Oct 2007 04:35:13 -0400 (EDT)
Here ya go :) In[1]:= Integrate[Erf[Log[x]], {x,0,t}] //InputForm Out[1]//InputForm= t*Erf[Log[t]] - E^(1/4)*Erfc[1/2 - Log[t]] In[2]:= D[% /. t->x, x] //Simplify Out[2]= Erf[Log[x]] Bhuvanesh, Wolfram Research