搜索资源列表
GAUSS迭代
- 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
第七小组实验源代码
- 偏微分方程数值解 有限元法 面向对象 变分问题 剖分问题 边值处理 误差分析 椭圆方程,一维二维-numerical solution of partial differential equations Finite Element Method object-oriented variational problem subdivision boundary value problems handling error analysis of elliptic equation, a two-di
vc++常用数值算法
- VC++常用数值算法源代码。包括插值、数值积分、微分方程组的解、极值、矩阵运算等程序。
运用Runge-Kutta法数值求解常微分方程
- fortran90程序,运用Runge-Kutta法数值求解常微分方程的程序,非常适用,包括源代码、一个算例和输出程序,fortran90 procedures, the use of Runge-Kutta method for numerical solution of ordinary differential equations of the process, is very applicable, including source code, a numerical example a
prog10-16
- 余向阳博士Matlab教程的源代码。 包括:1.非线性方程的解法;2.线性方程的数值解法;3插值法;4.常微分方程的解法-Dr. Yu Xiangyang Tutorial Matlab source code. Include: 1. Non-linear equations 2. The numerical solution of linear equations 3 interpolation 4. The solution of ordinary differential eq
diff
- 微分方程数值解法源代码,包括四阶Adams方法和四阶RK方法,,数值分析作业。-Differential Equations Numerical Solution of the source code, including fourth-order Adams methods and fourth-order RK method, numerical analysis operations.
upjode
- fortran程序,迭代常微分方程求解器,包括源代码、使用说明。-fortran program, iterative solver of ordinary differential equations, including source code, use the instructions.
diffevol-1.10
- 微分进化策略的C++源代码。该算法是寻找一个集合中最优个体的一种遗传算法。-Differential Evolution Strategy C++ source code. The algorithm is to find an optimal set of individuals of a genetic algorithm.
VisualC
- 常用数值算法源代码第1章线性代数方程组的解法,第2章插值,第3章数值积分,第4章特殊函数,第5章函数逼近,第6章随机数,第7章排序第8章特征值问题第9章数据拟合第10章方程求根和非线性方程组的解法第11章函数的极值和最优化第12章傅里叶变换谱方法第13章数据的统计描述第14章解常微分方程组第15章两点边值问题的解法第16章偏微分方程的解法-Numerical algorithm used
differentialequations
- 本源码为原创代码。包含分别用改进欧拉方法、龙格-库塔法、阿当母斯法求解形如y =f(x,y)的常微分方程的源代码。希望对用到数值计算算法的起帮助作用。-The source for the original code. Included were the improved Euler method, Runge- Kutta method, Adam mother there method of the form y ' = f (x, y) of ordinary differentia
shuzhi
- 数值计算方法中的数值积分和数值微分的应用的源代码,可以学习怎样积分和微分;-Numerical method of numerical integration and numerical differentiation of the application' s source code, you can learn how to integration and differentiation
PolyNode
- 有关多项式的编程的源代码,包含多项式的基本运算,例如加减乘除以及微分和积分-The polynomial programming source code, including the basic polynomial operations, such as addition and subtraction multiplication and division, and differential and integral
Galerkin
- 伽辽金有限元解微分方程源代码,带注释,初学者学习使用非常好-Galerkin finit element method
Euler
- 利用欧拉法对一阶微分方程进行数值计算。可在源代码中修改所需要计算的微分方程。-Euler method the numerical calculation of first order differential equations. Need to calculate the differential equations can be modified in the source code.
numerical-methods
- 数值方法的5个重要的算法: 1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解 2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。 3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。 4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解 5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。-Numerical Methods in
function3
- 时滞微分方程组的原方程,以及相图程序,包括matlab源代码-Delay differential equations of the original equation, and the phase diagram of the program, including Matlab source code
function4
- 求解时滞微分方程组,并给出了Matlab程序的源代码-Delay Differential Equation, and gives the the Matlab program source code
grid
- 给定边界在内部用椭圆型微分方程画网格的程序,包括问题简介和分析和结果,以及源代码,采用了简单迭代,g-s迭代,aid方法等-Given boundary in the internal with elliptic differential painting grid program, including Introduction to the problem and the analysis and results, as well as source code, using a simple
code
- matlab微分方程高效解法-谱方法原理与实现一书源代码(Matlab differential equation efficient solution to a book source code)
19 Fortran常用算法程序集 附算法源代码
- 常用的数值计算程序代码,包括插值,微分方程求解等(fortran numerical, interpolate.)