1 | initial version |
If what you are interested in is computing values of this function, you can use numerical integration instead of symbolic:
sage: el = lambda theta: -numerical_integral(log(abs(2*sin(u))), 0, theta)[0]
sage: plot(el, 0, pi)