MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

MakeDescription — Constructing a Mambo description [mupad/matlab]

MakeDescription([v1, ..., vn], m)

v1, ..., vn: Mambo vectors

m: integer

The function MakeDescription returns a Mambo description, i.e., a rectangular array of the Mambo vectors v1, ..., vn and with row dimension given by the integer m. The number of vectors must be divisible by m.

Restart():
DeclareTriads(a,b):
MakeDescription([_seqgen(MakeTranslations(a,i),i,1..3),
                 _seqgen(MakeTranslations(b,i),i,1..3)],2);
Make Description Output


Toolbox functions