cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Derivative of an Array

belt_sander
1-Newbie

Derivative of an Array

I have a body of data for position and time (constant time interval),
and I would like to take the derrivative in order to get the speed. Is
it possible to do this with MathCad?
2 REPLIES 2

On 5/6/2010 11:51:47 PM, belt_sander wrote:
>I have a body of data for
>position and time (constant
>time interval),
>and I would like to take the
>derrivative in order to get
>the speed. Is
>it possible to do this with
>MathCad?
_____________________________

No problem, fit first the data in order to get an analytically exploitable function, whether an approximation or a model. You can do it otherwise using the finite differences, but that won't filter/smooth the data.

jmG



For a few points data set, assumed as something like exact points without error, check in the "Quicksheets" under "Data Analysis" the entry "Differentiation and Integration of Data Vectors".

For disperse data with more or less error (a cloud of points) check, also under "Data Analysis", the related entries about fitting techniques like linfit, power fit, etc.

Regards. Alvaro.
Top Tags