CARTESIANPRODUCT (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 A and B.
- The Cartesian product of A and B are denoted by s the set of all ordered pairs (a,b) such that a Belongs to A and b Belongs to B.