-
-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-37112: Tests to see if ideal in quaternion algebra is primitive (c…
…yclic) New methods for `QuaternionFractionalIdeal_rational`: - `QuaternionFractionalIdeal_rational.is_integral()` - `QuaternionFractionalIdeal_rational.is_primitive()` - `QuaternionFractionalIdeal_rational.primitive_decomposition()` These methods verify if an ideal in quaternion rational algebra is integral, primitive (cyclic) and decompose it as a primitive ideal. Part of the code came from [https://learningtosqi.github.io](https://learningtosqi.github.io). Also added the _Quaternion Algebras_ book by J. Voight in the bibliography. Done with @gioella #sd123 URL: #37112 Reported by: Giacomo Borin Reviewer(s): Lorenz Panny
- Loading branch information
Showing
2 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
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