When I run:
x,y=var('x,y', domain=RR)
solve(2.0*x+3.0*y==4.0, y)I get [y == -2/3*x + 4/3] but I would like to get [y == -0.666666666666666*x + 1.3333333333333] How can I do this? -- 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
