搜索资源列表
runge-kutta
- 龙格-库塔法是数值计算的重要方法 本例子简明扼要,浅显好懂-Runge - Kutta numerical method is an important method to the example of concise and simple to understand
runge-kutta
- 用matlab编写的用于求微分方程解的方法,实现的是Runge-kutta法
Runge-Kutta方法 - 数值分析
- 介绍r-k方法
WENO
- 用于CFD的,二维WENO格式的求解器,NS方程,二阶龙格库塔方法。-2D solver for NS equation using WENO method, 2 order Runge-kutta mehtod.
RK_4
- 求解时滞微分方程的龙格库塔方法!用matlab编写的。-Solving Delay Differential Equations Runge-Kutta methods! Prepared using matlab.
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
Runge-Kutta
- 在C++环境下,实现用四阶龙格库塔方法解方程组。-In C++ environment, using fourth-order Runge-Kutta method to solve equations.
runge-kutta
- 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
Runge--kutta
- 编程实现龙格--库塔方法,并与精确解比较-compare runge--kuta
Runge-Kutta-(2)
- 用四阶Runge-Kutta方法求解三阶微分方程-Fourth-order Runge-Kutta method for solving third-order differential equations
Runge-Kutta-(3)
- 用四阶Runge-Kutta方法求解四阶微分方程-The fourth-order Runge-Kutta method and fourth order differential equations
Runge-Kutta-(4)
- 用四阶Runge-Kutta方法求五阶微分方程-The fourth-order Runge-Kutta method and the fifth-order differential equations
Runge-Kutta-method-
- 编写利用经典四阶Runge-Kutta方法求解初值问题的程序-Prepared using the classical fourth-order Runge-Kutta method for solving initial value problems procedures
runge-kutta-fortran
- 4阶Runge-kutta 方法,用fortran语言编写的计算程序。-Runge-kutta method,fortran
Runge-Kutta
- 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。本程序为4阶龙格-库塔法的matlab文件,用于求解微分方程。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. This program is a 4-order Runge- Kutta method matlab file for solving diff
Runge-Kutta-c-language-program
- 龙格库塔c语言程序:龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。-Runge-Kutta c language program: Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. Due to the high accuracy of th
Runge-Kutta
- 常微分方程组的四阶Runge-Kutta方法,自己做的一个作业,感觉还可以吧-Fourth-order Runge-Kutta method for ordinary differential equations, a job do it yourself, you can feel it
Runge-Kutta
- 利用 matlab 软件进行编程实现 4 阶 Runge-Kutta 方法求解微分方程初值问题,并附带示例求解过程,高效求解微分方程。-Using matlab software programming fourth-order Runge-Kutta Methods for Differential Equations, and comes with sample solution process, efficiently solving differential equations.
五阶weno格式求解rod问题
- 运用五阶weno格式对一维rod问题进行求解,时间推进采用三阶Runge-Kutta方法。
非线性随机振动第一次作业
- 本代码用matlab编程,计算了duffing振子(杜芬振子)和非线性加幂律振子的响应,使用的方法是Newmark β方法和Runge-kutta方法,资源内容包括matlab代码和演示PPT,仅供学习使用,有问题可以留言。(This code uses MATLAB programming to calculate the response of Duffing oscillator and nonlinear plus power-law oscillator.)