Manuals/calci/MCOLOP

From ZCubes Wiki
Jump to navigation Jump to search
MCOLOP (a,op,Cumulative)


  • 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 Matrix} is the array of numeric elements.

Description

  • This function calculates any operation in the column.
  • 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 MCOLOP (a,op,Cumulative)} ,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 set of values.
  • 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 op} 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

  1. MCOLOP([[12,30,-4],[15,36,27],[19,-8,5]],"+")

46 58 28

  1. MCOLOP([[41,-5,9],[6,9,-4],[12,20,-12]],"*")

2952 -900 432


Related Videos

Row Matrix

See Also

References