Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Broyden

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.


mosaic

Project MOSAIC Statistics and Mathematics Teaching Utilities

v1.8.3
GPL (>= 2)
Authors
Randall Pruim [aut, cre], Daniel T. Kaplan [aut], Nicholas J. Horton [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.