Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Series of Integral returns evaluated expansion #11388

Open
Upabjojr opened this issue Jul 13, 2016 · 1 comment
Open

Series of Integral returns evaluated expansion #11388

Upabjojr opened this issue Jul 13, 2016 · 1 comment

Comments

@Upabjojr
Copy link
Contributor

Consider the difference:

In [20]: Derivative(sin(x), x).series(x)
Out[20]: 
  ⎛  5⎞     ⎛  3dxd-xd6⎞
──⎜───⎟ + ──⎜────⎟ + ──(x) + Oxdx120dx6dx           

In [21]: Integral(-cos(x), x).series(x)
Out[21]: 
      3     5        
     x     x6-x + ── - ─── + Ox6    120        

Derivative is expanded into a series of unevaluated derivatives. Shouldn't Integral be expanded as a series of unevaluated integrals as well.

@anutosh491
Copy link
Member

Or maybe we could do the other way round ? Does it help somewhere returning the unevaluated results ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants