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

Search list

[matlabJacobiMATLAB

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

[File FormatJacobi-matlab

Description: 雅可比(Jocabi)迭代法解线性方程组-Jacobi (Jocabi) iterative method for solving linear equations
Platform: | Size: 5120 | Author: js | Hits:

[Mathimatics-Numerical algorithmsJacobi-Matlab

Description: 数值计算中Jacobi迭代法的Matlab程序 -numerical calculation Jacobi iteration of the Matlab program
Platform: | Size: 1024 | Author: zhouun | Hits:

[matlabJacobi

Description: 用Jacobi叠待法解线性方程组 function Jacobi(A,b,n,x0,e,N)-Jacobi method to be stacked with solving linear equations function Jacobi (A, b, n, x0, e, N)
Platform: | Size: 1024 | Author: Can | 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:

[Otherjacobi

Description: 雅克比过关法算法求矩阵的奇异值分解,是雅克比算法的优化,提高计算速度-Clearance method Jacobian matrix algorithm for the singular value decomposition is Jacobian optimization algorithm to improve the computing speed
Platform: | Size: 1024 | Author: yudongjun | Hits:

[matlabJacobi

Description: 此程序为解线性方程组的Jacobi迭代法的MATLAB源程序-This procedure for the solution of linear equations of the Jacobi iterative method of MATLAB source
Platform: | Size: 1024 | Author: yang | Hits:

[matlabPingMianXuanZhuanFa

Description: Jacobi 方法,利用平面旋转矩阵所构成的正交相似变换将对 对称矩阵化为对角型的方法-Jacobi method, the use of planar rotation matrix by orthogonal similarity transformation consisting of the symmetric matrix into a diagonal-based method
Platform: | Size: 2048 | Author: 赵亮 | Hits:

[matlabequation

Description: 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
Platform: | Size: 16384 | Author: | Hits:

[matlabUseful_matlab_codes

Description: The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane-The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane
Platform: | Size: 1024 | Author: K29 | Hits:

[matlabJacobi

Description: 雅克比迭代法 求Hilbert矩阵病态方程组-Iterative Method Jacobian matrix pathological Hilbert equations
Platform: | Size: 1024 | Author: ad2d | Hits:

[matlabcode

Description: (1)用Doolittle三角分解(LU)法解方程组。 (2)分别用Jacobi迭代, Gauss-Seidel迭代法解方程组。 -(1) Triangle Doolittle decomposition (LU) Solving equations. (2), respectively, with Jacobi iteration, Gauss-Seidel iteration method for solution of equations.
Platform: | Size: 2048 | Author: 娜娜 | Hits:

[matlabchaostest

Description: Given a time series, the algorithm will test its non-linearity calculating the lyapunov exponent by Jacobi method
Platform: | Size: 8192 | Author: Yiyao | Hits:

[matlabUnwellLineEquSet-matlab

Description: 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:求解结果、迭代次数、迭代误差数据、误差曲线图等。 -Morbid Linear Equations calculation problems involving Gauss elimination method, Jacobi' s iterative method, Gauss- Seidel iterative method, steepest descent method and conjugate gradient method. Each method, all the preparation of an m file, packaged in the form of a function. Then the total HilbLineEquSet.m file to invoke the implementation of draw error curve, to be running results. General Matlab program flow, as follows: the calculation of morbid equations include: HilbLineEquSet.m, gauss.m, jacobi.m, gauss_seidel.m, fastest_descend.m and conjugated_grad.m six documents. Procedures for implementation of the findings include: solving a result, the number of iterations, iterative error data, error curve and so on.
Platform: | Size: 6144 | Author: 陈永恒 | Hits:

[matlabjacobi

Description: 利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵-Jacobi method used to solve ill-linear equations, including matrix hilbort matrix
Platform: | Size: 3072 | Author: koo | Hits:

[matlaball1

Description: Gauss消去法、Jacobi法、SOR法解线性方程组的源程序,可以方便得到解-code for solution of linear equations using Gauss elimination method、Jacobi method and SOR method
Platform: | Size: 1024 | Author: junli | Hits:

[matlabMATLAB_source_code_achieve_program_jacobi_method.r

Description: MATLAB实现jacobi法程序的源码MATLAB source code to achieve the program jacobi method-MATLAB source code to achieve the program jacobi method
Platform: | Size: 1024 | Author: vn | Hits:

[AlgorithmJacobi

Description: 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
Platform: | Size: 2048 | Author: | Hits:

[matlabJacobi.m

Description: Jacobi method matlab
Platform: | Size: 1024 | Author: f22krash | Hits:

[AlgorithmJacobi-Gauss_Seide-SOR

Description: 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main program of the three iterative method are roughly similar, the number of iterations depends on the size of the error epsilon set, which Gauss_Seidel convergence of the fastest, the fewer the number of iterations.
Platform: | Size: 1024 | Author: luer | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net