开发者

How to implement Trapezoidal method in PHP?

开发者 https://www.devze.com 2023-01-04 14:05 出处:网络
Z = TRAPZ(X,Y) computes the integral of Y with respect to X using the trapezoidal method. TRAPZ is an existing func开发者_如何学Ction in MATLAB, but how to implement it in PHP?hey, what about wikip

Z = TRAPZ(X,Y) computes the integral of Y with respect to X using the trapezoidal method.

TRAPZ is an existing func开发者_如何学Ction in MATLAB, but how to implement it in PHP?


hey, what about wikipedia? http://en.wikipedia.org/wiki/Trapezoidal_rule here is great explanation and even code samples.

0

精彩评论

暂无评论...
验证码 换一张
取 消