I was playing with Wolfram Alpha today, and noticed that while I could use, say, $2i$ as a guess to solve $e^x+2=0$ with the help of Newton's method, I couldn't do the same with the secant method. Is it possible to use two imaginary guesses with the secant method, even outside of Wolfram Alpha, or does it work only with Newton's method?
2026-03-28 10:34:56.1774694096
Is it possible to use imaginary guesses with secant method?
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Secant method is the same as Newton method with a finite difference approximation. It works with complex numbers.