davidrpugh / pyCollocation

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP).
MIT License
17 stars 8 forks source link

Automatically compute the Jacobian for use in root-finding... #1

Open davidrpugh opened 9 years ago

davidrpugh commented 9 years ago

Given the Jacobian matrix for the RHS of the system of ordinary differential equations is already computed symbolically using SymPy, I should be able to work out a method for computing the Jacobian matrix for the system of residual equations whose root is the set of optimal coefficients.