niklz

4 Reputation

2 Badges

17 years, 222 days

MaplePrimes Activity


These are questions asked by niklz

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
Page 1 of 1