Learn R Programming

nleqslv (version 3.3.5)

Solve Systems of Nonlinear Equations

Description

Solve a system of nonlinear equations using a Broyden or a Newton method with a choice of global strategies such as line search and trust region. There are options for using a numerical or user supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a singular or ill-conditioned Jacobian.

Copy Link

Version

Install

install.packages('nleqslv')

Monthly Downloads

30,735

Version

3.3.5

License

GPL (>= 2)

Maintainer

Berend Hasselman

Last Published

November 26th, 2023

Functions in nleqslv (3.3.5)

testnslv

Test different methods for solving with nleqslv
print.test.nleqslv

Printing the result of testnslv
nleqslv-iterationreport

Detailed iteration report of nleqslv
nleqslv-package

tools:::Rd_package_title("nleqslv")
nleqslv

Solving systems of nonlinear equations with Broyden or Newton
searchZeros

Solve a nonlinear equation system with multiple roots from multiple initial estimates