MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

&** — Scalar multiplication of a MAMBO vector or description [mupad/matlab]

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;

Scalar Multiplication Output

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

Scalar Multiplication Output


Toolbox functions