Broyden: Multi-Dimensional Root Finding

View source: R/findZerosMult.R

BroydenR Documentation

Multi-Dimensional Root Finding

Description

Implementation of Broyden's root finding function to numerically compute the root of a system of nonlinear equations

Usage

Broyden(system, vars, x = 0, tol = .Machine$double.eps^0.4, maxiters = 10000)

Arguments

system

A list of functions

vars

A character string list of variables that appear in the functions

x

A starting vector

tol

The tolerance for the function specifying how precise it will be

maxiters

maximum number of iterations.


ProjectMOSAIC/mosaic documentation built on Feb. 21, 2024, 2:11 a.m.