On 6 bře, 21:59, "ma...@mendelu.cz" <ma...@mendelu.cz> wrote: > Hi, two things > > 1. Maxima cannot evaluate limit of primitive function at infinity: > 'limit(6*li[4](%e^x)-6*x*li[3](%e^x)+3*x^2*li[2](%e^x)+x^3*log(1-%e^x)- > x^4/4,x,inf) > > 2. Sage does not understand the function > li[4](exp(x))http://maxima.sourceforge.net/docs/manual/en/maxima_14.html#Item_003a-li > > sage: maxima('li[1](x)').sage() > -log(-x + 1) > > sage: maxima('li[2](x)').sage() > polylog2(x) > > sage: maxima('li[3](x)').sage() > polylog3(x)
polylog2(x) and polylog3(x) are not defined in Sage, see also http://trac.sagemath.org/sage_trac/ticket/8459 R. -- 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