mirchaemanuel / symja

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

Symja can not integrate sums with variables #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Sum[Integrate[Sin[i*x],{x,0,N}],{i,1,M}] - integrated normally(even result is 
same as input), but this
Integrate[Sum[Sin[i*x],{i,1,M}],{x,0,N}] - is cycled somewhere.
Both expressions are equals.

Original issue reported on code.google.com by vladimir...@gmail.com on 20 Apr 2012 at 6:57

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 20 Apr 2012 at 7:51