Critical SAGE Bugs

This has all been moved to the new trac server:

=============================================

* SAGE notebook freeze's firefox windows client when jsmath enabled:

Done

* (actually -- it works fine. I just misunderstood how relatives extensions are represented in SAGE; i.e., they are repn as absolute extensions.) bug: Relative number field arithmetic broken:

K.<a> = NumberField(x^2+3)
R.<X> = K['X']
L.<b> = K.extension(X^2-(22 + a))
b^2
--> 
b^2
(should be linear combination of 1 and b.)

FIXED (with upgrade to new singular) * 2006-02-04:

Bugs (last edited 2008-11-14 13:42:08 by localhost)