Novice/Integral
- To: mathgroup at smc.vnet.net
- Subject: [mg79294] Novice/Integral
- From: Daniel <djm2 at rice.edu>
- Date: Tue, 24 Jul 2007 05:57:22 -0400 (EDT)
Hi all,
I'm new at this, but I'm trying to evalute the integral like so,
g = {g0, g1, g2, g3, g4}
fg[x_] = (1 - x)^g[[3]]*(1 + g[[4]]*x^g[[5]]) /. x -> E^(y)
IntX[m_, y_] = Integrate[fg[x], y]
I'm hoping there's standard tricks for manipulating integrals so mathematica can win out. Any advice is appreciated.
Thanks,
Danny