MagicPlot Manual

Plotting and nonlinear fitting software

User Tools

Site Tools


differentiation

This is an old revision of the document!


Table of Contents

Differentiation

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

Formula

To perform integration 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}}

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.1273571787.txt.gz · Last modified: Sun Nov 8 12:20:32 2015 (external edit)