Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

That's because F*F.denominator() remains an element of the fraction field (as original F). Replace F=F*F.denominator() with F=F.numerator() and it will work.