Menu

#3391 Integration is not correct.

None
open
nobody
5
2018-02-08
2018-01-23
No

One concrete integration is not correct, see the attachment.

1 Attachments

Discussion

  • Alexander VIDYBIDA

    Checked additionally with the latest version from git (Maxima 5.41post) compiled with clisp, sbcl, cmucl. The same error.

     
  • Raymond Rogers

    Raymond Rogers - 2018-02-08

    Interesting:
    g1(x):=log(b-x)-log(cx);g1a:integrate(g1(x)/x,x);radcan(diff(g1a,x)x-g1(x));
    works. The log(c) seems to be the correct (and reasonable) coefficient.
    Actually replacing
    g1(x):=log(b-x)-log(cx);
    by
    g1(x):=log(b-x)-log(c
    x-x);
    reproduces the failure.

     

Log in to post a comment.