Hello, all: In symbolic integration document, there is an example::
sage: integrate(1/x^3,x,-1,3) Traceback (most recent call last): ... ValueError: Integral is divergent. However, in maxima, it returns: (%i1) integrate(1/x^3,x,-1,3); Principal Value 4 (%o1) - 9 Sometimes we only care about the cauchy principal value. How to get it from sage? maxima version: 5.28.0 sage version: 5.2 Regards, Mizuchi -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.