搜索资源列表
龙格库塔求解微分方程数值解
- 龙格库塔求解微分方程数值解-Runge - Kutta numerical solution of differential equations solved
用四阶龙格-库塔法解求解微分方程初值问题
- 典型的数值分析程序,用四阶龙格-库塔法求解微分方程初值问题-typical numerical analysis procedures, with four bands Runge - Kutta method to solve initial value problems
龙格库塔求解微分方程数值解
- 龙格库塔求解微分方程数值解,非常有用的解题方法,一定会用到-Runge - Kutta numerical solution of differential equations to solve, a very useful method of solving problems, we will use
四阶runge-kutta求微分方程
- 有四阶runge-kutta发求解非线性微分方程,求得结果可画出分插图等等,十一哥通用的好程序。
龙格库塔求解微分方程数值解
- 工程中很多的地方用到龙格库塔求解微分方程的数值解, 龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。
shuzhijifen
- 用经典RK方法和四阶ADAMS预测校正算法求解微分方程-Classical RK method and fourth-order predictor-corrector algorithm for solving differential equations ADAMS
duffingfencha
- duffing分岔程序,用于求解微分方程的分岔,研究稳定性-duffing bifurcation procedure for solving differential equations of the bifurcation of stability
常微分方程求解
- 常微分方程求解,人体液透析过程的模型,求解方程组(Ordinary differential equation solution, the human body dialysis process model, solving equations)
用MATLAB解常微分方程
- 利用MATLAB求解常微分方程,列举例子后并进行说明(Using MATLAB for solving ordinary differential equations, cited examples and explained)
MATLAB使用欧拉Euler法求解微分方程组 源程序代码
- Matlab欧拉法解微分方程的程序源代码,供matlab学习使用(Matlab Euler solution of differential equations of the program source code, for learning to use matlab)
常微分方程求解算法
- 高阶线性常微分方程的求解算法步骤实验报告。(Solving algorithm, procedure and experiment report of higher order linear ordinary differential equation.)
常微分方程
- 你投资了100元在某个储蓄账户,存款年利率为 。令 表示 年后你的账户金额。假设该账户是连续计息,那么 满足以下常微分方程初值问题: 利用欧拉法或使用ode45求解该常微分方程初值问题,并画出10年内的 函数图像,和该常微分方程精确解比较(You invest 100 yuan in a savings account, the annual interest rate is. The amount of your account after that. Assuming
偏微分方程的数值解法
- 《偏微分方程的数值解法》源代码,用matlab数值法求解常见偏微分方程("Numerical solution of partial differential equations" source code, using MATLAB numerical method for solving ordinary partial differential equations)
微分方程解析解
- 用matlab求微分方程解析解的小示例,可以求解微分方程 附教程。(A small example of solving analytical solutions of differential equations by Matlab can be used to solve a tutorial for differential equations.)
RK_numb
- 利用四阶龙格库塔法求解微分方程,可以较快的得到结果(Solving differential equations by using four order Runge Kutta method)
4阶龙格库塔法求解二阶微分方程
- 基于打靶法采用4阶龙格库塔法对而降常微分方程进行求解求解二阶微分方程(Solving the Second Order Differential Equation by Solving the Fourth Order Runge-Kutta Method Based on the Shooting Method)
MATLAB实现偏微分方程的差分计算 源程序代码
- 本程序,使用MATLAB编程,对于求解偏微分方程的同学有所帮助。(This program, using MATLAB programming, is helpful for students to solve partial differential equations.)
龙格库塔法求解延时微分方程matlab
- matlab利用龙格库塔放法计算延时微分方程 龙格库塔 延时微分方程 matlab(Matlab uses Runge-Kutta method to calculate delay differential equation matlab)
MATLAB源码--古典显式格式求解抛物型偏微分方程等
- MATLAB源码--古典显式格式求解抛物型偏微分方程等(MATLAB Source-Classical Explicit Format for Solving Parabolic Partial Differential Equations)
常微分方程
- 运用fortran求解常微分方程,1.利用四阶龙格库塔法,计算t每增加h时,利用给定方程先找到变量y的k1和变量p的K1,然后利用公式得到y的k2和p的K2,如此,得到变量y的k1,k2,k3,k4和变量p的K1,K2,K3,K4(Solving Ordinary Differential Equations by Fortran)