搜索资源列表
VC实现常微分方程初值问题求解
- 讲述如何利用VC的编程来求解微分方程的一种思想-VC on how to use the programming to solve a differential equation thinking
ode_solver
- 求解常微分方程的工具,matlab版本的
COLSYS
- 常微分方程求解程序,可以求解常微分方程的源程序
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
cvode-2_6_0_tar
- 该程序是求解常微分方程(ODE)的初值问题。-solves initial value problems for ordinary differential equation (ODE) systems.
cvodes-2_6_0_tar
- 该程序求解常微分方程(ODE),并包括敏感性分析。-solves ODE systems and includes sensitivity analysis capabilities (forward and adjoint).
Euler
- 计算方法程序,用欧拉及其改进方法方法求解常微分方程-Calculation methods and procedures used Euler its improved method for solving ordinary differential equations
Runge-Kutta-4th-Order-Method--
- 用于求解常微分方程的四阶龙格-库塔法,该方法是一种很好的求解微分方程方法。-Runge- Kutta method for solving ordinary differential equations, the method is a good method for solving differential equations.
60-essential-MATLAB-code
- MATLAB必备的60个程序代码! 例如,求解常微分方程等等.-60 essential MATLAB code
MATLAB
- 隐式Euler公式求解常微分方程 输入参数: -odefun:微分方程的函数描述 -xspan:求解区间[x0,xn] -y0:初始条件 -h:迭代步长 -p1,p2,…:odefun函数的附加参数 输出参数: -x:返回的节点,即x=xspan(1):h:xspan(2) -y:微分方程的数值解-so easy!
MATLAB-yuyanchangyongsuanfachengxuji
- MATLAB语言常用算法程序集。包含各种常用插值求解常微分方程偏微分方程等常用函数程序-MATLAB language commonly used algorithm assembly. Contains a variety of commonly used interpolation to solve ordinary differential equations
常微分方程求解算法
- 高阶线性常微分方程的求解算法步骤实验报告。(Solving algorithm, procedure and experiment report of higher order linear ordinary differential equation.)
遗传算法
- 应用遗传算法求解常微分方程,matlab编程实现,ode45求解方式(genetic algorithm, matlab programming, solve problem using ode45 method)
常微分方程
- 你投资了100元在某个储蓄账户,存款年利率为 。令 表示 年后你的账户金额。假设该账户是连续计息,那么 满足以下常微分方程初值问题: 利用欧拉法或使用ode45求解该常微分方程初值问题,并画出10年内的 函数图像,和该常微分方程精确解比较(You invest 100 yuan in a savings account, the annual interest rate is. The amount of your account after that. Assuming
solution
- 有限差分法和打靶法求解二阶线性常微分方程,比较简单的代码,其能够满足硕士数值计算课程的作业的需要。(The finite difference method for solving two order linear ordinary differential equations, relatively simple code, which can meet the needs of master's numerical calculation course homework.)
shoot
- 试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
自适应变步长的龙格库塔法
- 常微分方程的数值解,可用于求解常微分方程,自适应步长的龙格法(Numerical solutions of ordinary differential equations)
4阶龙格库塔法求解二阶微分方程
- 基于打靶法采用4阶龙格库塔法对而降常微分方程进行求解求解二阶微分方程(Solving the Second Order Differential Equation by Solving the Fourth Order Runge-Kutta Method Based on the Shooting Method)
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外推公式
微分方程求解————————matlab
- 常微分方程的数值解法,设计到欧拉解法,欧拉改进解法,矩阵解法等等(Ordinary differential equation numerical solution, design to euler solution, euler improved solution, matrix solution and so on)