Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 0 years ago

Max Alekseyev gravatar image

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.