The interpreter returns different results (different types) for fricas (1) -> integrate(x^2)
Type: UnivariatePolynomial(x,
fricas integrate(x^2,
Type: Polynomial(Fraction(Integer))
Why? Implemented in different domains --greg, Tue, 04 Apr 2006 11:59:15 -0500 reply The polynomial constructor, in the interpreter, is usually Polynomial but here the function integrate with signature:
integrate : % -> % if R has ALGEBRA FRAC INT is only implemented for univariate polynomial since the variable is "known" and therefore the polynomial can be integrated with respect to it. I close this issue, please reopen it, if you are not agree. Status: open => closed |