MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

&** — Scalar multiplication of a MAMBO vector or description [maple]

k &** w

&**(k,w)

k: algebraic expression

w: MAMBO vector or description

The function &** returns the scalar multiplication of an algebraic expression k with a vector or description v.

To ensure proper evaluation order, it is recommended to enclose the algebraic expression within parentheses.

>Restart():
>DeclareTriads(a):
>v:=MakeTranslations(a,1,2,3):
>2 &** v;

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

>(-1/VectorLength(v)) &** v;

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


Toolbox functions