Difference between revisions of "Manuals/calci/CARTESIANPRODUCTWITHOUTFLATTEN"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 33: Line 33:
 
| 19 || 23
 
| 19 || 23
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=NnEkVooAsxk|280|center|CARTESIAN PRODUCT}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:58, 10 December 2018

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