搜索资源列表
NumericalLinearAlgebra
- 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
jacobi.m
- jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega) -jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega)
jtest
- Funzione: jtest --------------- Stabilisce se il metodo di Jacobi converge alla soluzione esatta del sistema lineare Ax = b di cui è data la matrice A Prototipo: [bool,iter] = jtest(A,m) Input: La matrice dei coefficienti A Il
UnwellLineEquSet-matlab
- 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
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
jacobi
- MPI jacobi algortihm
UnwellLineEquSet-matlab
- 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
Jacobi.m
- Jacobi method matlab
jacobi-
- 应用matlab进行雅可比迭代法解方程AX=B.m的M文件-Application of matlab for Jacobi iterative method of solving equations AX = of Bm M-file
Jacobi-Gauss_Seide-SOR
- 三个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 pr
Jacobi
- 用jacobi迭代法解线性方程组,的matlab实现。M文件源代码。-Jacobi iterative method for solving linear equations, matlab implementation. M-file source code.
jac
- 雅克比迭代用matlab实现 我是一个初学者 费了我很大的功夫 大家一定要珍惜-Jacobi iteration with matlab realize I' m a beginner cost me a lot of effort we must cherish
Jacobi
- 雅克比迭代求解线性方程组课设,已经调试成功.内含m文件,可直接运行。-Jacobi iteration for solving linear equations ,Lesson set debugging has been successful
jacobi
- 此文件为MATLAB的M文件,功能是通过Jcobi迭代法求相应精度和迭代次数限制的线性方程组。-This file MATLAB M-files, the demand function is through Jcobi iterative method of linear equations corresponding precision and limit the number of iterations.
Jacobi.m
- 雅克比法求矩阵特征值特征向量,已在matlab上编译成功,直接可用-Jacobi method for matrix eigenvalue eigenvector has been compiled successfully in matlab, directly available
Jacobi.m
- Jacobi迭代法,可设置误差,开发环境为matlab-Jacobi iterative method, you can set error, development environment for matlab
jakoobi.m
- jacobi function for fitting polynomial curve
Gauss消元法,Jacobi迭代法,超松弛迭代法
- Gauss消元法,Jacobi迭代法和超松弛迭代法求解线性方程组的M文件(Gauss elimination method, Jacobi iteration method and over relaxation iterative method for solving linear equations of the M file)
ymycg
- Modern signal processing jobs when the graduate, Calculation of growth, entry-level program grains Jacobi iteration for solving linear equations class-based.
toolboxLS-1.1.1
- UBC 的教授开发的一款非常好用的水平集工具箱,内含完整的说明文档,算例也很丰富,易于拓展。(A level set toolbox provided by Prof Ian M. Mitchell from UBC. Well organized toolbox with good examples. Very convenient to extend to your own usage.)