On Friday, October 2, 2015 at 10:54:11 AM UTC+2, Greg Sonnenfeld wrote: > > a3(a1,a0,a2)=(a2*a0^2)/(a1) + 1 > to(a1,a0,a2)=1/a0 * ( lambert_w(-1*e^(-1*a3(a1,a0,a2))) + a3(a1,a0,a2)) > show(to) > > Where as if i changed that lambert_w to a sin or a log, it rendered nice > and pretty. >
Thanks, you found a bug: there are braces missing around %s in this line: in lambert_w._print_latex_ line 769: return r"\operatorname{W_0}(%s)" % z see http://trac.sagemath.org/ticket/19336 -- 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 sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.