Manuals/calci/CARTESIANPRODUCTWITHOUTFLATTEN

From ZCubes Wiki
Jump to navigation Jump to search
CARTESIANPRODUCTWITHOUTFLATTEN (GivenSet1,GivenSet2)


  • and are the set of numbers to find product.

Description

  • This function shows the Cartesian product of two sets.
  • Cartesian product is the product of two sets.
  • The product of set X and set Y is the set that contains all ordered pairs ( x, y ) for which x belongs to X and y belongs to Y.
  • In , and are two set of real numbers with a pair of numbers.
  • Consider two sets and .
  • The Cartesian product of and are denoted by is the set of all ordered pairs such that and .

= {}

Examples

1.CARTESIANPRODUCTWITHOUTFLATTEN([10,13,19],[-5,8,23])

10 -5
10 8
10 23
13 -5
13 8
13 23
19 -5
19 8
19 23

Related Videos

CARTESIAN PRODUCT

See Also

References

Cartesian Product