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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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: