Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cannot run :from sage.rings.number_field.splitting_field import SplittingData

Traceback (click to the left of this block for traceback) ... ImportError: No module named splitting_field

http://sagemath.org/doc/reference/number_fields/sage/rings/number_field/splitting_field.html

the new codes :this year 2014-01-02 Jeroen Demeyer

cannot run :from run: from sage.rings.number_field.splitting_field import SplittingData

When I type this line

from sage.rings.number_field.splitting_field import SplittingData

in Sage, I get the following error message:

Traceback (click to the left of this block for traceback)
...
ImportError: No module named splitting_fieldsplitting_field

I see in the online documentation that splitting fields of polynomials over number fields is very recent in Sage:

http://sagemath.org/doc/reference/number_fields/sage/rings/number_field/splitting_field.html

the new codes :this year

2014-01-02 Jeroen Demeyer

Demeyer