Open isolatedinformation opened 2 years ago
http://www.thofma.com/Hecke.jl/dev/number_fields/fields/ --> Check out the functionality for Quadratic,and cyclotomic field in this package that depends on AbstractAlgebra.jl
.
Q: Can I work with fields instead of rings?
The latest update is: Decided to make own custom ring types. #3 solves this. To Do:
AbstractAlgebra.jl
cannot be used. For multivariate rings, this package only supports Integers and Rationals.As in the above image, we need support for both complex numbers (omega) and irrationals
Possible Solution