-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add test * include * move into 'proper' position * fix index problem, returned too many elementary divisors Try elementary_divisors(sparse_matrix(identity_matrix(ZZ, 2))) without will give 3 EDs, the last one being 0 * update MultDep - it seems to be working "fine" now. Needs further work on the Ge stuff and some of the internal interface are bad. Example k, a = wildanger_field(5,13); zk = lll(maximal_order(k)) class_group(zk) h = zk.__attrs[:ClassGrpCtx] r = vcat(h.R_gen, h.R_rel); r = [x for x = r if isa(x, AbsSimpleNumFieldElem)] q = Main.MultDep.syzygies(r) Then the rows of q are the relations * reduce exponents * I hate lin. alg. * deal with 0 properly in lift * add mult. group * add stub to multiplicative group
- Loading branch information
Showing
8 changed files
with
631 additions
and
370 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.