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

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

于 2021-01-03 发布 文件大小:16KB
0 205
下载积分: 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 个回复

  • computer_design
    该程序能够实现计算器程序设计,采用C++编程,来自C++程序设计原理与实践。(The program can achieve calculator program design, using C++ programming, program design from C++ Principles and Practice)
    2014-02-19 14:34:59下载
    积分:1
  • Galaxy.5000.AG_Patch
    说明:  APC Galaxy 5000 - Fully working patch for the Uninterruptable Powersource for maintaining.
    2020-06-25 01:00:01下载
    积分:1
  • N25Q128A13E_3V_MicronXIP_VG12.tar
    NOR FLASH CONTROLLER
    2018-03-04 06:47:17下载
    积分:1
  • 指示器的jQuery插件
    说明:  插件中的方法非常容易定制和实现,并且使用的图片都是矢量图片(The method in the plug-in is very easy to customize and implement, and all the pictures used are vector pictures.)
    2019-01-19 09:48:47下载
    积分:1
  • 基于变速模糊-PI混合控制的直流电机双闭环调速
    说明:  在simulink上运行,双闭环模糊控制,亲测有效(Running on simulink, double closed - loop fuzzy control, effective pro - test)
    2019-12-17 10:04:57下载
    积分:1
  • 红外解码普通IO
    利用一个中断和定时器解码不占用CPU过多资源,解码NEC格式的红外遥控器(Using an interrupt and timer decoding does not occupy CPU too many resources, decoding NEC format infrared remote control.)
    2018-07-26 18:44:39下载
    积分:1
  • CarLifeVehicleLib动态链接库使用说明
    说明:  CarLifeVehicleLib动态链接库使用说明(CarLife Vehicle Lib is a C++ based cross platform dynamic library, which realizes the function of channel establishment, data sending and receiving, protocol parsing and packing in HU CarLife. Using this library can speed up the development of CarLife in HU.)
    2020-02-06 09:33:19下载
    积分:1
  • 这是小时候的小孩玩过的比较经典的一款小游戏,适合c++初学者借鉴...
    这是小时候的小孩玩过的比较经典的一款小游戏,适合c++初学者借鉴-This is when the kids played a comparison of the classic game for c++ beginners learn
    2022-07-15 13:23:55下载
    积分:1
  • code
    Due to its high modularity and carry-free addition, a redundant binary (RB) representation can be used when designing high performance multipliers. The conventional RB multiplier requires an additional RB partial product (RBPP) row, because an error-correcting word (ECW) is generated by both the radix-4 Modified Booth encoding (MBE) and the RB encoding. This incurs in an additional RBPP accumulation stage for the MBE multiplier. In this paper, a new RB modified partial product generator (RBMPPG) is proposed; it removes the extra ECW and hence, it saves one RBPP accumulation stage.
    2017-10-01 23:34:56下载
    积分:1
  • model_m200
    说明:  上传一个非常好用的4点悬置matlab解耦计算(Decoupling calculation)
    2020-06-20 09:57:56下载
    积分:1
  • 696518资源总数
  • 104749会员总数
  • 68今日下载