divisor.spad line 1 [edit on github]
Fractional ideals in a framed algebra.
basis((f1, ..., fn))
returns the vector [f1, ..., fn]
.
denom(1/d * (f1, ..., fn))
returns d
.
ideal([f1, ..., fn])
returns the ideal (f1, ..., fn)
.
minimize(I)
returns a reduced set of generators for I
.
norm(I)
returns the norm of the ideal I
.
numer(1/d * (f1, ..., fn))
= the vector [f1, ..., fn]
.
randomLC(n, x)
should be local but conditional.