Tue 2017-12-26 08:04:59 UTC, BDesco:

> Sorry for my late reply. Thanks for your help.
> unhold works fine but I could not find any documentation on it.

You can get the documentation of .unhold by using ".unhold?":

    sage: k, n = SR.var('k n')
    sage: s = sum(n^5, n, 0, k, hold=True)
    sage: s
    sum(n^5, n, 0, k)
    sage: s.unhold()
    1/6*k^6 + 1/2*k^5 + 5/12*k^4 - 1/12*k^2
    sage: s.unhold?

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

Reply via email to