当前位置:
首页 资源下载
搜索资源 - matlab euler initial value problem
搜索资源列表
-
0下载:
数值解法
例1 用改进的欧拉方法求一阶方程初值问题的
数值解
例2 数学摆的运动方程与近似方程数值解比较
例3 四阶龙格库塔公式求数值解
Matlab实现求数值解
例1 求初值问题y =x*sin(x)-y,y(0)=0的数值
解.先编辑一个定义方程的ODEF函数文件
ODEfun1.m.
例2 求方程组初值问题的数值解,按指定步长
0.05划分节点.
例3 按指定的精度求高阶方程初值问题的数值解.-Numerical S
-
-
2下载:
本程序是关于常微分方程初值问题数值解的欧拉算法及线性多步法的matlab代码,对初学者有帮助,例题用的李荣华的微分方程数值解法第一章的习题-This program is about Euler algorithm for numerical initial value problem of ordinary differential equations and linear multistep method matlab code, useful for beginners, examples
-
-
1下载:
解微分方程的欧拉法,龙格-库塔法及其 MATLAB 简单 实例欧拉方法(Euler method)用以对给定初值的常微分方程(即初值问题)求解 分为前进 EULER 法、后退 EULER 法-Solution of differential equations of Euler, Runge- Kutta method and MATLAB simple example Euler (Euler method) for a given initial value ordinary differe
-
-
0下载:
本例为四种求解Blasius平板边界层方程的数值计算方案,欧拉法,改性欧拉法,二阶龙格库塔法和四阶龙格库塔法。为了满足无渗透边界条件,f 位于eta=0处的初值在不同方法下需要进行一定的调整。-This folder contains the matlab programs to solve the Blasius equation for boundary layer of flat plate. There are four numerical methods to solve this p
-