schzan

130 Reputation

5 Badges

9 years, 339 days

MaplePrimes Activity


These are replies submitted by schzan

@Alejandro Jakubi I need different output. This is what I will get by split command as you mentioned.

4*Int(f(x),x=0..x)+4*Int(y,x=x..1/3)+ Int(x*f(x), x=0..x)+Int(x*f(x), x=x..2/3)

This is what I need.

4*Int(f(x),x=0..x)-4*Int(y,x=1/3..x)+ Int(x*f(x), x=0..x)- Int(x*f(x), x=2/3..x)

I have highligghted the differences i.e positive should turn in to negative signs and limits flip.

@Alejandro Jakubi Thank you for your answer but split commant would not work for me. Check the question again.

@Preben Alsholm Thanks you som much for yyour help. :)

@Carl Love Thank you for your response. Can you please take a lok at it again.

@Preben Alsholm Thank you for your response. Can you please take a lok at it again.

1 2 3 Page 3 of 3