Secant method implementation problemsThanks for all the help, I think I've found a decent solution now by combining the secant and bisect...
Secant method implementation problems@Duoas It's basically a straight line between ~15 and 50, but there must be some way to make the met...
Secant method implementation problems@Duoas C1 is how many iterations are allowed and C2 is [i]epsilon[/i]. For my implementation, only C...
Secant method implementation problems@Duoas I was told previously by someone else that I should be recursing with [i]c[/i] as well as [i]...
Secant method implementation problemsI am attempting to find the root of [b]ln(x)[/b] with [i]a[/i] = 0.1 and [i]b[/i] = 50. However, [i]...
This user does not accept Private Messages