搜索资源列表
变步长梯形求积法
- 用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。-using FORTRAN language of the procedure so in FORTRAN operating system directly, to provide a convenient point.
解线性方程的直接法
- 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
buchangjiasufa
- 解决无约束非线性规划问题的直接法,由探测移动和模式搜索交替构成
matlabcode
- 有直接法,间接法,Bartlett法,Welch法
分支与界法
- 图论中使用分支与界法求解旅行商问题,直接在vc中编译可运行-graph theory with the use of branch and bound for traveling salesman problem, which directly vc compiler can run
sy3.rar
- matlab程序,有约束最优化问题直接法--复合形法,matlab program, constrained optimization problems are the direct method- the complex method
alglib-3.4.0.cpp
- 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
Gauss
- 给定三个n阶线性方程组Ax=b,采用列主元素法解线性方程组的直接法。-Given three n-order linear equations Ax = b, out the main element method using linear equations solution of the direct method.
Scientific_Computing_and_C_assembly
- 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
AHP
- AHP 层次分析法 层次分析法概述。层次分析法(Analytic Hierarchy Process简称AHP)是美国运筹学家T. L. Saaty教授于70年代初期提出的, AHP是对定性问题进行定量分析的一种简便、灵活而又实用的多准则决策方法。它的特点是把复杂问题中的各种因素通过划分为相互联系的有序层次,使之条理化,根据对一定客观现实的主观判断结构(主要是两两比较)把专家意见和分析者的客观判断结果直接而有效地结合起来,将一层次元素两两比较的重要性进行定量描述。而后,利用数学方法计算反映每
calculation_method_Algorithm_Design_and_Implementa
- 本电子书包涵了各种算法的MATLAB实现,具体包括插值方法、数值分析、常微分方程的差分法、方程求根、线性方程组的迭代法、线性方程组的直接法等等,还包括习题参考答案和MATLAB文件汇集-The e-book encompasses the MATLAB implementation of various algorithms, specifically including interpolation methods, numerical analysis, ordinary differenti
Gauss_Doolittle
- 直接法解线性方程组可以采用Gauss列主元素消去法或直接三角分解法。应具有解决任意阶(n<10)线性方程组的能力,包含以下模块: (1)输入系数矩阵 (2)消元(或分解) (3)回代 (4)输出结果 -自动翻译
Newtons-Method
- 牛顿法的相关资料,包括直接法,krylov子空间法,broyden法-newton iterative methods
Solving-linear-equations
- 利用C语言编写线性方程组直接法的源程序,通俗易懂,不用手算,方便快捷。- 允许输入拉丁字符的拼音 中文(简体) 英语 日语 Written in C language source of linear equations of the d
gauss
- 迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法(或者称为一次解法),即一次性解决问题。-Iterative method, also known as removed France, is a constant value the old value of the variable recursive process, with iterative wears corresponds to the direct method (or the first solu
NR_C301
- 数值计算方法,包括插值和拟合、数值微分和数值积分、求解线性方程组的直接法和迭代法、 计算矩阵特征值和特征向量和常微分方程数-Numerical methods, including interpolation and fitting, numerical differentiation and numerical integration of direct methods and iterative methods for solving linear equations, computing
solving-linear-equations-solution
- 在matlab软件中用直接法求解线性方程组的解,matlab例子程序-Matlab software using the direct method for solving linear equations solution, matlab example program
bispecd-and--bispeci
- 利用直接法和间接法求双谱,有例子,可直接运行-bispecd and bispeci
高斯消去法
- 高斯消去法求解多元方程,完整源代码,可直接执行。(Gauss elimination method for solving multivariate equations)
追赶法解三对角矩阵的程序
- 追赶法解三对角矩阵的程序,主程序直接调用即可。