Introduction:

Summations: MATLAB’s symbolic engine is also capable of doing symbolic summations, even those with infinitely many terms! The “symsum” command is used (see help symsum) Let us consider, where f(k) is a function of an integer k. The syntax to calculate this using . MATLAB is syms k, symsum(f,k,m,n). ................
................