MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

MamboSimplify— Simplify the expression for a MAMBO vector [mathematica]

MamboSimplify[v]

v: MAMBO vector

The function MamboSimplify applies Mathematica's Simplify function to the components of the vector v.

Restart;
DeclareTriads[a,b];
DefineTriads[a,b,theta,3];
w=MakeTranslations[{a,1},{b,-Cos[theta],Sin[theta],0}];
MamboExpress[w,a]

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

MamboSimplify[%]

{ Type "->" Vector , Size "->" 0 }


Toolbox functions