How to I handle indexed sums?
For instance, can I write something like
d=12
f(x)=(x+2)^d
p=[]
p=coefficients(f)
a=[]
s=sum_(j=0)^d((a[d+k-j]*p[j+1]))
add a comment
Asked: 2019-11-10 08:58:06 +0100
Seen: 80 times
Last updated: Nov 10 '19
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.