搜索资源列表
VC实现常微分方程初值问题求解
- 讲述如何利用VC的编程来求解微分方程的一种思想-VC on how to use the programming to solve a differential equation thinking
jsff
- 计算方法程序常微分方程的数值解法课堂讲义-calculation procedures Ordinary Differential Equations Numerical Solution of classroom lectures
Neville
- 本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
ode_solver
- 求解常微分方程的工具,matlab版本的
1
- 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
COLSYS
- 常微分方程求解程序,可以求解常微分方程的源程序
jiesuan
- 常微分方程的解法大荟萃,对常用的几种解常微分方程的方法利用C++进行了算法实现,方便实用的算法程序-C++
rk5
- 利用龙哥库塔法变步长解决高阶常微分方程的程序-Long Ge Kuta method using variable step procedures for solving higher order ordinary differential equations
nonstiff
- 求解非刚性常微分方程的程序fortran代码-codes for nonstiff differential equation
stiff
- 求解刚性常微分方程的程序fortran代码-codes for stiff differential equation
GMisssileTraje
- 通用弹道仿真计算程序源码V1.0本程序源码包为vxLand提供的经典版的通用导弹、炮弹、火箭弹等的弹道仿真计算程序源码,适用于无控*,用户能需要根据加入三点法、比例导引等导引方法,修改、扩充成相应的的有控、制导导模拟仿真弹道程序源码。程序源码包中MissileTrajectorySimulationRk.h的rk()是经典的4阶龙格库塔方法求常微分方程的数值算法的函数子程序源码,大家可参考使用。M -The general trajectory simulation program so
seullerro
- 求解一阶常微分方程的两个欧欧拉法,先前欧拉与改进梯形法。 -Solving two first-order ordinary differential equations Ouou La Law, previously Euler and improved trapezoidal method.
常微分方程求解算法
- 高阶线性常微分方程的求解算法步骤实验报告。(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
微分方程数值解
- 欧拉法是常微分方程的数值解法的一种,其基本思想是迭代。其中分为前进的EULER法、后退的EULER法、改进的EULER法。所谓迭代,就是逐次替代,最后求出所要求的解,并达到一定的精度。误差可以很容易地计算出来。(Euler method is a kind of numerical solution of ordinary differential equations, and its basic idea is iteration. It is divided into forward EUL
shoot
- 试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
weifenfangcheng
- 常微分方程的模型模拟仿真图,方便,简洁。(The model simulation of ordinary differential equation is simple and convenient.)
自适应变步长的龙格库塔法
- 常微分方程的数值解,可用于求解常微分方程,自适应步长的龙格法(Numerical solutions of ordinary differential equations)
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)