NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Go to the source code of this file.
Classes | |
class | nzmath.algfield.NumberField |
class | nzmath.algfield.BasicAlgNumber |
class | nzmath.algfield.MatAlgNumber |
Namespaces | |
nzmath.algfield | |
Functions | |
def | nzmath.algfield.prime_decomp (p, polynomial) |
def | nzmath.algfield._easy_prime_decomp (p, polynomial) |
def | nzmath.algfield._main_prime_decomp (p, polynomial) |
def | nzmath.algfield.changetype (a, polynomial=[0, 1]) |
def | nzmath.algfield.disc (A) |
def | nzmath.algfield.qpoly (coeffs) |
def | nzmath.algfield.zpoly (coeffs) |
def | nzmath.algfield.fppoly (coeffs, p) |