MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

MamboExpress — Expressing a Mambo vector relative to a triad [mathematica]

MamboExpress[v,a]

v: Mambo vector

a: name of declared triad

The function MamboExpress expresses the vector v relative to the triad a.

Restart;
DeclareTriads[a,b];
DefineTriads[a,b,theta,3];
w->MakeTranslations[{a,1},{b,2}];
MamboExpress[w,a]

{ Type "->" Vector , Size "->" 1 , 1 "->" { Coordinates "->" { 1 - Sin [ theta ] , Cos [ theta ] , 0 } , Triad "->" a } }


Toolbox functions