Query: math::derivative
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Derivative(3pm) User Contributed Perl Documentation Derivative(3pm)NAMEMath::Derivative - Numeric 1st and 2nd order differentiationSYNOPSISuse Math::Derivative qw(Derivative1 Derivative2); @dydx=Derivative1(@x,@y); @d2ydx2=Derivative2(@x,@y); @d2ydx2=Derivative2(@x,@y,$yp0,$ypn);DESCRIPTIONThis Perl package exports functions for performing numerical first (Derivative1) and second Derivative2) order differentiation on vectors of data. They both take references to two arrays containing the x and y ordinates of the data and return an array of the 1st or 2nd derivative at the given x ordinates. Derivative2 may optionally be given values to use for the first dervivative at the start and end points of the data - otherwiswe 'natural' values are used.HISTORY$Log: Derivative.pm,v $ Revision 1.1 1995/12/26 16:26:59 willijar Initial revisionBUGSLet me know.AUTHORJohn A.R. Williams <J.A.R.Williams@aston.ac.uk> perl v5.12.3 2011-06-14 Derivative(3pm)
Related Man Pages |
---|
math::bigint::fastcalc(3pm) - mojave |
math::bigint::fastcalc(3pm) - centos |
math::vecstat(3pm) - debian |
pdl::gsl::diff(3pm) - debian |
template::plugin::math(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Introduction |
How to copy a column of multiple files and paste into new excel file (next to column)? |