文件名称:ordinary-differential-equation
- 所属分类:
- mathematica
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-03-18
- 文件大小:
- 592kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本次课程设计中,主要讨论了常微分方程的初值问题数值解法。文章主要分3大块,分别是:1.简单介绍几种常微分方程的初值问题数值解的求法,给出其算法流程图和相应matlab程序。2.通过运用典型的数值解法如Eulor方法,改进Eulor方法,Runge-Kutta方法求解具体常微分方程并分析对比方法收敛阶、稳定性。3.进一步去用以上三种方法求解Lotka-Volterra方程,分析食饵与捕食者模型,得出相关结论。-The curriculum design, focused on the numerical solution of initial value problem of ordinary differential equations. This article mainly divided into three large pieces, namely: 1. brief introduction of several ordinary differential equation initial value problem of numerical solution method for finding, given its flow chart and the corresponding algorithm matlab program. 2. The method Eulor improve Eulor method, Runge-Kutta method to solve through the use of typical numerical solution of ordinary differential equations and specific analysis and comparison Convergence order and stability. 3. Further to the above three methods used to solve the Lotka-Volterra equations of prey and predator model, draw relevant conclusions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数值分析课程设计2.docx
源代码
......\no1
......\...\Euler.m
......\...\eulerpro.m
......\...\excute.m
......\...\f.m
......\...\f1.m
......\...\interpolation.m
......\...\kutta.m
......\no2
......\...\Euler.m
......\...\Eulerpro.m
......\...\f1.m
......\...\f2.m
......\...\rk.m