code
stringlengths
3
6.57k
arg.is_zero()
ValueError("unable to create the derivation")
RingDerivation.__init__(self, parent)
_repr_(self)
ZZ.derivation_module()
M()
_latex_(self)
ZZ.derivation_module()
latex(M()
__hash__(self)
R.derivation(x)
hash(f)
hash(tuple(self.list()
_add_(self, other)
R.derivation(x)
R.derivation(y)
_sub_(self, other)
R.derivation(x)
R.derivation(y)
_neg_(self)
R.derivation(x)
_lmul_(self, factor)
R.derivation(x)
_rmul_(self, left)
R.derivation(x)
_call_(self, x)
R.derivation(x)
R.derivation(y)
f(x^2 + 3*x*y - y^2)
self.parent()
codomain()
zero()
_bracket_(self, other)
bracket (that is the commutator)
R.derivation(x)
R.derivation(y)
Dx._bracket_(Dy)
is_zero(self)
QQ.derivation_module()
M()
is_zero()
list(self)
QQ.derivation_module()
M()
list()
RingDerivationWithoutTwist_wrapper(RingDerivationWithoutTwist)
__init__(self, parent, arg=None)
GF(5)
R.quo([x^5, y^5])
S.derivation_module()
M.random_element()
isinstance(der, RingDerivationWithoutTwist_wrapper)
TestSuite(der)
run()
isinstance(arg, list)
len(arg)
isinstance(arg[0], RingDerivation)
isinstance(arg, RingDerivationWithoutTwist_wrapper)
parent._base_derivation(arg)
RingDerivation.__init__(self, parent)
__hash__(self)
R.derivation(x)
hash(f)
hash(tuple(self.list()
_add_(self, other)
GF(5)
R.quo([X^5, Y^5])
S.derivation(x)
S.derivation(y)
type(self)
self.parent()
_sub_(self, other)
GF(5)
R.quo([X^5, Y^5])
S.derivation(x)
S.derivation(y)
type(self)
self.parent()
_neg_(self)
GF(5)
R.quo([X^5, Y^5])
S.derivation(x)
type(self)
self.parent()
_lmul_(self, factor)
GF(5)
R.quo([X^5, Y^5])
S.derivation(x)
type(self)
self.parent()
_rmul_(self, factor)
GF(5)
R.quo([X^5, Y^5])
S.derivation(x)
type(self)
self.parent()
list(self)
GF(5)
R.quo([X^5, Y^5])
S.derivation_module()