搜索资源列表
integrate(nu)
- This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral
SimpsonsRule.java
- Simpsons Integration: In numerical analysis, Simpson s rule is a method for numerical integration, the numerical approximation of definite integrals. Specifically:
DblSimpson
- 在MATLAB中用复合辛普森公式求函数的二重数值积分。-realizing double integral by Complex Simpsons Formula in MATLAB
proj4
- Numerical integration using guass and simpsons method. Also includes a example code which uses the above to calculate carbon diffusion in steel over time at various temperatures
simpsons
- SIMPSON S 1/3RD INTEGRATION RULE
simpsons_rule
- SIMPSONS RULE S TO CALCULATE AN INTEGRAL
integrl
- This function computes the integral of F(X)DX where the integrand is specified at discrete points F spaced DX apart (F is a vector, DX is a scalar). Simpsons Rule is used, so that the error is O(dx^5*F4). (F4 is the 4th derivative of F).-This functio
hw5
- Simpsons 1/3 rd rule useful numerical algorithm , easy way of matlab code gives good experience
辛普森法求解fredholm方程
- 通过辛普森法求解第二类fredholm积分方程,稍作修改就可以求解第一类fredholm积分方程(The first type of fredholm integral equation is solved by the simpsons method)
s87
- simpsons rule of integration
s38
- simpsons 3/8 rule of integration algo