Tagged Questions
1
vote
1answer
128 views
Having such integral, how to optimize it in maple?
So we have :
(1/3)*sig0*h^3*(int(int(sin((1/3)*arctan(y, x)), x = 0 .. r), y = 0 .. 2*Pi))
Is it possible to optimise it? (in maple or any other way...)
How I ...