Re: how to simplify sums with constant subterms?

Michel Talon <[email protected]>
Newsgroups gmane.comp.mathematics.maxima.general
Message-ID <[email protected]>
(%i1) declare(sum,additive);
(%o1)                                done
(%i2) sum(x + a[i], i, 1, n) ;
                                        n
                                       ____
                                       ╲
(%o2)                           n x +  ⟩    a
                                       ╱      i
                                       ‾‾‾‾
                                       i = 1

Le 17/08/2026 à 12:34, Claude Heiland-Allen a écrit :
> sum(x + a[i], i, 1, n) 

-- 
Michel Talon



_______________________________________________
Maxima-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-discuss
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.