∑语言中求和符号是什么?

如题所述

是@sum。

例如两个连加的情况,可以这样:@sum(setone(i):@sum(settwo(j):setmember(i,j)))

model:

sets:

ll/1..1000/:;

endsets

calc:

s=0;

@for(ll(i):s=s+i^2);

endcalc

end

Feasible solution found.

Total solver iterations: 0

Variable Value

S 0.3338335E+09

扩展资料:

cyc

∑cyc是轮换对称求和,

比如:∑(cyc)x²y=x²y+y²z+z²x

sym

∑sym是对称求和,

如:∑(sym)x²y=x²y+x²z+y²x+y²z+z²x+z²y

参考资料来源:百度百科-∑

温馨提示:答案为网友推荐,仅供参考
相似回答