Difference between revisions of "Manuals/calci/MCOLOP"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:25px">'''MCOLOP (a,op,Cumulative) '''</div><br/> *<math>Matrix</math> is the array of numeric elements. ==Description== *This function calculates any o...") |
|||
Line 18: | Line 18: | ||
-900 | -900 | ||
432 | 432 | ||
+ | |||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=gYv8sttBIqs&t=119s|280|center|}} | ||
==See Also== | ==See Also== |
Revision as of 12:40, 29 April 2019
MCOLOP (a,op,Cumulative)
- is the array of numeric elements.
Description
- This function calculates any operation in the column.
- In , is any set of values.
- is any operation.
- This function will consider each column and calculates the operation which we have given.
- For example, MCOLOP([[2,3,4],[5,6,7],[9,8,5]],"+"). We can use column with any operation.
Examples
- MCOLOP([[12,30,-4],[15,36,27],[19,-8,5]],"+")
46 58 28
- MCOLOP([[41,-5,9],[6,9,-4],[12,20,-12]],"*")
2952 -900 432