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.


icon

Inputs/Outputs

  • cset.png 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.

  • cset.png 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.

  • iset.png 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.