Size: 1182
Comment:
|
Size: 1505
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
This ring is closely related to |
This ring is closely related to |
Line 11: | Line 11: |
The aim of the project is to implement basic arithmetic on |
The aim of the project is to implement usual functions on |
Line 24: | Line 24: |
---- /!\ '''Edit conflict - other version:''' ---- |
|
Line 25: | Line 27: |
---- /!\ '''Edit conflict - your version:''' ---- Do not derive from !PolynomialRing_general since this class assumes that the variable commutes with the constants (probably rather hard: need to rewrite many things) ---- /!\ '''End of edit conflict''' ---- |
People interested
Xavier Caruso, Jérémy Le Borgne
Description
If
This ring is closely related to
The aim of the project is to implement usual functions on
Progress
A class has been written (for now, in python). It supports the following functions:
- basic arithmeric (addition, multiplication, euclidean division, gcd)
computation of the center
Z(k[X,σ]) -- need to add a coercion mapcomputation of the so-called map
Ψ:k[X,σ]→Z(k[X,σ]) computation of the associated Galois representation (via the corresponding
σ -module)- factorization -- in progress
Bugs
Edit conflict - other version:
Do not derive from PolynomialRing_general since this class assumes that the variable commutes with the constants (probably rather hard: need to rewrite many things)
Edit conflict - your version:
Do not derive from PolynomialRing_general since this class assumes that the variable commutes with the constants (probably rather hard: need to rewrite many things)
End of edit conflict