Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Equation with assumption

In sagemath 9.7 the following code is working, however when I try it in sagecell I get an error.

def integrate_fricas(f):
    return fricas(integrate(f,x))
f = 1/(x*(x-1)^2)
pretty_print(integrate_fricas(f))

Equation with assumption

In sagemath 9.7 the following code is working, however when I try it in sagecell I get an error.

def integrate_fricas(f):
    return fricas(integrate(f,x))
f = 1/(x*(x-1)^2)
pretty_print(integrate_fricas(f))
click to hide/show revision 3
retagged

Equation with assumption

In sagemath 9.7 the following code is working, however when I try it in sagecell I get an error.

def integrate_fricas(f):
    return fricas(integrate(f,x))
f = 1/(x*(x-1)^2)
pretty_print(integrate_fricas(f))