jiggzson / nerdamer

a symbolic math expression evaluator for javascript
http://www.nerdamer.com
MIT License
514 stars 82 forks source link

nerdamer cant get difficult indefinite integrals #544

Closed MAGNETO903 closed 4 years ago

MAGNETO903 commented 4 years ago

I want to get antiderivatives of some functions:

function: 3*sin(2*x)*cos(x)^4 expects: -acos(x)^6 returns: (1/4)*(-3*cos(x)+cos(3*x))

function:3*sin(2*x)*sin(x)^4 expects: sin(x)^6 returns: (1/2)*(-3*sin(x)+sin(3*x))

jiggzson commented 4 years ago

Noted.

jiggzson commented 4 years ago

Moving to #334