TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
193.17k stars 45.47k forks source link

Python/arithmetic_analysis/newton_raphson_method.py #721

Closed lmj01 closed 4 years ago

lmj01 commented 5 years ago

in this file, NewtonRaphson('sin(x)', 2)), where defined the x ? @AlexDvorak

AlexDvorak commented 5 years ago

it isn’t, the function takes an argument, a function, for example "y = sin(x)” but without the "y =" part. It's a function to graph, not a numerical input.

lmj01 commented 5 years ago

i run python newton_raphson_method.py, get the x is not defined, maybe i don't understand this algorithm how do in graph or show in picture by other library

Brykerr78 commented 5 years ago

🤔

shyamapadamaity commented 5 years ago

I am unable to install healpy in my mac Mojave version though I used pip install healpy.

github-actions[bot] commented 4 years ago

Stale issue message