sum
Calculates the sum of the inputted expression regarding the start and end values. Depending on input, function can return scalar, vector, matrix or complex number.
Arguments
- Expression for summing
- Integer starting value
- Integer ending value
- Symbol
Output
Calculated sum
Examples