Manuals/calci/MROWAGGREGATE
Jump to navigation
Jump to search
MROWAGGREGATE (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 row 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 MROWAGGREGATE (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 row numbers are combining together with the given operation.
- Second row values are combining and So on.
- The arithmetic operators can be sum,minus,product,divide and so on.
Examples
- MROWAGGREGATE([[1,2],[3,4]],SUM) = 3 7
- MROWAGGREGATE([[10,13,17],[17,23,87]],PRODUCT) = 2210 34017
- MROWAGGREGATE([[13,16],[5,-14],[67,23],[10,10]],MINUS) = -3 19 44 0
Related Videos
See Also
References