Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
::
List ** List
next
|
previous
|
forward
|
backward
| up |
index
|
toc
List ** List -- Cartesian product of two lists
Synopsis
Operator:
**
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:
List ** List
-- Cartesian product of two lists