patricmutwiri / symja

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

Bugs inIntegrate[] #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Calling the functions: "Integrate[Sin[x]^3,x]", "Integrate[Cos[2x]^3,x]".

What is the expected output? What do you see instead?
The functions don't work.

What version of the product are you using? On what operating system?

Please provide any additional information below.
I see the rules of Integrate[] function about power of Sin, Cos. But they don't 
work.

Original issue reported on code.google.com by huynhlam...@gmail.com on 28 Sep 2010 at 10:48

GoogleCodeExporter commented 9 years ago

Original comment by axelclk@gmail.com on 28 Sep 2010 at 5:54

GoogleCodeExporter commented 9 years ago
There was a bug in PatternMatcher#equivalent() method, which deleted some 
Integrate[] rules.
See: http://code.google.com/p/symja/source/detail?r=565

Original comment by axelclk@gmail.com on 28 Sep 2010 at 7:33

GoogleCodeExporter commented 9 years ago

Original comment by axelclk@gmail.com on 10 Oct 2010 at 10:23