fricas
(1) -> integrate(sin(sqrt(x*x)),x)
Type: Union(Expression(Integer),...)
fricas
D(%,x)
Type: Expression(Integer)
fricas
%-sin(sqrt(x*x))
Type: Expression(Integer)
fricas
normalize %
Type: Expression(Integer)
fricas
)trace INTEF )math
Packages traced:
ElementaryIntegration(Complex(Integer),Expression(Complex(
Integer)))
Parameterized constructors traced:
INTEF
integrate(sin(sqrt(x*x)),x)
1<enter ElementaryIntegration.lfintegrate,43 :
%i x 2
- %i (%e ) + %i
arg1 = -------------------
%i x
2 %e
arg2 = x
2<enter ElementaryIntegration.lfintegrate,43 :
arg1 = 0
arg2 = x
2>exit ElementaryIntegration.lfintegrate,43 :
0
1>exit ElementaryIntegration.lfintegrate,43 :
%i x 2
- (%e ) - 1
---------------
%i x
2 %e
Type: Union(Expression(Integer),...)
fricas
D(%,x)
Type: Expression(Integer)
fricas
%-sin(sqrt(x*x))
Type: Expression(Integer)
fricas
normalize %
Type: Expression(Integer)
fricas
)trace INTEF )off
Nothing is traced now.
integrate(sin(sqrt(x*x)),x)
Type: Union(Expression(Integer),...)
fricas
D(%,x)
Type: Expression(Integer)
fricas
%-sin(sqrt(x*x))
Type: Expression(Integer)
fricas
normalize %
Type: Expression(Integer)