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 &oo w
&oo(v,w)
v,w: MAMBO vectors or compatible MAMBO descriptions
The function &oo returns the dot product of the two MAMBO vectors/descriptions v and w.
Two MAMBO descriptions are compatible provided that the number of columns of the first description equals the number of rows of the second description. Restart(): DeclareTriads(a,b): DefineTriads(a,b,th,3): v:=MakeTranslations(a,1): w:=MakeTranslations([a,1],[b,2]): v &oo w;
MakeDescription([_seqgen(MakeTranslations(a,i),i,1..3)],3) &oo MakeDescription([_seqgen(MakeTranslations(b,i),i,1..3)],1); |
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |