Page 1 of 1
Is there a way to subtract two curves...?
Posted: Wed Jan 06, 2010 7:27 pm
by joecar
Is there a way to do arithmetic (subtraction) on two curves to produce a new curve...?
Posted: Wed Jan 06, 2010 8:27 pm
by DPlotAdmin
Generate>Y=f(X,Y1,Y2,...) with Y=Y1-Y2 (or in general Yn-Ym), where n and m are the curve indices you want to operate with.
Posted: Wed Jan 06, 2010 9:18 pm
by joecar
Ok, thanks.