Difference between revisions of "Manuals/calci/MCOLAGGREGATE"

(Created page with "<div style="font-size:25px">'''MCOLAGGREGATE (a,Function) '''</div><br/> *<math>a</math> is any matrix. *<math>Function</math> is any arithmetic operator. ==Description== *Th...")
 
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
 
\end{matrix}</math>
 
\end{matrix}</math>
  
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=_reu46LJtyk|280|center|Column Matrix}}
  
 
==See Also==
 
==See Also==

Latest revision as of 12:34, 29 April 2019

MCOLAGGREGATE (a,Function)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} is any matrix.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Function} is any arithmetic operator.

Description

  • This function is combining the column wise numbers with the given operation.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle MCOLAGGREGATE (a,Function)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} is any matrix.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Function} 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)
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{matrix} 4\\ 6 \end{matrix}}
  1. MCOLAGGREGATE([[10,13,17],[17,23,87]],PRODUCT)
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{matrix} 170\\ 299\\ 1479 \end{matrix}}
  1. MCOLAGGREGATE([[13,16],[5,-14],[67,23],[10,10]],MINUS)
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{matrix} -69\\ -3 \end{matrix}}


Related Videos

Column Matrix

See Also

References