Learn R Programming

⚠️There's a newer version (3.3.5) of this package.Take me there.

nleqslv (version 3.3.4)

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

31,838

Version

3.3.4

License

GPL (>= 2)

Maintainer

Berend Hasselman

Last Published

January 14th, 2023

Functions in nleqslv (3.3.4)

searchZeros

Solve a nonlinear equation system with multiple roots from multiple initial estimates
nleqslv-iterationreport

Detailed iteration report of nleqslv
nleqslv-package

tools:::Rd_package_title("nleqslv")
print.test.nleqslv

Printing the result of testnslv
testnslv

Test different methods for solving with nleqslv
nleqslv

Solving systems of nonlinear equations with Broyden or Newton