MagicPlot Manual

Plotting and nonlinear fitting software

User Tools

Site Tools


Action disabled: media
differentiation

Table of Contents

Differentiation

Open Table or Figure or Plot with initial data and use Processing → Differentiate menu item.

Algorithm

To perform differentiation you should specify two columns: x and y. Missing values are ignored.

MagicPlot uses central difference formula to compute the derivative:

{y prime}_i = 1/2 ({y_{i+1} − y_i}/{x_{i+1} − x_i} + {y_i − y_{i − 1}}/{x_i − x_{i − 1}}),~ i=2...N − 1

First and last points (i=1 and i=N) are computed as follows:

{y prime}_1 = {y_2 − y_1}/{x_2 − x_1} ,~~ {y prime}_N = {y_N − y_{N − 1}}/{x_N − x_{N − 1}}

See Also

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
differentiation.txt · Last modified: Thu Jan 14 17:14:01 2021 by Alexander