Set Cartesian Product VI
- Updated2025-07-30
- 2 minute(s) read
Computes the Cartesian product of two sets. The Cartesian product is a set of 2-element clusters which covers all possible combinations of elements from the two sets.

Inputs/Outputs
set 1
—
set 1 specifies the first set. This input accepts a set of any data type. The default data type is a set of strings.
set 2
—
set 2 specifies the second set. This input accepts a set of any data type. The default data type is a set of strings.
Cartesian product
—
Cartesian product returns a set of 2-element clusters which covers all possible combinations of elements in set 1 and set 2. For each cluster, the first element is from set 1 and the second element is from set 2. |
set 1
—
Cartesian product
—