isolatedinformation / JuliaGridSynth

GridSynth/ NewSynth implementation in Julia
MIT License
2 stars 0 forks source link

Making Ring extensions of Z #2

Open isolatedinformation opened 2 years ago

isolatedinformation commented 2 years ago

AbstractAlgebra.jl cannot be used. For multivariate rings, this package only supports Integers and Rationals. image

As in the above image, we need support for both complex numbers (omega) and irrationals

Possible Solution

isolatedinformation commented 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?

isolatedinformation commented 2 years ago

The latest update is: Decided to make own custom ring types. #3 solves this. To Do: