Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » lists and sequences » List ** List
next | previous | forward | backward | up | index | toc

List ** List -- Cartesian product of two lists

Description

i1 : {1, 2} ** {10, 20, 30}

o1 = {(1, 10), (1, 20), (1, 30), (2, 10), (2, 20), (2, 30)}

o1 : List

Ways to use this method:


The source of this document is in Macaulay2Doc/operators/tensor.m2:37:0.