forked from sympy/sympy
-
Notifications
You must be signed in to change notification settings - Fork 0
Project General Ideas
Jason K. Moore edited this page Jul 12, 2016
·
2 revisions
On this page is a collection of ideas and projects that members of the sympy community have yet to be able to fully develop or implement.
For those posting their project ideas on this page please just include the title of the project, a short description, current status of the project and the link to the project's page. Keep the more in-depth description for the project's page
Status: Discussing/Planning
Currently init_printing works by determining what printer would be best for the environment that it is being run in. This project proposes to add the option for the user to override this decision and choose a specific printer from the available sympy printers. For more information visit the project's page.
- Move the Langrangian internal to LagrangesMethod and make the API match KanesMethod more closely.
-
KanesMethod.kanes_equations()
andLangrangesMethod.form_kanes_equation()
don't match, it'd be nice to have same semantics.
-
ReferenceFrame.ang_vel_in()
doesn't match the api ofPoint.vel()