معرفی شرکت ها


fdce-0.1.2a1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Finite difference coefficient estimator
ویژگی مقدار
سیستم عامل -
نام فایل fdce-0.1.2a1
نام fdce
نسخه کتابخانه 0.1.2a1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jorge Morgado Vega
ایمیل نویسنده jorge.morgadov@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/fdce/
مجوز -
Finite difference coefficients estimator ======================================== Python implementation of the algorithm presented in: Fornberg, B. (1988). Generation of finite difference formulas on arbitrarily spaced grids. Mathematics of computation, 51(184), 699-706. This algorithm can estimate the coefficients of the finite difference formula used to estimate any derivative of an unidimensional function at a point `x_0` given a grid of points (mostly neighbors of `x_0`). The accuracy level is determined by the number of grid points used in each estimation. Highlights ---------- 1. Grid points do not have to be equally spaced. 2. `x_0` does not have to be one of the grid points. 3. As a result of 2., the algorithm can also be used to interpolate a function at a point `x_0`, by using the coefficients of the derivative of order zero. 4. In a single `M` order derivative approximation the coefficients needed to estimate the derivative at any order from zero to `M` are calculated.


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl fdce-0.1.2a1:

    pip install fdce-0.1.2a1.whl


نصب پکیج tar.gz fdce-0.1.2a1:

    pip install fdce-0.1.2a1.tar.gz