I don't understand your call for numerical integration because I chose one example at :
http://doc.sagemath.org/html/en/reference/calculus/sage/gsl/integration.html and both twp examples work at sagemathcell numerical_integral(cos(x)/(1+sin(x)), -pi/6, pi/6) # (1.0986122886681096, 1.2197046580154742e-14) numerical_integral(sin(x)^3 + sin(x), 0, pi) # (3.333333333333333, 3.700743415417188e-14) without any x at 2nd parameter Dominique. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
