How to get the real part of an integral?
- To: mathgroup at smc.vnet.net
- Subject: [mg48453] How to get the real part of an integral?
- From: ankowar at yahoo.com (Andy Kowar)
- Date: Mon, 31 May 2004 00:13:28 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I am trying to get the real part of an integral (see below). << Algebra`ReIm` Integrate[1/(1 + x^2 + x^4), x] Re[%] I am getting the error: "$IterationLimit::itlim: Iteration limit of 4096 exceeded." Any advice? AK