sage: R = PolynomialRing(QQ,[x,y]) result = R(0.5*x + 0.7*y); result; type(result) 1/2*x + 7/10*y <type 'sage.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingular'>
Does it help ? sage: s=symbolic_expression(result) sage: type(s) <type 'sage.symbolic.expression.Expression'> Laurent -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
