Symbolic Integration of exponential functions
Dear all, as far as I understand, ginac cannot integrate anything other than polynomials. How hard would it be (for me maybe) to implement exponentials? What needs to be done? This feature would be great for me. I just need to integrate simple e^{x * constant} terms. Best regards, Matthias
Dear All, What is easy to do is to add to function class a primitive feature analogously to their knowledge of derivatives. Then, integral::eval_integ() may call such methods to evaluate simple integrals of plain functions. If this looks reasonable to be included in GiNaC, then I may write such a patch. Best wishes, Vladimir -- Vladimir V. Kisil http://www.maths.leeds.ac.uk/~kisilv/ Book: Geometry of Mobius Transformations http://goo.gl/EaG2Vu Software: Geometry of cycles http://moebinv.sourceforge.net/
On Sat, 14 Mar 2015 17:35:10 +0100, Matthias Reis <matthias.reis@biologie.hu-berlin.de> said:
MR> Dear all, as far as I understand, ginac cannot integrate MR> anything other than polynomials. How hard would it be (for me MR> maybe) to implement exponentials? What needs to be done? This MR> feature would be great for me. I just need to integrate simple MR> e^{x * constant} terms. MR> Best regards, Matthias
participants (2)
-
Matthias Reis
-
Vladimir V. Kisil