We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\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.
\partial{#}::Derivative
The text was updated successfully, but these errors were encountered:
Fixed in ce98606.
Sorry, something went wrong.
No branches or pull requests
produces the wrong sign. Works with
\partial{#}::Derivative
because the latter does not merge derivative indices into one object.The text was updated successfully, but these errors were encountered: