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 &-- w
&--(v,w)
v,w: MAMBO vectors or compatible MAMBO descriptions
The function &-- returns the difference between the two MAMBO vectors/descriptions v and w. It is computed using the formula
v &-- w = v &++ ((-1) &** w) Two MAMBO descriptions are compatible provided that they have the same number of rows and the same number of columns. Restart(): DeclareTriads(a,b): v:=MakeTranslations(a,1): w:=MakeTranslations([a,1],[b,2]): v &-- w;
v &-- v;
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |