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
{x,y,z}::Coordinate; {i,j,k}::Indices(values={x,y,z}); \partial{#}::PartialDerivative; F_{i j}::Depends(x,y,z); ex:=\partial_{i}{F_{i k}} + m**2 A_{k}; evaluate(ex);
produces an output which contains chain rule expression of the type Derivative(DN(x), x) because the indices get passed along as arguments.
Derivative(DN(x), x)
The text was updated successfully, but these errors were encountered:
Fixed by 2d8a0e4
Successfully merging a pull request may close this issue.
produces an output which contains chain rule expression of the type
Derivative(DN(x), x)
because the indices get passed along as arguments.The text was updated successfully, but these errors were encountered: