extend integrals table
MAGNETO903 opened this issue · 0 comments
MAGNETO903 commented
integral((5*(ln(5x))^4)/x) // expects ln(5x) ^ 5
// return Error: Stop: integral: sorry, could not find a solution
integral(3*sin(2x)cos(x)^4) // exprects -cos(x)^6
// return Error: Stop: integral: sorry, could not find a solution
intgral(3sin(2x)*sin(x)^4) // expects sin(x)^6
// return Error: Stop: integral: sorry, could not find a solution