搜索资源列表
计算方法程序
- 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-purpose
yingyongshuzhifenxi.rar
- 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
fchzuqiujie
- 各种线性方程组求解方法的数值计算,如高斯消元法、追赶法等,比较全面的。VC6.0-A variety of methods to solve linear equations numerical calculation, such as the Gaussian elimination method, to catch up with France and so on, more comprehensive. VC6.0
gauss
- 在计算方法中,用Gauss消元法解线性方程组-Gauss Elimination Method for Linear Equations
Finite-Difference-Method
- 有限差分方法(网格法)是最早使用的一种电磁场数 值计算方法。 边值问题 物理思想:场域离散。 (连续区域→网格和节点) 数学基础:差分原理。 (微商→差商) 线性代数方程组 §6-3 有限差分方法 作为数值计算方法,有限差分法将连续场域的问题变换 为离散系统的问题(连续场域划分为若干个细小的区域:网 格和节点)。也就是说通过离散化模型上各离散点的数值解 来逼近连续场域内的真实解。-The finite difference method (grid
1
- 上计算方法课学到的关于数值法解线性方程组的代码,主要算法为LDLT分解-Calculation method of lessons learned about the numerical method of solving linear equations code, mainly for LDLT decomposition algorithm
112
- 数值计算解大规模线性方程组,计算牛顿方法,多维插值方法-compute large scale calculation problem
conjugateGradient
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-failed to translate
linear-equations-iterative-algorithm
- 《计算科学与数值方法》中解线性方程组的迭代算法的c++代码实现-" Computational Science and numerical methods of solution of linear equations iterative algorithm c++ code to achieve
Gauss_Elim
- 列主元高斯消去法,在数值分析中用于计算线性方程组一个很重要的方法,能用于跟其他方法的比较。-Main-element Gaussian elimination for a very important method of calculation of linear equations, numerical analysis, can be used for comparison with other methods.
Gauss
- 高斯列主元消去法求解线性方程组C语言代码实现,数值计算方法中常用-Out PCA Gaussian elimination method for solving linear equations C language code, commonly used numerical method
Gauss_Jordan
- 计算方法 高斯约当解线性方程组 包括源码和可执行文件-Gauss- Jordan Linear Equations
tidu
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate Gradient Method (Conjugate Gradient) is between the steepest descent method between a law an
cSharpmatlabtaskcal
- 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
giuyao_v63
- 利用matlab针对图像进行马氏距离计算 ,雅克比迭代求解线性方程组课设,人脸识别中的光照处理方法。- Using matlab to calculate the Mahalanobis distance for the image, Jacobi iteration for solving linear equations class-based, Face Recognition light treatment method.
JGS
- JGS法求解线性方程组,完全根据计算方法中的算法进行编写,有利于课程的学习和课后的巩固-JGS method for solving linear equations, entirely prepared in accordance with the calculation method of the algorithm, is conducive to learning courses and after-school consolidation
nunqao
- 雅克比迭代求解线性方程组课设,经典的灰度共生矩阵纹理计算方法,实现了图像的灰度化并进一步用于视频监视控。- Jacobi iteration for solving linear equations class-based, Classic GLCM texture calculation method, Achieve a grayscale image and further control for video surveillance.
hangfan
- 雅克比迭代求解线性方程组课设,脉冲响应的相关分析算法并检验,wolf 方法计算李雅普诺夫指数。- Jacobi iteration for solving linear equations class-based, Related impulse response analysis algorithm and inspection, wolf calculated Lyapunov exponent.
fengseng
- 该函数用来计算任意函数的一阶偏导数(数值方法),雅克比迭代求解线性方程组课设,复化三点Gauss-lengend公式求pi。- This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Jacobi iteration for solving linear equations class-based, Complex of
4线性方程组的直接解法—直接三角分解方法
- 使用matlab编写了直接三角分解方法的函数,里面有题目,可直接运行计算得到结果。(The function of direct triangulation decomposition method is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)