MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

Simplify — Simplify the expression for a MAMBO vector [maple]

Simplify(v)

v: MAMBO vector

The function Simplify applies Maple's simplify procedure 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]):
>Express(w,a);

table1=tableCoordinates=1costheta2sintheta200,Triad=a,Size=1,Type=Vector

>Simplify(%);

tableSize=0,Type=Vector


Toolbox functions