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

integrate_by_parts on multiple partial derivatives is wrong #71

Closed
kpeeters opened this issue Feb 23, 2018 · 1 comment
Closed

integrate_by_parts on multiple partial derivatives is wrong #71

kpeeters opened this issue Feb 23, 2018 · 1 comment

Comments

@kpeeters
Copy link
Owner

\partial{#}::PartialDerivative;
ex:=\int{ a \partial_{0}{\partial_{0}{a}} }{x};
integrate_by_parts(_, $a$);

produces the wrong sign. Works with \partial{#}::Derivative because the latter does not merge derivative indices into one object.

@kpeeters
Copy link
Owner Author

Fixed in ce98606.

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

No branches or pull requests

1 participant