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

collect function bug #26547

Closed
ferymi6041 opened this issue Apr 26, 2024 · 3 comments
Closed

collect function bug #26547

ferymi6041 opened this issue Apr 26, 2024 · 3 comments
Labels

Comments

@ferymi6041
Copy link

when you have an expression with partial differential term like w.diff(x, y) the collect function wont work. the solution is time consuming and we have to make w.diff(x, y) a symbol like "john" and do the collect function and after that we have to convert back "john" to w.diff(x, y). please fix this bug in collect function.

@oscarbenjamin
Copy link
Contributor

Can you give example code to demonstrate?

@ferymi6041
Copy link
Author

like if you write collect(expr) and expr = w.diff(x, y) * r + w.diff(x, y) * b you will get an error.

@oscarbenjamin
Copy link
Contributor

It is not worth keeping an issue open unless you can give a clear description of the problem.

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

No branches or pull requests

2 participants