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

Is it possible for Poi to automatically find easily invertible formulas? #1093

Open
bvssvni opened this issue Sep 28, 2023 · 0 comments
Open

Comments

@bvssvni
Copy link
Contributor

bvssvni commented Sep 28, 2023

One idea is to transform a formula into using a single symbol, e.g.:

x + x => 2 * x
x * x => x^2

It is easy to find the inverses inv(mul(2)) and inv((^ 2)).

Maybe there could be a command to transform a formula into a form which is easily invertible.

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