| 2019-06-25 22:13:31 +0200 | received badge | ● Nice Question (source) |
| 2015-12-15 17:12:43 +0200 | received badge | ● Student (source) |
| 2015-12-15 15:34:53 +0200 | asked a question | Twisted Polynomial Ring(Construct new Class) I would like to implement a class of twisted polynomial rings, which assigns to ring $K$ in characterstic $p$ a ring $K[\tau]$, whose underlying additive structure is just an ordinary polynomial ring in $\tau$, but with the multiplication defined by $\tau x=x^p \tau$. Is it possible to construct this as a usual polynomial ring and modify the multiplication in some way? I am totally new to Sage and Python, and I couldn't even figure out the parent/element dynamics, i.e. what exactly I have to specify for my object to fit with the usual Sage classes. The thematic tutorials on the documentation page don't really specify a general way to deal with this, so I am lost where to start. |
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.