How do I work out the Cartesian product of two sets containing tuples?
$A := \{(a,b)\}$
$ B:= \{(c,d,e)\}$
Would this:
$ A \times B = \{((a,b),(c,d,e))\} $
be correct?
How do I work out the Cartesian product of two sets containing tuples?
$A := \{(a,b)\}$
$ B:= \{(c,d,e)\}$
Would this:
$ A \times B = \{((a,b),(c,d,e))\} $
be correct?