Difference between revisions of "Manuals/calci/MCOLAGGREGATE"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 32: Line 32:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|v=_reu46LJtyk|280|center|Minimum Maximum Value}}
+
{{#ev:youtube|v=_reu46LJtyk|280|center|Column Matrix}}
  
 
==See Also==
 
==See Also==

Latest revision as of 13:34, 29 April 2019

MCOLAGGREGATE (a,Function)


  • is any matrix.
  • is any arithmetic operator.

Description

  • This function is combining the column wise numbers with the given operation.
  • In , is any matrix.
  • is any arithmetic operator.
  • So with the given matrix,the first column numbers are combining together with the given operation.
  • Second column values are combining and So on.
  • The arithmetic operators can be sum,minus,product,divide and so on.

Examples

  1. MCOLAGGREGATE([[1,2],[3,4]],SUM)
  1. MCOLAGGREGATE([[10,13,17],[17,23,87]],PRODUCT)
  1. MCOLAGGREGATE([[13,16],[5,-14],[67,23],[10,10]],MINUS)


Related Videos

Column Matrix

See Also

References