NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Public Member Functions | |
def | __init__ (self, domain) |
![]() | |
def | __init__ (self) |
def | createElement (self, *args) |
def | isfield (self) |
def | gcd (self, a, b) |
def | getQuotientField (self) |
![]() | |
def | isdomain (self) |
def | isnoetherian (self) |
def | isufd (self) |
def | ispid (self) |
def | iseuclidean (self) |
def | registerModuleAction (self, action_ring, action) |
def | hasaction (self, action_ring) |
def | getaction (self, action_ring) |
![]() | |
def | createElement (self, seed) |
def | getCharacteristic (self) |
def | issubring (self, other) |
def | issuperring (self, other) |
def | getCommonSuperring (self, other) |
def | __eq__ (self, other) |
def | __hash__ (self) |
def | __ne__ (self, other) |
Public Attributes | |
basedomain | |
![]() | |
properties | |
def nzmath.ring.QuotientField.__init__ | ( | self, | |
domain | |||
) |
nzmath.ring.QuotientField.basedomain |
Definition at line 248 of file ring.py.
Referenced by nzmath.poly.ring.RationalFunctionField._get_one(), and nzmath.poly.ring.RationalFunctionField._get_zero().