Implement an implicit differential equation solver #7385
Labels
component: wpimath
Math library
effort: 8
type: feature
Brand new functionality, features, pages, workflows, endpoints, etc.
Now that we have Sleipnir available, we can implement implicit integration schemes. These are helpful for integrating the dynamics of systems derived via Lagrangians, which tend to be messy and hard to solve directly for state derivative.
Here's a resource on implicit integrators:
https://www.astro.princeton.edu/~gk/A403/numinteg.pdf
The text was updated successfully, but these errors were encountered: