On Tuesday, March 8, 2016 at 4:02:48 PM UTC+1, kcrisman wrote:
>
> sage: a,b = 2, 12
> sage: a,b = SR(a), SR(b)
> sage: a.add(b,hold=True)
> 14
>
> so I think this might be pretty hard unless one messed a lot with the 
> internals (e.g. Pynac/Ginac).
>

Why not 

sage: print '{0} + {1}'.format(a, b)
2 + 12

I mean, you *know somehow you need an add, so why not print it yourself?

-- 
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