搜索资源列表
27_142
- 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
非线性方程组的迭代解法
- 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
二维泊萧叶黏性流动 (D)
- 采用 mac算法和 Chorin压力迭代解法进行数值求解二维不可压缩黏性流动。-Algorithm and Chorin pressure using mac the numerical solution of two-dimensional iterative method for incompressible viscous flow.
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
MPI-Matrix
- 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
xianfanchenqiugen
- 线性方程组的迭代解法解法,里面有三种不同的源程序,在matlab2008中测试通过-Linear equations of the iterative solution method, there are three different types of source code, adopted in matlab2008 test! !
xianxianfanchenzuzhijieqiugen
- 这是线性议程组的直接解法,有十种不同的解法(这与迭代解法是不同的)-This is the direct linear solution of the agenda of groups, there are dozens of different method (which is different from the iterative solution) ... ...
Scientific_Computing_and_C_assembly
- 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
Gaussseidel
- 数值分析中的Gaussseidel迭代算法,能够实现线性方程组的数值解法- Gaussseidel numerical analysis of iterative algorithms, linear equations to achieve the numerical solution
double
- 线性方程组迭代解法,包括SOR,CG ,BICG等-linear system iteration solver
1111
- 非线性方程组的迭代解法 含实例-Iterative solution of nonlinear equations with examples
MyMatrixFunction
- 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
Gauss-Seidel-method
- 高斯赛德尔算法 一种非线性代数方程组的迭代解法-High Sisaideer a nonlinear algebraic equation algorithm Iterative Solution
Linear-Equations-Solving
- 包含线性方程组迭代解法的共轭梯度法和最速下降法Matlab源代码级收敛性分析报告,以及线性方程组Matlab解法的参考资料-Contains linear equations iterative method for solving the conjugate gradient method and the steepest descent method Matlab source-level convergence analysis report, as well as linear equa
GaussSeidelK
- 高斯-赛德尔法;英文名称:Gauss-Seidelmethod;一种非线性代数方程组的迭代解法。-Gauss- Seidel method Chemical Name: Gauss-Seidelmethod kind of nonlinear algebraic equations of the iterative solution.
DIEDAI
- 数值分析,Matlab的一个方程的迭代解法,很有用的-Numerical analysis, iterative solution of an equation of Matlab, very useful
Regularization-package
- 正则化方法求解病态问题工具包,非常强大~~~~~~~~其中包含直接解法和迭代解法,共十余种。-Regularization method for solving ill-posed problem toolkit, very powerful ~ ~ ~ ~ ~ ~ ~ ~
MATLAB2
- 非线性方程的迭代解法,迭代函数对收敛性的影响,收敛性与收敛速度的比较-Comparative effects of iterative solution of nonlinear equations, iterated function of convergence, convergence and convergence rate
ill-conditioned system of equations
- 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)