CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
SymPy Mechanics for Autolev Users guide #15077
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
Conversation
NikhilPappu
commented
Aug 11, 2018
- other
- Added a guide pydy_for_autolev_users.rst in the mechanics part of the documentation.
âś… Hi, I am the SymPy bot (v128). 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.2.1. Note: This comment will be updated with the latest check if you edit the pull request. You need to reload the page to see it. Click here to see the pull request description that was parsed.
Update The release notes on the wiki have been updated. |
|
||
3. When it comes to inertia getters (``I_C_D>>`` used in an expression or | ||
``INERTIA`` commands), these MUST be used with the ``EXPRESS`` command | ||
to specifiy the frame as SymPy needs this information to compute the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specifiy -> specify
+-----------------------------------+-----------------------------------+ | ||
|| || | | ||
| Autolev generates Matlab, C, or | PyDy generates numerical Python, | | ||
| Fortan code from a small set of | C or Octave/Matlab code from a | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fortan -> Fortran
`SymPy Documentation <https://docs.sympy.org/>`_ | ||
|
||
`SymPy Physics Vector | ||
Dcumentation <https://docs.sympy.org/latest/modules/physics/vector/index.html>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dcumentation -> Documentation
…into pydy_for_autolev_users
7aa68d1
to
de1226a
Compare
de1226a
to
5f3bcfc
Compare
5f3bcfc
to
3430492
Compare
…into pydy_for_autolev_users
Sorry about the small commit names. I have just merged stuff from other branches or tried to make changes so the Travis tests pass. |
dd9acc2
to
a3526cd
Compare
a3526cd
to
6cdeb9d
Compare
If this document is about PyDy specifically shouldn't it go in the PyDy documentation rather than the SymPy documentation? |
CC @moorepants |
Aaron,
We have decided that it would be best to have this in SymPy as the parser
is here. The guide mostly talks about SymPy vs Autolev code and just
touches on PyDy. I have used the name "PyDy" in the title as it is broader
and encompasses the SymPy mechanics module. I could change the name if
required.
…On Fri 17 Aug, 2018, 2:32 AM Aaron Meurer, ***@***.***> wrote:
CC @moorepants <https://github.com/moorepants>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15077 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFGWJy0w35W6z79EgwGiNrauTse12h7hks5uRd3vgaJpZM4V5OdH>
.
|
@asmeurer I think we can just rename it something like "SymPy Mechanics for Autolev Users". It belongs here for now. The vast majority of the code it is referencing is in SymPy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks graat. Please address the comments on changing the language to reflect "SymPy Mechanics" instead of PyDy for everything above the numerical code section and this can be merged.
.. _pydy_for_autolev_users: | ||
|
||
====================== | ||
PyDy for Autolev Users |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to SymPy Mechanics for Autolev Users
.
This page shall expand upon their differences. It is meant to be a go-to | ||
reference for Autolev users who want to transition to PyDy. | ||
|
||
It would be nice to have a basic understanding of SymPy and PyDy before |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orient references to PyDy to "SymPy Mechanics".
+-----------------------+-----------------------+-----------------------+ | ||
|
||
Numerical Evaluation and Visualization | ||
---------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can mention PyDy (instead of SymPy Mechanics) in this section.
ef745bd
to
0313b76
Compare
0313b76
to
e10d7d2
Compare