Research Article
Some Novel Sixth-Order Iteration Schemes for Computing Zeros of Nonlinear Scalar Equations and Their Applications in Engineering
Algorithm 3
General root’s finding algorithm.
| Input: — non-linear function, k — maximum number of iterations, — iteration method, — accuracy. | | Output: Approximated root of the given non-linear function. | | fordo | | | | whiledo | | | | ifthen | | break | | | | is the required solution. |
|