Page 1 of 1

Resultant

Posted: Wed Aug 15, 2007 4:00 am
by ask2
Hi

This is a very basic beginner question.
I have 3 curves that were imported from a text file.
I would like to create a new plot inside dplot that are
the resultant of these curves

Ynew=SQRT(Y1^2+Y2^2+Y3^2)

is this possible?

Rgds
Ask2

Posted: Wed Aug 15, 2007 9:31 am
by DPlotAdmin
Yes, using Generate>Y=f(X,Y1,Y2,...). In the "Y=" box use "sqrt(Y1^2+Y2^2+Y3^2)"