Map builder detail            a9
NB. Begin the definition of the transformation builder
NB. Create a sequence of functions by simple steps.

   f1 =. vec %. mat
   f1 F1
0.0833333 _0.375 0.444444
   normalize f1 F1
0.1875 _0.84375 1

   f1 =. vec %. mat
   mat F1
0 8 9
0 0 9
5 2 3
   vec F1
1 4 1
   (mat F1) *"1 (vec F1)
0 32 9
0  0 9
5  8 3

