-
Notifications
You must be signed in to change notification settings - Fork 10
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
Verification of Plots and Equations #1
Comments
$ python3 Plotter.py
Enter function : (3*x+5)**0.1 This is working fine. |
Hello, |
Just an addition to this - As far as I can see, the only generic approach is to evaluate the LHS and RHS separately or in parallel (if possible) and then equate and pick the values that do satisfy. However any other workaround is appreciated. |
I'd like to take up this issue, and replace eval with numexpr |
Alright sure |
@aditeyabaral I want to contribute |
@ritwikchakraborty123 this issue is currently being handled by @Chakita, please contribute to another issue |
Some equations do not support plotting. These equations are of the form y n = f(x).
It would be great if these plots can be added somehow!
The text was updated successfully, but these errors were encountered: