Replies: 1 comment
-
The bisection method cannot return multiple roots, unless you iteratively execute it in the domain of your problem. Since the edge of your domain IS one root, it returns this one. If you tried for example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to get the zeros of an expression, this is my code
The result returned is result = 0, a value x= 0 and y = 0, but also if we evaluate manually it also has another zero at x= 3.67500625, but that second result does not return the code that I provided because, in the case of be returning more zeros in which variable would you store it. to get all zeros.
Beta Was this translation helpful? Give feedback.
All reactions