test --augusto, Fri, 11 May 2007 08:22:11 -0500 reply fricas (1) -> integrate(log(x),
Type: Union(Expression(Integer),
fricas log(2.71)
Type: Float
fricas integrate(exp(x^2),
Type: Union(Expression(Integer),
fricas y:=integrate(x^2)
Type: UnivariatePolynomial(x,
fricas 2*sqrt(y::Expression Integer)
Type: Expression(Integer)
fricas )clear all
|