matlab sum function
syms k x
F1 = symsum(k^2,k,0,10)
matlab sum function
syms k x
F1 = symsum(k^2,k,0,10)
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.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us