GithubHelp home page GithubHelp logo

Comments (7)

ajayjha5899 avatar ajayjha5899 commented on July 22, 2024
$ python3 Plotter.py 
Enter function : (3*x+5)**0.1

This is working fine.
[P.S- Please correct me if I've misunderstood yn = f(x).]

from gpython.

aditeyabaral avatar aditeyabaral commented on July 22, 2024

Hello,
If you take the example of a circle at Origin given by x 2 + y2 = r2, then the application requires an input as a function of y, hence it would turn out to be y = sqrt(r2 - x2). Plotting this would only return an incomplete circle.
This issue would arise for all even powers due to the nature of the function (as well as 3D plots). It would be great to find a workaround, or maybe even a different algorithm that handles all cases!

from gpython.

aditeyabaral avatar aditeyabaral commented on July 22, 2024

Just an addition to this -
This can be obtained using the numexpr library. It can be used to evaluate expressions and can be used to remove the eval function used in the current implementation. Check here for more details.

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.

from gpython.

Chakita avatar Chakita commented on July 22, 2024

I'd like to take up this issue, and replace eval with numexpr

from gpython.

aditeyabaral avatar aditeyabaral commented on July 22, 2024

Alright sure

from gpython.

ritwikchakraborty123 avatar ritwikchakraborty123 commented on July 22, 2024

@aditeyabaral I want to contribute

from gpython.

aditeyabaral avatar aditeyabaral commented on July 22, 2024

@aditeyabaral I want to contribute

@ritwikchakraborty123 this issue is currently being handled by @Chakita, please contribute to another issue

from gpython.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.