搜索资源列表
EquationGUI-II
- 采用四阶龙格——库塔算法,应用MATLAB编写的常微分方程、偏微分方程求解算法及界面。 关键词:gui,ode,pde,difference method, runge kutta,euler,heun MATLAB版本:7.0 (R14)-EULER.m HEUN.m Rk4.M implement euler heun and runge kutta fourth order to solve ODE VANDERPOLODE.m LOGISTICOODE.m PREDAPREDA
matlab2
- matlab求解常微分方程在机械设计中的应用-matlab solving ordinary differential equations in mechanical design
fit
- 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式 l 广义积分与多重积分 l 用插值和数值积分解决
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
solvingdifferentialequations
- 有关求解微分方程的代码 常微分方程的matlab解法-using matlab to solve normal differential equations
matlab
- 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
numerical
- 按显示R-K算法编制任意m级显式R-K程序,用四阶或五阶的方法解决方程求解常微分方程的求解问题。-The use of R-K method for solving equations of the mathematical model
adams
- 用四阶亚当斯显式公式求解常微分方程初值问题是一种比较有效的方法-Adams with the fourth-order explicit formula for solving ODEs is a more effective method
work
- 采用MATLAB软件,应用有限元方法求解二阶常微分方程。-solution of FEM
fcqj
- matlab方程求解,包括代数方程(组)求解,其他求解工具,常微分方程求解,偏微分方程求解初步等-matlab equations, including algebraic equation (s) to solve, solve other tools for solving ordinary differential equations, partial differential equations to solve the initial and other
dop54_dop853
- 求解时滞常微分方程的matlab程序代码-codes for delay differential equation
matlab2
- 两种常微分方程求解的matlab程序,是自学matlab的小程序可以-Two kinds of solution of ordinary differential equations matlab program, matlab is a small program can self-learn
odesbvp
- 利用边值问题求解器bvp4c求解常微分方程的数值解(The numerical solution of ordinary differential equations is solved by using the boundary value solver bvp4c)
常微分方程求解
- 常微分方程求解,人体液透析过程的模型,求解方程组(Ordinary differential equation solution, the human body dialysis process model, solving equations)
常微分方程求解matlab
- 加恒定的膜电流,计算0~50ms时间段内 Hodgkin-Huxley模型的积分,并完整地分析和解释所得到的结果(With constant membrane currents, the integral of the Hodgkin-Huxley model in the 0~50ms period is calculated, and the results are fully analyzed and explained)
用MATLAB解常微分方程
- 利用MATLAB求解常微分方程,列举例子后并进行说明(Using MATLAB for solving ordinary differential equations, cited examples and explained)
Matlab60个小程序代码
- 利用Eular求解常微分方程、牛顿插值、迭代求解等计算方法(Use Eular solving ordinary differential equations)
Solving DDEs with Matlab
- 利用matlab求解时滞微分方程。常微分方程(ODE)和延迟微分方程(DDE)被用来描述许多有趣的现象。 虽然ODE包含依赖于自变量(“时间”)的当前值的解决方案的衍生物,但DDE还包含衍生物,其依赖于前一时间的解决方案。 在整个科学模型中出现了DDE [1]。 尽管ODE和DDE之间存在明显的相似性,但DDE问题的解决方案可能与ODE问题的解决方案在几个引人注目的重要方面存在差异[2] [20]。 这部分是因为缺乏用于解决DDE的通用软件。(Solving Delay Differential
MATLAB解矩阵微分方程
- 本文先简要介绍了矩阵的积分和微分的定义;接着通过弹簧-质量块儿-阻尼器系统的例子,阐述了求解常微分方程数值解的常用方法;最后,在前两部分的基础上,总结了用MATLAB求解形如_X(t) = f(X(t); t) 矩阵微分方程数值解的方法。(In this paper, the definition of integral and differential of matrix is briefly introduced. Then the common method of solving nume
微积分和微分方程
- 利用MATLAB进行微积分和微分方程的求解计算,包括:常微分方程、 符号微分方程、高斯积分法、矩形域高斯二重积分等。(MATLAB is used to solve calculus and differential equation, including ordinary differential equation, signed differential equation, gaussian integral method, gaussian double integral in recta