Represents a JAS exterior form / vector / polynomial ring:
GenExteriorPolynomialRing.
|
__init__(self,
ringstr="",
ring=None)
Exterior vector / polynomial ring constructor. |
source code
|
|
|
|
|
one(self)
Get the one of the exterior vector / polynomial ring. |
source code
|
|
|
zero(self)
Get the zero of the exterior vector / polynomial ring. |
source code
|
|
|
|
|
|
Inherited from Ring :
CRT ,
CRTinterpol ,
__eq__ ,
algebraicRoots ,
complexRoots ,
decimalRoots ,
factors ,
factorsAbsolute ,
gcd ,
gens ,
ideal ,
inject_variables ,
integrate ,
paramideal ,
powerseriesRing ,
realRoots ,
rootReduce ,
rootRefine ,
rootsOfUnity ,
squarefreeFactors ,
subring ,
subringmember ,
variable_generators
|