newtonRapson: Function for Newton Rapson roots for given equations

Description Usage Arguments Value

Description

newtonRapson function perform optimization

Usage

1
newtonRapson(f, x, iteration = 30, tol = 1e-09)

Arguments

f

: function to optimize

x

: Initial Solution

iteration

: Iterations

tol

: Tolerance

Value

x : optimal roots


optR documentation built on May 1, 2019, 10:32 p.m.

Related to newtonRapson in optR...