Hi, I wanted to get the sum of two piecewise linear functions, but the obvious thing does not seem to work; is there an easy (= already implemented) way to do this? here is what I mean:
R.<t> = RR[] a = Piecewise([[0,1],t]) b = Piecewise([[0,1],t]) c = a+b thanks in advance! -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
