Difference between revisions of "Manuals/calci/INTERSECTION"

From ZCubes Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
*The Intersection of two sets named as A and B is the set that contains all elements of A that also belong to B,but no other elements.
 
*The Intersection of two sets named as A and B is the set that contains all elements of A that also belong to B,but no other elements.
 
*The intersection of A and B is written ""A ∩ B"". Formally:
 
*The intersection of A and B is written ""A ∩ B"". Formally:
<math>A\cap B= {x:x\isin A and x\isin B}</math>  
+
<math>A\cap B= {x:x\isin A and x\isin B } </math>  
 
*This function will return the result as Null when there is no numbers or elements are in common.
 
*This function will return the result as Null when there is no numbers or elements are in common.

Revision as of 14:37, 28 March 2017

INTERSECTION (GivenSet1,GivenSet2)


  • and are any two set of values.

Description

  • This function will return Common elements from the given two sets.
  • In , and are any two set of numbers or any elements.
  • The Intersection of two sets named as A and B is the set that contains all elements of A that also belong to B,but no other elements.
  • The intersection of A and B is written ""A ∩ B"". Formally:

  • This function will return the result as Null when there is no numbers or elements are in common.