Here's another simple example of basic simplifications that aren't
processed:

P.<x>=SR[]
F=P.fraction_field()
print F(x/x)
print simplify(F(x/x))

Output:
x/x
x/x

Does anyone have any suggestions on how to fix/circumvent these
problems?

Thanks,

+Rob

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to