Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an implicit differential equation solver #7385

Open
calcmogul opened this issue Nov 12, 2024 · 0 comments
Open

Implement an implicit differential equation solver #7385

calcmogul opened this issue Nov 12, 2024 · 0 comments
Labels
component: wpimath Math library effort: 8 type: feature Brand new functionality, features, pages, workflows, endpoints, etc.

Comments

@calcmogul
Copy link
Member

calcmogul commented Nov 12, 2024

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

@calcmogul calcmogul added component: wpimath Math library effort: 8 type: feature Brand new functionality, features, pages, workflows, endpoints, etc. labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: wpimath Math library effort: 8 type: feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects
None yet
Development

No branches or pull requests

1 participant