Hello I tried the folowing three links (from sage-devel) on my
computer as well as on sagenb.com

implicit_multiplication(True)
var('x')
3x^3 + 5x - 2

the result is not 3*x^3+5*x-2 as expected and also as reported sage-
deve, but:
 line 6
    Integer(3)x**_sage_const_3  + Integer(5)x - _sage_const_2
              ^
SyntaxError: invalid syntax



How can I use implicit multiplication?

Thank you.
Robert
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to