Can't seem to perform the integration below forget() a, b, c, x = var('a b c x') assume((c-b+a)*(c+b-a)>0)
f = 1/(a-b-c*sin(x)) integrate(f, x, 2*pi, 0) error msg - "Is (c-b+a)*(c+b-a) positive or negative?" -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org