Use linear_eq_to_matrix when forming the Lagrange equations where appropriate#29830
Use linear_eq_to_matrix when forming the Lagrange equations where appropriate#29830moorepants wants to merge 30 commits into
Conversation
…nify the abstract base methods.
… be more uniform and added some new abstract base class attributes.
…gesMethod classes.
… LagrangesMethod along with tests.
…anesMethod and JointsMethod. Adds new nonholonomic_constraints parameter to KanesMethod.
… and u are available for all Methods.
…e appropriate and improve the docstrings of the returned equations of motion.
|
✅ Hi, I am the SymPy bot. I'm here to help you write a release notes entry. Please read the guide on how to write release notes. Your release notes are in good order. Here is what the release notes will look like:
This will be added to https://github.com/sympy/sympy/wiki/Release-Notes-for-1.15. Click here to see the pull request description that was parsed. |
🟠Hi, I am the SymPy bot. I've noticed that some of your commits add or delete files. Since this is sometimes done unintentionally, I wanted to alert you about it. This is an experimental feature of SymPy Bot. If you have any feedback on it, please comment at sympy/sympy-bot#75. The following commits add new files:
If these files were added/deleted on purpose, you can ignore this message. |
|
I don't know if you have done any timings but note the diff I suggested here to speed up linear_eq_to_matrix: #29705 (comment). |
…us linear_eq_to_matrix.
|
Thanks for the reminder. I've included it here. |
References to other Issues or PRs
#29815 should be merged before this PR
Brief description of what is fixed or changed
Other comments
AI Generation Disclosure
NO AI USE
Release Notes
LagrangesMethod.