i1 : {1, 2} ** {10, 20, 30} o1 = {(1, 10), (1, 20), (1, 30), (2, 10), (2, 20), (2, 30)} o1 : List
The source of this document is in Macaulay2Doc/operators/tensor.m2:37:0.