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 &xx w
&xx(v,w)
v,w: MAMBO vectors
The function &xx returns the vector cross product of the two vectors v and w.
>Restart(): >DeclareTriads(a,b): >DefineTriads(a,b,theta,3): >v:=MakeTranslations(a,1): >w:=MakeTranslations([a,1],[b,2]): >v &xx w;
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |