FreeBSD.software
Home/math/py311-pyneqsys

py311-pyneqsys

0.5.7_3

Solver of symbolically defined systems of non-linear equations

pyneqsys provides a convenience class for representing and solving non-linear equation systems from symbolic expressions (provided e.g. with the help of SymPy). The numerical root finding is perfomed using either: * scipy: scipy.optimize.root * mpmath (arbitrary precision): mpmath.calculus.optimization.MDNewton * kinsol (from SUNDIALS): pykinsol.solve * nleq2 (ZIB library free for academic use): pynleq2.solve * levmar (Levenberg-Marquardt): levmar.levmar In addition to offering a unified interface to different solvers, pyneqsys can also derive the Jacobian analytically (when using pyneqsys.SymbolicSys). This is useful since doing so manually is widely recognized as both tedious and error prone.

Origin: math/py-pyneqsys
Category: math
Size: 292KiB
License: BSD2CLAUSE
Maintainer: yuri@FreeBSD.org
Dependencies: 6 packages
Required by: 1 packages
$pkg install py311-pyneqsys

Dependencies (6)

Required By (1 packages)

More in math