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.
v~MamboDot~w
MamboDot[v,w]
v,w: MAMBO vectors or compatible MAMBO descriptions
The function MamboDot returns the vector dot product of the two MAMBO vectors/descriptions v and w.
Restart; DeclareTriads[a,b]; DefineTriads[a,b,theta,3]; v=MakeTranslations[a,1]; w=MakeTranslations[{a,1},{b,2}]; v~MamboDot~w
MakeDescription[Table[MakeTranslations[a,i],{i,3}],3]~MamboDot~ MakeDescription[Table[MakeTranslations[b,i],{i,3}],1]//MatrixForm
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |