Difference between revisions of "Manuals/calci/CARTESIANPRODUCT"

From ZCubes Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
*Consider two sets <math>\llcorner A </math> and <math>\llcorner B </math>.
 
*Consider two sets <math>\llcorner A </math> and <math>\llcorner B </math>.
 
*The Cartesian product of <math>\llcorner A </math> and <math>\llcorner B </math> are denoted by <math>\llcorner AXB </math> is the set of all ordered pairs  <math>\llcorner (a,b) </math> such that <math>a \in A</math> and <math>b \in B</math>.
 
*The Cartesian product of <math>\llcorner A </math> and <math>\llcorner B </math> are denoted by <math>\llcorner AXB </math> is the set of all ordered pairs  <math>\llcorner (a,b) </math> such that <math>a \in A</math> and <math>b \in B</math>.
<math>\llcorner AXB = {(a,b)|a \in A,b \in B} </math>
+
<math>\llcorner AXB</math> = {<math>(a,b)|a \in A,b \in B</math>}
  
 
==References==
 
==References==
 
[http://ndp.jct.ac.il/tutorials/discrete/node28.html Cartesian Product]
 
[http://ndp.jct.ac.il/tutorials/discrete/node28.html Cartesian Product]

Revision as of 18:21, 21 December 2016

CARTESIANPRODUCT (GivenSet1,GivenSet2)


  • 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 GivenSet1} 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 GivenSet2} 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 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 CARTESIANPRODUCT(GivenSet1,GivenSet2)} ,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 Givenset1} 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 Givenset2} are two set of real numbers with a pair of numbers.
  • Consider two sets 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 A } 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 \llcorner B } .
  • The Cartesian product of 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 A } 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 \llcorner B } are denoted by 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 } is the set of all ordered pairs 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 (a,b) } such that 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 \in A} 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} }

References

Cartesian Product