Hello, there is signal function: signal = Piecewise([ [(0,5), cos(2*pi*1*x) ], [(5,10), cos(2*pi*2.5*x) ], ])
And window function: window = Piecewise([[(-1,1),1]]) And the result function: r=window*signal How can I integrate it now? I'am trying: r.integral(definite=True) but it leads to error: "TypeError: integral() takes no arguments (3 given)" -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
