Home Toolbox functions Sample projects Tutorials Downloads |
|
Reference: 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) >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 |