Index: vector_math.rst =================================================================== --- vector_math.rst (revision 4453) +++ vector_math.rst (working copy) @@ -99,8 +99,20 @@ {|input_1|} Value &= |input_1| + + Multiply + Multiplying input 1 and 2. + .. hint:: + .. math:: + + Vector &= input_1 * input_2 + + Value &= \frac{abs(Vector_x) + abs(Vector_y) + abs(Vector_z)} + {3.0} + + Outputs =======