Difference between revisions of "Manuals/calci/MAKEPAIR"
Jump to navigation
Jump to search
(Created page with "makepair") |
|||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''MAKEPAIR (X,Y)'''</div><br/> | |
+ | *<math>X</math> and <math>Y</math> are two set of values. | ||
+ | |||
+ | ==Description== | ||
+ | *This function is making a pair of two set of values. | ||
+ | *In <math>MAKEPAIR(X,Y)</math>,<math>X</math> and <math>Y</math> are two set of values to make a pair. | ||
+ | *So this function constructs a pair object with its first element set to x and its second element set to y. | ||
+ | *So it is showing the pair of the first element in X with all the element in Y. | ||
+ | *Then next second element in X with all the element in Y and so on. | ||
+ | |||
+ | ==Examples== | ||
+ | #MAKEPAIR([4,9,5],[10,7,3]) |
Revision as of 14:45, 4 April 2017
MAKEPAIR (X,Y)
- and are two set of values.
Description
- This function is making a pair of two set of values.
- In , and are two set of values to make a pair.
- So this function constructs a pair object with its first element set to x and its second element set to y.
- So it is showing the pair of the first element in X with all the element in Y.
- Then next second element in X with all the element in Y and so on.
Examples
- MAKEPAIR([4,9,5],[10,7,3])