On Jul 31, 4:27 pm, Mitesh Patel <qed...@gmail.com> wrote:
> You could try using sage.misc.citation.get_systems:
>
> sage: var('n, k');
> sage: sum(1 / sum(k, k, 1, n), n, 1, infinity)
> 2
> sage: from sage.misc.citation import get_systems
> sage: get_systems('sum(1 / sum(k, k, 1, n), n, 1, infinity)')
> ['MPFI', 'ginac', 'GMP', 'Maxima']
>

Thank you for the nice hint :)

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to