mirchaemanuel / symja

Automatically exported from code.google.com/p/symja
1 stars 0 forks source link

Started adding Trig Function Integration Rules from the Rubi "rule-based integrator" #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Started adding Trig Function Integration Rules from the Rubi "rule-based 
integrator":
http://www.apmaths.uwo.ca/~arich/

Current SVN sources don't work at the moment and don't use these rules:
http://code.google.com/p/symja/source/detail?r=676

For activating the rules in the Integrate[] function uncomment the lines in the 
method:
org.matheclipse.core.reflection.system.Integrate#getRuleAST() 

This needs a lot more work before working as expected!

Original issue reported on code.google.com by axelclk@gmail.com on 20 Feb 2011 at 10:14