Difference between revisions of "Manuals/calci/MCOLDUPLICATE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MCOLDUPLICATE (acol,N)'''</div><br/> *<math>acol</math> is the set of values. *<math>N</math> is any integer. ==Description== *This function s...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
==Examples== | ==Examples== | ||
− | + | 1. MCOLDUPLICATE([[1,2,3],[4,5,6],[7,8,9]],3) | |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 21: | Line 21: | ||
|1 ||2 ||3 || 4 || 5 || 6 || 7 || 8 || 9 | |1 ||2 ||3 || 4 || 5 || 6 || 7 || 8 || 9 | ||
|} | |} | ||
− | + | ||
+ | 2. MCOLDUPLICATE([[-4,-6],[3.2,6.8]],7) | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | |-4 ||-6 ||3.2 ||6.8 | + | | -4 ||-6 ||3.2 ||6.8 |
|- | |- | ||
− | |-4 ||-6 ||3.2 ||6.8 | + | | -4 ||-6 ||3.2 ||6.8 |
|- | |- | ||
− | |-4 ||-6 ||3.2 ||6.8 | + | | -4 ||-6 ||3.2 ||6.8 |
|- | |- | ||
− | |-4 ||-6 ||3.2 ||6.8 | + | | -4 ||-6 ||3.2 ||6.8 |
|- | |- | ||
− | |-4 ||-6 ||3.2 ||6.8 | + | | -4 ||-6 ||3.2 ||6.8 |
|- | |- | ||
− | |-4 ||-6 ||3.2 ||6.8 | + | | -4 ||-6 ||3.2 ||6.8 |
|- | |- | ||
− | |-4 ||-6 ||3.2 ||6.8 | + | | -4 ||-6 ||3.2 ||6.8 |
|} | |} | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=gYv8sttBIqs&t=119s|280|center|Row Matrix}} | ||
==See Also== | ==See Also== |
Latest revision as of 12:37, 29 April 2019
MCOLDUPLICATE (acol,N)
- is the set of values.
- is any integer.
Description
- This function shows the duplicate value of each number in each column.
- In , is the set of values.
- is the number of times to show the values.
- Duplicate is the one of two or more identical things.
- So this function will show each and every number with the duplicate values in the given number of times.
Examples
1. MCOLDUPLICATE([[1,2,3],[4,5,6],[7,8,9]],3)
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
2. MCOLDUPLICATE([[-4,-6],[3.2,6.8]],7)
-4 | -6 | 3.2 | 6.8 |
-4 | -6 | 3.2 | 6.8 |
-4 | -6 | 3.2 | 6.8 |
-4 | -6 | 3.2 | 6.8 |
-4 | -6 | 3.2 | 6.8 |
-4 | -6 | 3.2 | 6.8 |
-4 | -6 | 3.2 | 6.8 |
Related Videos
See Also
References