| Home | Trees | Indices | Help |
|
|---|
|
|
Represents an element of a symbolic algebra.
The set of a symbolic algebra is a set of expressions.
|
|||
| Infinity | |||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
coefftypes =
|
|||
defined_functions =
|
|||
exptypes =
|
|||
one = Calculus('1')
|
|||
oo = CalculusInfinity(1)
|
|||
undefined = CalculusInfinity(0)
|
|||
zero = Calculus('0')
|
|||
zoo = CalculusInfinity(CalculusInfinity(0))
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
| data | |||
| head | |||
| is_bounded | |||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Compute logarithm of arg in base. Argument arg must be an element of exponent algebra and base is an element of an algebra.
|
|
|
|
|
|
|
|
|
|
Return derivative of the expression with respect to symbols. Examples: expr.diff(x,y) - 2nd derivative with respect to x and y expr.diff(x,4) is equivalent to expr.diff(x,x,x,x). |
|
|
|||
coefftypes
|
defined_functions
|
exptypes
|
|
|||
is_bounded
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Feb 29 13:57:26 2008 | http://epydoc.sourceforge.net |