id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
12123	Bug in convolution	kcrisman	burcin	"{{{

sage: x = PolynomialRing(QQ,'x').gen()
sage: f = Piecewise([[(-2, 2), 2 * x^0]])
sage: g = Piecewise([[(0, 2), 3/4 * x^0]])
sage: n = f.convolution(g)

sage: n
Piecewise defined function with 3 parts, [[(-2, 0), 3/2*x + 3], [(0, 2), 6], [(2, 4), -3/2*x + 6]]
}}}
But the middle piece should be 3, not 6, apparently.

See the original report at [http://ask.sagemath.org/question/965/convolution-got-the-wrong-result this ask.sagemath.org question]."	defect	new	major	sage-5.10	calculus			wdj		N/A					
