搜索资源列表
ode
- matlab codes for solving ODEs, including euler method, RK methods etc, and some examples.
rk
- 荣格库塔法解微分方程组,比matlab自带的ode求解命令更准确,误差更少-Rong-Kutta method for solving differential equations group' s ode to solve than the matlab command comes more accurate, less error
odesolve
- solving ODE equations
Rafal_Majorczyk_AssingmentC_-Sharp8
- Goal of the project was to use numerical methods for solving systems of ordinary differential equations (ODE) using MATLAB software. As in previous assignments first of all I had to research for algorithms, which would be helpful during evaluatio
ParallelComputingDemos
- 在这个网络研讨会共有3个主要的例子所示: *塔放置优化的电话使用内置的并行能力,优化工具箱 *一个ODE扫描参数研究使用for循环并行 *第二阶波动方程的求解使用CPU和GPU 你可以找到这里的网络研讨会记录:http://www.mathworks.com/wbnr56334-There were 3 main examples shown in this Webinar: * Optimization of phone tower placement using
EULER
- 尤拉法解ode,張鵬永老師傳授之數值方法-Euler method for solving ode, Zhang Pengyong teacher
InitialPValuePODEPSolutions
- MATLAB求解ODE方程,里面的WORD文档详细介绍了各文件的作用-MATLAB ODE solving equations, the WORD document which details the role of each document is also loaded.
MATLAB2011couse
- 本书使用简单易行的风格,一开始介绍了 MATLAB基础,你将学习到如何绘制图象,求解 代数方程及计算积分,也将学习到如何求解微分 方程,求 ODE 的数值解,使用特殊函数等。本书 含有几百个例子及其详细解答过程,章末带有习 题,书末还带最终测试题目,一句话,本书给予 你的是MATLAB精华。 本自学指导书提供了: 上手MATLAB的最快方法 几百个带有解答过程的工作实例 覆盖了MATLAB7 &
compareODEsols
- Solving IVP ODEs using Symbolic MATH "dsolve", Laplace Transforms and MuPAD for analytic solutions and ODE45, ODE113 and Simulink for numeric solutions of the given 2nd order ODE is shown in this scr ipt.
the-secret-of-MATLAB
- 用简单易行的风格,一开始介绍了MATLAB 基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB 精华.-Simple style , a start MATLAB basis , You will learn how to draw images, solving algebraic equations and
BVibration
- solving 3DOF vibration ODE using MATLAB
orbit
- 基于matlab编程,给定几对初值,利用ode求解奔月的轨道示意图-Matlab-based programming, given a few of the initial value, the use of ODE solving flying to the moon orbit diagram
simdata_M
- 在matlab环境下,利用ode命令求解常微分方程组的学习算例-In the matlab environment, the use of the command for solving ordinary differential equations ode to learn examples
runge-kutta
- Runge-Kutta programme solving ODE. Not using solver but equations ste-by-step. Rayleigh-Plesset.
findiff
- matlab求解两点边值问题的常微分方程组。追赶法求解。-chasing method for solving ODE bvps
Solving.ODEs.with.MATLAB
- 详细介绍了matlab中的ODE函数求解偏微分方程组的各种方法,附带示例,适合初学者学习。-Details of the ODE function matlab various methods for solving partial differential equations, with examples, for beginners to learn.
chaos--seidel--jacobi--lnback--ode
- 该程序包包含五个代码,均用matlab编写,内容分别是混沌动力系统中,logistics函数随参数a变化周期收敛图像;以及seidel,jacobi两种迭代法求解线性方程组;以及常微分方程求解乒乓球运动轨迹;以及用newton向后插值法估计lnx函数值的源文件。-This package contains five codes are written in matlab, the contents are chaotic dynamical systems, logistics function
untitledpws
- solving of an ordinary differential eq un matlab
ode with matlab
- L. F. Shampine, I. Gladwell, S. Thompson-Solving ODEs with MATLAB-Cambridge University Press (2003)
Solving DDEs with Matlab
- 利用matlab求解时滞微分方程。常微分方程(ODE)和延迟微分方程(DDE)被用来描述许多有趣的现象。 虽然ODE包含依赖于自变量(“时间”)的当前值的解决方案的衍生物,但DDE还包含衍生物,其依赖于前一时间的解决方案。 在整个科学模型中出现了DDE [1]。 尽管ODE和DDE之间存在明显的相似性,但DDE问题的解决方案可能与ODE问题的解决方案在几个引人注目的重要方面存在差异[2] [20]。 这部分是因为缺乏用于解决DDE的通用软件。(Solving Delay Differential