搜索资源列表
Neville
- 本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
Euler_Taylor
- Euler解常微分方程,Taylor解常微分方程,追赶法求解三对角方程-Euler solutions ordinary differential equations, differential equations solution Taylor, catching up with the method three pairs Kok equation
MATLABpro
- 该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton interpolation, Taylor Xie differen
solve_function
- 一个Taylor解常微分方程的实例,包括二阶和四阶的;一个Euler解常微分方程。
Matlab--euler
- 小程序,matlab编的,用于解常微分方程的问题-Small program, matlab compiled for the solution of ordinary differential equations of the problem
Euler
- 欧拉法解常微分方程的matlab仿真文件,运行可得结果-Euler method solution of ordinary differential equations Matlab simulation file, run the results
euler
- Euler法 , 改进Euler法 , Heun法 ,利用matlab实现,解常微分方程-Improved Euler method ' Euler method' , ' ' ' Heun Law' , using matlab to achieve solution of ordinary differential equations
Matlab-Euler-method
- 基于Euler方法解常微分方程,过程简单,方便,速度快-Solution of ordinary differential equations based on Euler method, the process is simple, convenient, fast! !
Euler-Differential-equation
- 本程序为在matlab环境下使用Euler法解常微分方程的通用程序-Euler solution of ordinary differential equations
Euler
- Euler 解常微分方程 MATLAB 仿真-Euler solution of ordinary differential equations MATLAB simulation
nujber
- 该程序包包含大量的matlab程序,比如Euler解常微分方程-This package contains a large number of matlab procedures, such as Euler solutions of ordinary differential equations
equctiofs
- 该程序包包含大量的matlab程序,比如Euler解常微分方程-This package contains a large number of matlab procedures, such as Euler solutions of ordinary differential equations
牛顿插值和欧拉法解方程
- 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
oruinauymazlab
- 该程序包包含大量的matlab程序,比如Euler解常微分方程(This package contains a large number of matlab procedures, such as Euler solutions of ordinary differential equations)
常微分方程
- 你投资了100元在某个储蓄账户,存款年利率为 。令 表示 年后你的账户金额。假设该账户是连续计息,那么 满足以下常微分方程初值问题: 利用欧拉法或使用ode45求解该常微分方程初值问题,并画出10年内的 函数图像,和该常微分方程精确解比较(You invest 100 yuan in a savings account, the annual interest rate is. The amount of your account after that. Assuming
Matlab
- matlab代码,干货满满,涉及Euler解常微分方程、追赶法求解三对角方程等等(matlab learing,Newton interpola,Euler,ordinary differential equation)
Matlab60个小程序代码
- 利用Eular求解常微分方程、牛顿插值、迭代求解等计算方法(Use Eular solving ordinary differential equations)
work
- 用Mtlab写的解常微分方程的欧拉法,属于比较基础的方法。(The solution of ordinary differential equations of Euler method)
changweifen
- 可以对常微分方程进行欧拉变换求欧拉解,便于初学者使用(Euler transformation can be used to solve EDI for ordinary differential equations, so it is convenient for beginners to use.)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式