搜索资源列表
BipedHumSimulation
- 用ODE开发的双足机器人行走模拟。需要安装ODE环境。-Developed by ODE walking biped robot simulation. Need to install the ODE environment.
MATLABjiemi
- 在这本实用的指导书帮助下你立即就可使用MATLAB了。《MATLAB揭秘》为学习这种功能强大的数学计算工具提供了高效的、启发性的方法。 本书使用简单易行的风格,一开始介绍了MATLAB基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE的数值解,使用特殊函数工作。本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB精华。 本自学指导书提供了: 上手MATLAB的最快方法 几百个带有解答过程
Ode
- 简单的插值,积分功能,,其中有文件的注释,希望对刚入门者有用-Simple integral function
ode
- ode problemds in mathematic
scipy-0.9.0b1
- SciPy函数库在NumPy库的基础上增加了众多的数学、科学以及工程计算中常用的库函数。例如线性代数、常微分方程数值求解、信号处理、图像处理、稀疏矩阵等等。-SciPy is package of tools for science and engineering for Python. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal
Kutta-
- ODE库塔四阶法源程序 基于labview下的库塔四阶法的源程序-Kutta method of fourth order ODE source labview-based David Coulthard fourth order under the law of the source
solve-ODE-using-Matlab
- 用matlab解决一般常微分方程的代码~其中还有测试代码。-General ordinary differential equations solved using matlab code to which the test code.
20030613
- 龙格库塔法ode是专门用于解微分方程的功能函数,他有ode23,ode45,ode23s等等,采用的是Runge-Kutta算法。ode45表示采用四阶,五阶runge-kutta单步算法,截断误差为(Δx)3。解决的是Nonstiff(非刚性)的常微分方程.是解决数值解问题的首选方法,若长时间没结果,应该就是刚性的,换用ode23来解.-Runge-Kutta method is designed for solving differential equations ode performan
SimRobot-
- 基于ODE引擎的机器人腿部运动控制,对学习ODE物理引擎很有用-Small leg robot program based on the ODE engine, it is very useful for learning ODE engine.
3
- ode files in matlab in five method: full order 3rd order reduced order linear dynamic
chua
- 这是一个用ode系列命令求解方程的实例,希望你能从中得到自己想要的-this is a program about the code for ode series ,hope you can learn from it
ODENonLinFinDif
- NonLinear ODE Function
ODELinFinDif
- This Matlab scr ipt solves the linear boundary value problem, second-order finite differences, as explained in the text.-linear ODE Function
Matlab-ODE
- 常微分方程的初值问题(包括欧拉法、隐式欧拉法等)-Matlab initial value problem of ODE
ODE
- 这是书籍An Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB第二章非线性方程组(常微分方程组)的matlab程序,主要应用于化学动力学的相关领域,具体参见书籍-This is books An the Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB i
BzzMath6
- numerical tool for ode and pde equations
matlab 程序
- Lorenz方程的ODE解法,希望能帮助大家。(The ODE solution of the Lorenz equation, I hope to help you.)
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外推公式