搜索资源列表
牛顿欧拉法
- 此算法是牛顿欧拉法(在VC环境下)-this method is newton-euler method
割线法和改进的欧拉法
- 我这是割线法和改进的欧拉法的源代码-This a secant method and improve the Eulerian method of source code!
欧拉法求解一阶常微分方程组的C语言实现
- 用改进的欧拉法求解一阶常微分方程组的C语言实现方法,Using the improved Euler' s method for solving a first-order ordinary differential equations of the C language implementation method
Euler
- 欧拉法和龙格库塔算法解一阶常微分方程源代码-Euler method and Runge-Kutta algorithm for solving differential equation source code
Euler_adv
- 欧拉法解二阶微分方程组的源代码 以某一特例为代表-Euler
wenoeul
- 有限差分法求解欧拉方程,weno有限差分法求解欧拉方程。-Euler solved with weno
feixianxing
- mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
changweifenfangchengshuzhijie
- 自编常微分方程初值问题的常用算法,包括折线法、改进欧拉法、4阶龙格-库塔法-Self-compiled initial value problems of ordinary differential equations commonly used algorithms, including the broken line method, improved Euler' s method, 4-order Runge- Kutta method
NumericalSolutionofOrdinaryDifferentialEquationsso
- 常微分方程的数值解法源码,包括欧拉法,RK法,四阶高斯法,LAIII法,LBIII法,LA-LBIII配置法-Numerical Solution of Ordinary Differential source, including Euler method, RK method, fourth order Gauss method, LAIII law, LBIII method, LA-LBIII collocation method
cfd
- Fortran 有限体积法 一阶迎风格式计算欧拉方程 管流-Fortran order upwind finite volume method, the format of a pipe flow calculation of Euler equations
非线性吸振器欧拉梁振动抑制
- 利用模态叠加法计算得到安装非线性能量阱前后欧拉梁的振动响应(vibration responses of the euler beam with a nonlinear energy sink is solved by using modal method)
牛顿插值和欧拉法解方程
- 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
1-D 欧拉(Euler)方程求解Laval缩放喷管.rar
- 参照Blazek博士的单元节点法准1-D 欧拉(Euler)方程程序,编写采用单元中心法的准1-D 欧拉(Euler)方程求解Laval缩放喷管的程序。(Referring to Dr. Blazek's element node method, the quasi 1-D Euler equation procedure is used to prepare the quasi 1-D Euler equation using the cell center method to solve
超松弛插值与改进欧拉法 龙格库塔法
- 拟合超松弛线性插值,改进欧拉法与龙格库塔算法(Fitting the relaxation linear interpolation, the improved Euler method and Runge Kutta algorithm)
matlab
- 利用欧拉法计算地震作用下的位移响应,其中Tabas.txt为地震数据(可根据实际情况更改)(Explicit Euler analyze the response of the SDOF system)
欧拉法
- 常微分方程数值解法:欧拉法,并将其应用于自由落体问题(here is the matlab code for solving the ordinary differential equation by using the Eular method. besides, the author also gave an example for testing.)
w2
- 利用欧拉法,改进欧拉法,四阶龙格库塔,求解常微分方程(Using the improved Euler Euler method, four order Runge Kutta method for ordinary differential equations.)
work
- 用Mtlab写的解常微分方程的欧拉法,属于比较基础的方法。(The solution of ordinary differential equations of Euler method)
向后欧拉法
- 书籍《微分方程的数值解法与程序实现》第三章向后欧拉法程序,原书为C,我写成了matlab(MATLAB program for backward Euler method)
欧拉法解微分方程例子
- 应用欧拉法解微分方程组,对于初学者理解,相信会有用处