MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

MamboNorm — Finding the vector length of a MAMBO vector [mathematica]

MamboNorm[v]

v: MAMBO vector

The function MamboNorm returns the vector length of the vector v.

Restart;
DeclareTriads[a,b];
DefineTriads[a,b,theta,3];
w=MakeTranslations[{a,1},{b,2}];
MamboNorm[w]

2 - 2 Sin [ theta ]


Toolbox functions