Difference between revisions of "Manuals/calci/MROWOP"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MROWOP (a,op,Cumulative) '''</div><br/> *<math>a</math> is any set of values. *<math>op</math> is any operation. ==Description== *This function...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="font-size:30px">'''MROWOP (a,op,Cumulative) '''</div><br/>
+
<div style="font-size:30px">'''MROWOP (a,op,Cumulative)'''</div><br/>
 +
where
 
*<math>a</math> is any set of values.
 
*<math>a</math> is any set of values.
 
*<math>op</math> is any operation.
 
*<math>op</math> is any operation.
 +
**MROWOP() is calculating the given operation for the each given row.
  
 
==Description==
 
==Description==
*This function is calculating the given operation for the each given row.
+
MROWOP (a,op,Cumulative)
*In <math>MROWOP (a,op,Cumulative)</math>, <math>a</math> is the set of values.
+
*<math>a</math> is the set of values.
 
*<math>op</math> is any operation.
 
*<math>op</math> is any operation.
 
*ROWOP means do the given operation.
 
*ROWOP means do the given operation.
Line 16: Line 18:
 
# MROWOP([[3,6,9,12],[-2,-9,34,87],[10,-21,45,28]],"*") = 1944   53244    -264600
 
# MROWOP([[3,6,9,12],[-2,-9,34,87],[10,-21,45,28]],"*") = 1944   53244    -264600
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=NlIx51qKcgI|280|center|Matrix Row}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:34, 7 March 2019

MROWOP (a,op,Cumulative)


where

  • is any set of values.
  • is any operation.
    • MROWOP() is calculating the given operation for the each given row.

Description

MROWOP (a,op,Cumulative)

  • is the set of values.
  • is any operation.
  • ROWOP means do the given operation.
  • If the given operation is "+" then all the numbers in each row are get added together.
  • According to the operation each rows will get calculated.

Examples

  1. MROWOP([[2,3,4],[10,12,13],[0,1,2]],"+") = 9 35 3
  2. MROWOP([[12,76,90],[34,-19,98.2]],"-") = -154 -45.2
  3. MROWOP([[3,6,9,12],[-2,-9,34,87],[10,-21,45,28]],"*") = 1944 53244 -264600

Related Videos

Matrix Row

See Also


References