newtons-method

Issue with implementing sympy into newtons method

Issue with implementing sympy into newtons method Question: I was trying to make a calculator for newtons method given a function, I’ve got everything down except that I keep running into an issue when I’m trying to do log of a different base or ln(x). I’d appreciate the help! import sympy as sp x = …

Total answers: 1