jiggzson / nerdamer

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

Another problem with ilt #612

Open roy77 opened 3 years ago

roy77 commented 3 years ago

ilt(1/((s)(s^2+2s+1)),s,t) works but ilt(1/(s^3+2*s^2+s),s,t) not

roy77 commented 3 years ago

Also ilt(1/((s)(s^2+4s+1)),s,t) is a problem. The result gets komplex.