搜索资源列表
Galerkin-ODE
- Theory of Galerkin Method and matlab code for ODE
Matlab-ODE--PPT
- matlab解常微分方程的一个非常好的PPT,可以让初学者尽快了解常微分方程的解法-matlab solution of ordinary differential equations of a very good PPT, so that beginners can understand as soon as possible the solution of ordinary differential equations
Matlab_ODE_solution
- 对matlab ODE的求解进行了详细的分析,并带有详细的例子(代码)可用来练习。-Matlab ODE solution on a detailed analysis, with detailed examples (code) can be used to practice.
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
myeuler_vs_ode45
- 比较欧拉公式与matlab的ode方法解微分方程的不同-Comparison of the Euler formula for the ode with matlab different method to solve differential equations
Finite_difference_Methods_for_ODE_and_PDE
- Finite Difference methods for solution of PDE and ODE. Presented mathematical algoritms for solution of Partial Differential Equations and Ordinary Differential Equations. Matlab codes included in the text.
lyapunov
- Lyapunov exponent calcullation for ODE-system. The alogrithm employed in this m-file for determining Lyapunov exponents was proposed in A. Wolf, J. B. Swift, H. L. Swinney, and J. A. Vastano, "Determining Lyapunov Exponents from a Time Series," Physi
ode_suite
- MATLAB中用于解常微分方程序的算法解释。-matlab ode suite
Galerkin-ODE
- 这个matlab程序通过Galerkin方法求解常微分方程组,当然求解的结果是Differential Equations (ODE)近似的解。-Differential Equations (ODE) Solver through Galerkin Method
Calculation Lyapunov Exponents for ODE
- Matlab Calculation Lyapunov Exponents for ODE
ODE-in-Matlab-code-example
- MATLAB中ODE算法的完整例程,可以参照学习,并且可以直接改动参数,可以运行成功。-Complete routine in MATLAB ODE algorithm can refer to learn, and you can directly change the parameters, you can run successfully.
Matlab-ODE
- 常微分方程的初值问题(包括欧拉法、隐式欧拉法等)-Matlab initial value problem of ODE
Matlab
- 荣格四阶方法 比较各种算法精度在matlab应用以及优缺点比较(ODE Differential equations for Matlab prgogrammiing)
sodeswm
- Ode with Matlab, matlab m files codes, ready for download
ode with matlab
- L. F. Shampine, I. Gladwell, S. Thompson-Solving ODEs with MATLAB-Cambridge University Press (2003)
MATLAB揭秘修订版(2012-09-24).pdf
- 郑碧波翻译的matlab 教程一文,介绍了统计、绘图、求微积分、解微分方程、解 ODE、变换、曲线拟合、特殊函数很多的高等数学方面的应用。学习很有帮助!(Zheng Bibo's translation of matlab tutorial , describes the statistics, drawing, calculus, differential equations, solution, ODE transform, curve fitting, many special funct
[MATLAB揭秘].David
- 本书使用简单易行的风格,一开始介绍了 MATLAB 基础, 你将学习到如何绘制图象,求解代数方程及计算积分,也将学 习到如何求解微分方程,求 ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末 还带终测试题目,一句话,本书给予你的是 MATLAB 精华。(his book uses a simple and easy style. It introduces the foundation of MATLAB at the beginning. You w
Matlab解微分方程(ODE+PDE)
- MATLAB解常微分方程和偏微分方程求解器介绍,算法和用法。结合几个有代表性的案例,一步步讲解,非常简单、清楚,明了(MATLAB solutions to ordinary differential equations and partial differential equations solver, algorithm and usage. A few representative cases, step by step, are very simple, clear and clear.
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外推公式
Ode程序
- 主要用于多智能体系统数值仿真,采用MATLAB中ode45函数解线性微分方程组(It is mainly used in the numerical simulation of multi-agent system. The ode45 function in MATLAB is used to solve linear differential equations.)