On Aug 22, 11:04 pm, Ivan Andrus <darthand...@gmail.com> wrote: > Personally I don't use implicit multiplication, but I do wish there were a > function that changed implicit to explicit since it can be convenient to copy > a polynomial from somewhere that uses implicit multiplication and going back > to add *'s is annoying. But that's a completely different thread since it > would also be nice if it could magically know and add ^'s as well.
Do you mean like this? sage: sage.misc.preparser.implicit_mul("x y") 'x*y' -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org