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

identify composite generators when solving #24418

Open
smichr opened this issue Dec 23, 2022 · 0 comments
Open

identify composite generators when solving #24418

smichr opened this issue Dec 23, 2022 · 0 comments

Comments

@smichr
Copy link
Member

smichr commented Dec 23, 2022

from this SO the following error is received

NotImplementedError: multiple generators [s, log(s**2 + x**2)]
No algorithms are implemented to solve equation -5*s**2 - 5*x**2 + 5*log(s**2 + x**2) + 7

But if you replace s**2 with y - x**2 (recognizing the combined generator of s**2 + x**2) and solve for y an answer can be found. I think this can/should happen automatically.

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

1 participant