登录
首页 » matlab » matlab 常微分方程数值解法 源程序代码

matlab 常微分方程数值解法 源程序代码

于 2021-01-03 发布 文件大小:16KB
0 353
下载积分: 1 下载次数: 24

代码说明:

  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外推公式 392   11.3.2 Adams内插公式 394   11.3.3 Adams预测校正公式 395   11.4 微分方程组的数值解 397   11.4.1 Euler方法 397   11.4.2 经典四阶Runge-Kutta方法 398   11.4.3 高阶方程组的求解 399   11.5 刚性方程组的数值解 401   11.5.1 梯形公式 401   11.5.2 隐式Runge-Kutta方法 402   11.5.3 Adams隐式公式 403   11.6 边值问题的数值解 405   11.6.1 打靶法 405   11.6.2 差分法 409   11.7 MATLAB自带函数应用 411   11.7.1 ode系列函数 411   11.7.2 bvp系列函数 414   11.8 应用案例 416(numerical methods for ordinary differential equations)

文件列表:

CH11, 0 , 2019-02-13
CH11\adamscoef.m, 395 , 2017-05-20
CH11\addallnum.m, 63 , 2017-02-27
CH11\addrownum.m, 898 , 2017-02-14
CH11\dpendulum.m, 3386 , 2017-05-20
CH11\euler_trape.m, 815 , 2017-05-20
CH11\example11_9.m, 405 , 2017-05-20
CH11\lindiff.m, 795 , 2017-05-20
CH11\linsht.m, 604 , 2017-05-20
CH11\nlinsht.m, 628 , 2017-05-20
CH11\odes_AM.m, 1025 , 2017-05-20
CH11\odes_euler.m, 512 , 2017-05-20
CH11\odes_imrk4.m, 1037 , 2017-05-20
CH11\odes_rk4.m, 767 , 2017-05-20
CH11\odes_trape.m, 796 , 2017-05-20
CH11\ode_AB.m, 888 , 2017-05-20
CH11\ode_ABM.m, 1083 , 2017-05-20
CH11\ode_AM.m, 1251 , 2017-05-20
CH11\ode_euler.m, 543 , 2017-05-20
CH11\ode_imeuler.m, 778 , 2017-05-20
CH11\ode_imrk4.m, 1070 , 2017-05-20
CH11\ode_rk2.m, 716 , 2017-05-20
CH11\ode_rk3.m, 994 , 2017-05-20
CH11\ode_rk4.m, 771 , 2017-05-20
CH11\spendulum.m, 1666 , 2017-05-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 键鼠模拟(64位系统专用)自带dll
    易语言64位系统鼠标模拟模块,集成了dll调用,方便快捷(E language 64 bit system mouse simulation module, integrated with DLL call, convenient and quick)
    2017-08-25 12:53:03下载
    积分:1
  • pySOT-master
    说明:  关于代理模型优化的python工具箱,包括克里金,支持向量机等(Python Surrogate Optimization Toolbox)
    2020-02-18 16:41:22下载
    积分:1
  • 表白墙
    由wanry用PHP语言开发的一款简洁的表白墙网址源码(Simple white wall URL source code)
    2020-06-20 07:20:01下载
    积分:1
  • 本文件为ppt格式,初步介绍微电子器件的封装工艺,推荐下载!...
    本文件为ppt格式,初步介绍微电子器件的封装工艺,推荐下载!-this document to ppt format, a preliminary presentation of Microelectronics Packaging Technology, recommended download!
    2023-01-26 12:40:04下载
    积分:1
  • yuqing
    说明:  Scanning and source code analysis of designated websites, forums, posting bars, micro-blogs and Weixin public documents can be carried out. Meanwhile, feature numbers can be grabbed. Public opinion warning can be carried out through three modes: system interface, mail and short message, and various graphical public opinion analysis can be provided. At the same time, the system supports multi-level departments and multi-user definitions. Deploying a system can provide independent public opinion monitoring services for different departments. It is a low-cost, high-efficiency and high-precision Internet public opinion monitoring solution.
    2019-06-04 15:06:34下载
    积分:1
  • 很奇怪,这是一种数学方法,可以构造解。描述…
    这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。 最后,一个特殊的点,右下角,这时也应当将新数填在右下角的上方。-odd that this a mathematical method of solution can be constructed. Description relatively trouble. From a structural solution to the law : First, the entire matrix of the bottom of his home a central, then under the direction of the right order to fill 2,3,4,5,6,7 ... to the end of the encounter will be a few turns to above, where the right time to turn left on to For example, the 5* 5 magic squares, fill in if a (5,3), the two should fill in (1,4), four should be filled in (3,1) Department ... Also, when the original number at the bottom of several that should be filled to fill several the original number is still above 5 5* For Magic Squares example, when the five have completed (4,2), for its lower right
    2022-08-19 22:10:03下载
    积分:1
  • OPC Client本软件是一个利用OPC协议通讯的实例。中用到的驱动是非注册版,如果您希望使用,请使用正版。...
    OPC Client本软件是一个利用OPC协议通讯的实例。其中用到的驱动是非注册版,如果您希望使用,请使用正版。-OPC Client software is the use of a communications agreement OPC examples. Which to use the non-registered version, if you want to use, please use legitimate.
    2023-03-17 07:10:04下载
    积分:1
  • 芯片pl
    芯片pl-2303的USB转232的驱动安装程序。-chip pl-2303 to 232 USB driver installation procedures.
    2022-04-13 15:35:58下载
    积分:1
  • 最短路径c++实现
    实现对图的一个指定的操作或用图解决一个应用问题问题描述:n个村庄之间的无向图,边上的权值w(i,j)表示村庄i和j之间道路长度.现要从这n个村庄中选择一个村庄新建一所医院,使离医院最远的村庄到医院的路程最短.设计一程序求解此问题.              基本要求:用邻接矩阵表示无向网,应显示所选中的村庄到各村庄的最短距离。
    2022-11-20 16:35:03下载
    积分:1
  • ac108.h
    AC108 linux 驱动头文件,使用时请配套源文件一同下载(AC108 linux driver head file)
    2020-11-30 20:29:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载