Welcome![Sign In][Sign Up]
Location:
Search - jacobi

Search list

[matlabJacobiMATLAB

Description: 用Jacobi迭代法计算大型方程组的MATLAB函数文件-Jacobi iterative method using large calculation equations MATLAB function documents
Platform: | Size: 3072 | Author: 宁学勇 | Hits:

[Mathimatics-Numerical algorithmsOpenNL2

Description: This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
Platform: | Size: 84992 | Author: Wayne | Hits:

[Algorithmjacob_QR

Description: jacobi 和QR 算法 用来求解特征值问题 自己编的 不知道是否好用-jacobi and QR algorithm used to solve the eigenvalue problem of their series do not know whether it handy.
Platform: | Size: 201728 | Author: shipengyi | Hits:

[AlgorithmJacobidiedai

Description: Jacobi迭代的算法 根据给出的系数矩阵和函数值以及需要精度 能求出方程值,以及迭代次数-Jacobi iteration of the algorithm is based on the coefficient matrix and function values and the need for accuracy can be obtained value equation , and the number of iterations
Platform: | Size: 234496 | Author: cmooc | Hits:

[AlgorithmJacobiupdate

Description: 数值分析中的经典求解算法jacobi迭代法的改进算法。-numerical analysis of the classical algorithm jacobi iteration of the algorithm improvements.
Platform: | Size: 2048 | Author: 张薇 | Hits:

[Crack HackBigInteger_src

Description: C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) , -C# BigInteger class. BigInteger.cs is a cs harp program. It is the BIgInteger class. It has methods : abs (), FermatLittleTest (int confidence). gcd (BigInteger bi), genCoPrime (int bits, Random rand), genPseudoPrime (int bits, int confidence, Random rand). genRandomBits (int bits, Random rand). isProbablePrime (int confidence). isProbablePrime (), Jacobi (BigInteger a, BigInteger b), LucasSequence (BigInteger P, BigInteger Q, BigInteger k, BigInteger n), max (BigInteger bi), min (BigInteger bi). modInverse (BigInteger modulus). RabinMillerTest (int confidence),
Platform: | Size: 35840 | Author: jason.. | Hits:

[Algorithmt2_5

Description: 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and the Gauss- Seidel iterative solution of linear equations. Jacobi iterative algorithm ideas : equations, so that the equation extreme retain only vector, into subguadratic else. will be incorporated into the on-subguadratic can (in order Progressive) calculated. Gauss- Seidel iterative and Jacobi iteration is different-first to be calculated first, used again in the second for the right side of the ceremony, followed by analogy.
Platform: | Size: 1024 | Author: 王明明 | Hits:

[MPImm_mpi_jacobi.f90

Description: 用MPI在fortran下实现Jacobi迭代算法-with MPI under the fortran Jacobi iterative algorithm
Platform: | Size: 3072 | Author: 段宾 | Hits:

[Algorithmjacobidiedaifa

Description: 这是数值分析中雅可比迭代法的实现程序,c语言。-This is the numerical analysis Jacobi iteration of the procedures, c language.
Platform: | Size: 41984 | Author: 乐乐 | Hits:

[Education soft systemC_Program

Description: Jacobi法求取特征值的C程序. 试验验证过了。-Jacobi eigenvalue method to strike the C program. Test verified.
Platform: | Size: 3072 | Author: James | Hits:

[assembly languageinclude

Description: jacobi方法解线性方程组 可以参考一下-jacobi method to solve linear equations can refer to
Platform: | Size: 3072 | Author: 陈勋林 | Hits:

[matlabwork2

Description: 在matlab环境下对偏微分方程的Jacobi迭代解法的算法实现-Environment in matlab partial differential equations of the Jacobi iterative solution algorithm
Platform: | Size: 1024 | Author: 汪波 | Hits:

[AlgorithmJacobi

Description: 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100 -2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n = 10 and 100
Platform: | Size: 78848 | Author: 吕鹏 | Hits:

[AlgorithmGauss-Seidel

Description: Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
Platform: | Size: 78848 | Author: 吕鹏 | Hits:

[AlgorithmGaussian_row

Description: We can see that using Gauss-Seidel iterative methods need only 13 timed to make           But using Jacobi method after 25 times the    is bigger than that using Gauss-Seidel iterative methods
Platform: | Size: 78848 | Author: 吕鹏 | Hits:

[Algorithmjacobi

Description: matlab下雅克比在数值计算中有很好的应用!-Jacobian under matlab numerical calculation in a very good application!
Platform: | Size: 1024 | Author: 廖代发 | Hits:

[matlabJacobi

Description: 用数值方法来求解雅克比矩阵的迭代过程,并且有仿真结果-Numerical methods to solve the Jacobian matrix of the iterative process, and simulation results
Platform: | Size: 7168 | Author: 张学友 | Hits:

[Algorithmdiedaisuanfa

Description: 解线性方程组的Jacobi,Gauss_Seidel,SOR迭代,以及四级四阶Runge_Kutta方法,Adams预估校正算法-Solution of linear equations of Jacobi, Gauss_Seidel, SOR iteration, as well as Runge_Kutta four fourth-order method, Adams forecast correction algorithm
Platform: | Size: 2048 | Author: xinrui | Hits:

[Algorithmgauss

Description: 线行方程组的Gauss Jacobi 及一个简单的自适应算法-Line line Gauss Jacobi equations and a simple adaptive algorithm
Platform: | Size: 1024 | Author: 张俊杰 | Hits:

[MPIcmpi

Description: C+mpi编写的jacobi的迭代求解源码-C+ Mpi prepared jacobi iteration of the source
Platform: | Size: 2048 | Author: 欧阳纯萍 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net