Manuals/calci/CARTESIANPRODUCTWITHOUTFLATTEN
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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b \in B} .
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \llcorner AXB} = {Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (a,b)|a \in A,b \in B} }
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
See Also
References