Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

matlab sum function

F = symsum(f,k,a,b)
% returns the sum of the series f with respect to the summation index k from the lower bound a to the upper bound b. If you do not specify k, symsum uses the variable determined by symvar as the summation index. If f is a constant, then the default variable is x.

Source by www.mathworks.com #
 
PREVIOUS NEXT
Tagged: #matlab #sum #function
ADD COMMENT
Topic
Name
9+1 =