Set Cartesian Product VI
- Updated2025-03-14
- 2 minute(s) read
Set Cartesian Product VI
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 specifies the first set. This input accepts a set of any data type. The default data type is a set of strings. ![]() 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 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. |