搜索资源列表
szds.rar
- 几种数值代数中求解线性方程组的方法,包括雅克比,G-S,超松弛等,Several numerical linear algebra to solve equations, including Jacobi, GS, such as over-relaxation
shiyan
- 自己写的数值分析中的一些常用算法,包括GS,jacobi,crout分解,dijistra等,比较全面-these process for GS jocobi corout dijistra and others
CG-Jacobi-g-s-sor
- 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
Jacobi
- Jacobi的matlab程序是我同学编着玩的,我试了一下挺好,Jacobi迭代算法。-Jacobi s matlab program is edited by students, I play, I tried some very good, Jacobi iterative algorithm.
equation
- 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
jacobigssor
- 迭代法求解线性方程组,含Jacobi,G-S,SOR方法,压缩包内有数据供测试-Iterative method for solving linear equations, including Jacobi, GS, SOR method, with data compression packages for testing
shuzhifenxione
- 数值分析实验jacobi迭代法,GS迭代法,SOR迭代法-shuzhidiedaifa
dcal
- 病态方程组求解的matlab程序,涵盖LU分解、Jacobi迭代、GS迭代、SOR迭代四种方法,通过输入参数M来选去对应的算法。-Sick Equations matlab program, covering LU decomposition, Jacobi iteration, GS iteration, SOR iterative four methods, through M to choose input parameters to the corresponding algorithm
Matlab
- Matlab 程序语言,有jacobi GS迭代,弦截法等。-Matlab programming language, there jacobi GS iteration, Secant method.
jacobi
- 用jacobi和GS法解线性方程,只需输入系数矩阵和等号右边的矩阵-Use jacobi and GS method to solve the linear problem
itdemo1
- Jacobi GS SOR 方法解线性方程迭代速度的比较-Jacobi GS SOR iterative method to solve linear equations comparison of speed
Jacobi
- 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
linearsolver-MPI-clang
- A parallel implementation of jacobi, CG and GS linear solvers, Using MPI excelent for teaching
linearsolver-MPI-flang
- A parallel implementation of jacobi, CG and GS linear solvers, Using MPI excelent for teaching
diedaifa-methods
- 雅克比迭代法,GS迭代法,SOR迭代法。用来求解非线性方程组的解-Jacobi iterative method, GS iteration, SOR iterative method. Used to solve the solution of nonlinear equations
XianXingFangChengZuDeDieDaiFa
- 线性方程组的迭代法,Jacobi方法、G-S法以及SOR方法的内涵,并且使各个算法得以实现。-Linear equations of the iterative method, Jacobi method, GS, and SOR method connotation, and so that each algorithm can be achieved.
GS
- Gauss-Seidel方法,是Jacobi方法的一种改进,可以认为是一种不动点迭代-Gauss-Seidel method is an improvement of the Jacobi method, that is a fixed point iteration
gs
- 高斯-塞德尔迭代方法,于雅可比迭代不同之处是将每次迭代的最新结果,用在当前迭代过程中。-Gauss- Seidel iteration method, the Jacobi iteration is different from the latest results of each iteration, the process used in the current iteration.
GS-Jacobi
- 矩阵消元程序,中含有列主元消元法,雅克比消元法和GS消元法。适用于矩阵的消元运算及对线性方程组的求解工作。-Matrix elimination program, contains out PCA elimination method, Jacobi and GS elimination method elimination method. Suitable for matrix elimination operation and work to solve linear equations.
GS+JACOBI
- 高斯与夹克比迭代计算,用于求解线性代数方程组(GS and JACOBI Iterative calculation)