moorepants / learn-multibody-dynamics

Interactive computational book on multibody dynamics
https://moorepants.github.io/learn-multibody-dynamics/
Other
116 stars 28 forks source link

Equation alignment, vector notation. #92

Open agryman opened 2 years ago

agryman commented 2 years ago

A couple of comments. See screenshot.

Screen Shot 2022-06-25 at 3 47 26 PM

1) Sets of equations usually look better if the are aligned on the equals symbol. Use right-align these.

2) The usual decoration for vector symbols in physics is an arrow as produced by the LaTeX \vec{} command. You use a bar. Is that the convention in multibody dynamics?

moorepants commented 2 years ago

Sets of equations usually look better if the are aligned on the equals symbol. Use right-align these.

Feel free to improve that.

The usual decoration for vector symbols in physics is an arrow as produced by the LaTeX \vec{} command. You use a bar. Is that the convention in multibody dynamics?

I use bar mostly because it matches my handwritten notation. I plan to add the handwritten notation to the notation page. I also plan to go over all of the notation and make it more consistent. There are some warts in the text that aren't as consistent as I'd like and also some notation that may be used for two different things. I'll stick with bar for vectors for now, but could be open to a change once I take an editing pass at all the notation for consistency and uniqueness.

moorepants commented 2 years ago

I just tried \vec{} and it puts an arrow on top of the symbol. I am not a fan of that, so I doubt I'll change to that notation.

agryman commented 2 years ago

The other common notation for vectors is to use a bold font. I'm not advocating any particular notation. Just wondering if using a more "standard" notation would make it easier for students to read other textbooks.

-- Arthur

On Sun, Jun 26, 2022 at 4:54 AM Jason K. Moore @.***> wrote:

I just tried \vec{} and it puts an arrow on top of the symbol. I am not a fan of that, so I doubt I'll change to that notation.

— Reply to this email directly, view it on GitHub https://github.com/moorepants/learn-multibody-dynamics/issues/92#issuecomment-1166458887, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAHS2F4PHA74JQ2BIPKIWTVRALD3ANCNFSM5Z2YICFQ . You are receiving this because you authored the thread.Message ID: @.***>

moorepants commented 2 years ago

I guess it could, but I will stick with \bar{v} for vectors.