Question: Maple won't plot, Numbers in square brackets?? Need help urgent

Hi there, I'm trying to plot a piecewise function. The problem is, the individual pieces are evaluated separately and maple seems to evaluate the numbers into square brackets.. As a result maple can't plot these, it can however plot it if I substitute the evaluated numbers and delete the brackets. Here's and example: > P := S[0]*(d+x)/(d-p); gives 10*([23/2]+x)/[8] and when I try either plot(p,x); or plot((10*([23/2]+x)/[8]),x) it fails however it can plot((10*(23/2+x)/8),x) any help would be awesome! thanks in advance Additionally does anyone know of a convolution function in maple, alot like mathematica's: http://mathworld.wolfram.com/Convolution.html Cheers Niklz
Please Wait...