![]() |
![]() |
![]() |
| Home Toolbox functions Sample projects Tutorials Downloads |
|
|
Reference for maple version: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
LinearMomentum[A,B]
A: name of defined observer
B: name of defined point
The function LinearMomentum returns the linear momentum of a rigid body with reference point B relative to the observer A.
The linear momentum is expressed using the symbol M for the total mass of the body.
Remember to invoke DeclareStates prior to using LinearMomentum.
Restart;
DeclareObservers[A];
DeclarePoints[A,B];
DeclareTriads[a];
DefineObservers[{A,A,a}];
DefinePoints[{A,B,a,q1,q1+q2,q3}];
DeclareStates[q1,q2,q3];
LinearMomentum[A,B]
|
| ©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |