A first implementation <https://trac.sagemath.org/ticket/22937>, 
distributing symbolic sums and integrals over sums, needs review.

--
Emmanuel Charpentier

Le mercredi 3 mai 2017 17:01:46 UTC+2, Emmanuel Charpentier a écrit :
>
> Idea : a mechanism allowing to obtain the right-hand expressin of 
> equalities such as :
>
> sum(X(j)+Y(j),j,1,p)==sum(X(j),j,1,p)+sum(Y(j),j,1,p)
> prod(X(j)*Y(j),j,1,p)==prod(X(j),j,1,p)*prod(Y(j),j,1,p)
> integrate(f(x)+g(x),x,a,b)==integrate(f(x),x,a,b)+integrate(g(x),x,a,b)
>
> starting from their left-hand expression.
>
> This is a generalization of this proposal 
> <https://groups.google.com/forum/#!topic/sage-support/wLo2RQ-KSag>, which 
> generated Trac#22915 <https://trac.sagemath.org/ticket/22915> (a
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to