Welcome![Sign In][Sign Up]
Location:
Search - ode matlab

Search list

[Other resourceode

Description: 微分方程解法D:\\matlab\\nmm\\ode.rar-Differential Equation D : \\ Matlab \\ nmm \\ ode.rar
Platform: | Size: 14803 | Author: 刘利 | Hits:

[Other resourceMATLABGUI(ODE)

Description: MATLAB有关的电子书,主要涉及微分方程求解、编程指南、GUI、函数汇总-MATLAB the e-books, mainly related to differential equation solving, programming guides, GUI, function matrix, etc.
Platform: | Size: 998028 | Author: roc woods | Hits:

[source in ebookGalerkin-ODE

Description: Theory of Galerkin Method and matlab code for ODE
Platform: | Size: 203072 | Author: fyfnwpu | Hits:

[matlabode

Description: 微分方程解法D:\matlab\nmm\ode.rar-Differential Equation D : \ Matlab \ nmm \ ode.rar
Platform: | Size: 14336 | Author: 刘利 | Hits:

[matlabexciese

Description: 解ode的算法源程序,算例为一阶常微分方程-ode solution algorithm source code, examples of first-order differential equation
Platform: | Size: 3072 | Author: 章华容 | Hits:

[OtherMATLABGUI(ODE)

Description: MATLAB有关的电子书,主要涉及微分方程求解、编程指南、GUI、函数汇总-MATLAB the e-books, mainly related to differential equation solving, programming guides, GUI, function matrix, etc.
Platform: | Size: 997376 | Author: roc woods | Hits:

[matlabode

Description: matlab codes for solving ODEs, including euler method, RK methods etc, and some examples.
Platform: | Size: 3072 | Author: 刘六 | Hits:

[Othermatlab_Runge-Kutta-Fehlberg

Description: matlabMATLAB使用龙格-库塔-芬尔格(Runge-Kutta-Fehlberg)方法来解ODE问题。-matlabMATLAB the use of Runge- Kutta- Fehlerg (Runge-Kutta-Fehlberg) approach to the solution of ODE problems.
Platform: | Size: 200704 | Author: Zeal | Hits:

[matlabMatlab_ODE_solution

Description: 对matlab ODE的求解进行了详细的分析,并带有详细的例子(代码)可用来练习。-Matlab ODE solution on a detailed analysis, with detailed examples (code) can be used to practice.
Platform: | Size: 439296 | Author: wang | Hits:

[matlabmyeuler_vs_ode45

Description: 比较欧拉公式与matlab的ode方法解微分方程的不同-Comparison of the Euler formula for the ode with matlab different method to solve differential equations
Platform: | Size: 2048 | Author: 侯硕本 | Hits:

[Otherode

Description: userguide for solving odes with matlab for students
Platform: | Size: 177152 | Author: ali | Hits:

[matlabGalerkin-ODE

Description: 这个matlab程序通过Galerkin方法求解常微分方程组,当然求解的结果是Differential Equations (ODE)近似的解。-Differential Equations (ODE) Solver through Galerkin Method
Platform: | Size: 202752 | Author: 场景为 | Hits:

[matlabEulermethod

Description: Euler s method for integration of a single, first order ODE
Platform: | Size: 1024 | Author: qt | Hits:

[matlabMatlab

Description: 荣格四阶方法 比较各种算法精度在matlab应用以及优缺点比较(ODE Differential equations for Matlab prgogrammiing)
Platform: | Size: 1024 | Author: magean | Hits:

[matlabode with matlab

Description: L. F. Shampine, I. Gladwell, S. Thompson-Solving ODEs with MATLAB-Cambridge University Press (2003)
Platform: | Size: 1042432 | Author: aylaetan | Hits:

[matlabMATLAB揭秘修订版(2012-09-24).pdf

Description: 郑碧波翻译的matlab 教程一文,介绍了统计、绘图、求微积分、解微分方程、解 ODE、变换、曲线拟合、特殊函数很多的高等数学方面的应用。学习很有帮助!(Zheng Bibo's translation of matlab tutorial , describes the statistics, drawing, calculus, differential equations, solution, ODE transform, curve fitting, many special functions of higher mathematics application.)
Platform: | Size: 5881856 | Author: ZhaoSW | Hits:

[matlab[MATLAB揭秘].David

Description: 本书使用简单易行的风格,一开始介绍了 MATLAB 基础, 你将学习到如何绘制图象,求解代数方程及计算积分,也将学 习到如何求解微分方程,求 ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末 还带终测试题目,一句话,本书给予你的是 MATLAB 精华。(his book uses a simple and easy style. It introduces the foundation of MATLAB at the beginning. You will learn how to draw images, solve algebraic equations and calculate integrals, and also learn how to solve differential equations, find ODE's numerical solutions, and use special functions. This book contains hundreds of examples and its detailed commentary process. At the end of the chapter, there are exercises. At the end of the book, we also bring the final test questions. In a word, this book gives you the essence of MATLAB.)
Platform: | Size: 7402496 | Author: kcqh | Hits:

[DocumentsMatlab解微分方程(ODE+PDE)

Description: 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.)
Platform: | Size: 496640 | Author: Shown Liu | Hits:

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

Description: 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)
Platform: | Size: 16384 | Author: XWLYF | Hits:

[Mathimatics-Numerical algorithmsOde程序

Description: 主要用于多智能体系统数值仿真,采用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.)
Platform: | Size: 1024 | Author: 木叶秋风 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net