>> sage: integrate(log(x)/a, x)
>> ---------------------------------------------------------------------------
>> NameError Traceback (most recent call last)
>>
>> /home/gfurnish/sage-3.0.3/<ipython console> in <module>()
>>
>> NameError: name 'integrate' is not defined
>
> Sorry, I used a wrong sage. It probably works in sage-symbolics, let me try.
>
So I recompiled the sage-symbolics branch from source and this is what I get:
sage: var("a")
a
sage: integrate(log(x)/a)
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/<ipython
console> in <module>()
NameError: name 'integrate' is not defined
sage: integrate(log(x)/a, x)
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/<ipython
console> in <module>()
NameError: name 'integrate' is not defined
sage: (log(x)/a).integrate(x)
---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/<ipython
console> in <module>()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/maxima_utils.pyx
in sage.symbolics.maxima.maxima_utils.integral
(devel/sage/sage/symbolics/maxima/maxima_utils.c:509)()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/expression.pyx
in sage.symbolics.expression.TypedSymbolicExpression._maxima_
(devel/sage/sage/symbolics/expression.c:4828)()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/sage_object.pyx
in sage.structure.sage_object.SageObject._maxima_
(devel/sage/sage/structure/sage_object.c:2849)()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/sage_object.pyx
in sage.structure.sage_object.SageObject._interface_
(devel/sage/sage/structure/sage_object.c:1867)()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/arithmetic.pyx
in sage.symbolics.operators.arithmetic.SymbolicArithmetic._maxima_init_
(devel/sage/sage/symbolics/operators/arithmetic.c:4023)()
KeyError: None
sage: (log(x)/a).integrate(x, a, a+1)
---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/<ipython
console> in <module>()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/maxima_utils.pyx
in sage.symbolics.maxima.maxima_utils.integral
(devel/sage/sage/symbolics/maxima/maxima_utils.c:544)()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/expression.pyx
in sage.symbolics.expression.TypedSymbolicExpression._maxima_
(devel/sage/sage/symbolics/expression.c:4828)()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/sage_object.pyx
in sage.structure.sage_object.SageObject._maxima_
(devel/sage/sage/structure/sage_object.c:2849)()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/sage_object.pyx
in sage.structure.sage_object.SageObject._interface_
(devel/sage/sage/structure/sage_object.c:1867)()
/home/ondrej/ext/clean/sage-3.0.3-debian-opteron64-x86_64-Linux/arithmetic.pyx
in sage.symbolics.operators.arithmetic.SymbolicArithmetic._maxima_init_
(devel/sage/sage/symbolics/operators/arithmetic.c:4023)()
KeyError: None
Ondrej
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---