Attributes
- coeffs
coeffs = None
- order
order = None
- variable
variable = None
Method summary
- __add__(self, other)
- __array__(self, t = None)
- __call__(self, val)
- __div__(self, other)
- __eq__(self, other)
- __getattr__(self, key)
- __getitem__(self, val)
- __init__(self, c_or_r, r = 0, variable = None)
- __len__(self)
- __mul__(self, other)
- __ne__(self, other)
- __pow__(self, val)
- __radd__(self, other)
- __rdiv__(self, other)
- __repr__(self)
- __rmul__(self, other)
- __rsub__(self, other)
- __setattr__(self, key, val)
- __setitem__(self, key, val)
- __str__(self)
- __sub__(self, other)
- deriv(self, m = 1)
- integ(self, m = 1, k = 0)
Methods
- __add__(self, other)
- __array__(self, t = None)
- __call__(self, val)
- __div__(self, other)
- __eq__(self, other)
- __getattr__(self, key)
- __getitem__(self, val)
- __init__(self, c_or_r, r = 0, variable = None)
- __len__(self)
- __mul__(self, other)
- __ne__(self, other)
- __pow__(self, val)
- __radd__(self, other)
- __rdiv__(self, other)
- __repr__(self)
- __rmul__(self, other)
- __rsub__(self, other)
- __setattr__(self, key, val)
- __setitem__(self, key, val)
- __str__(self)
- __sub__(self, other)
- deriv(self, m = 1)
Return the mth derivative of this polynomial.
- integ(self, m = 1, k = 0)
Return the mth analytical integral of this polynomial. See the documentation for polyint.
