📜  matlab求和函数 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:23.578000             🧑  作者: Mango

代码示例1
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.