搜索资源列表
matlab
- 包括牛顿法,拉格朗日法,LU分解法,100*100阶稀疏矩阵方程组的解法等-Including the Newton method, Lagrangian method, LU decomposition method, 100* 100 band sparse matrix equations of the solution, etc.
LUMATLAB
- 本程序为直接LU分解法及其MATLAB程序,用于求解高斯方程组-This procedure for direct LU decomposition method and the MATLAB program for solving equations Gauss
gussl
- 掌握用MATLAB编写LU分解法与PLU分解法的程序;-The preparation of master LU decomposition method with MATLAB and the PLU decomposition procedure
Numerical_Methods_matlab
- matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组-matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jac
File2
- 矩阵求逆(lu分解法),已在matlab下进行测试,计算精度大概为小数点后4位-Matrix inversion (lu decomposition method), has been tested under matlab, after the decimal point accuracy is approximately 4
MATLAB
- 列主元高斯消去法、LU三角分解法、龙贝格(Romberg)算法、最小二乘法的Matlab程序及运行结果-Column principal component Gaussian elimination, LU triangular decomposition method, Romberg (Romberg) algorithm, least-squares method in Matlab and the results
ill-posed-problems
- 高斯法,高斯选主元法,LU分解法求解病态问题(非调用)-Gaussian, Gauss pivoting method, the LU decomposition method for solving ill-posed problems
lu
- 数值计算中,线性方程组的数值解法中,三角分解法提到列主元的三角分解法,结合原理编写的程序,里面是一道具体的题目,在具体应用中可以变通使用-Numerical calculations, the numerical solution of linear equations, triangular decomposition mentioned in the column main triangular decomposition, combined with the principle of wr
LU
- 数值分析中运用matlab使用LU分解法求线性方程组-Numerical analysis using matlab LU decomposition method for solving linear equations
LU
- 数值分析方法-解线性方程组的直接方法-LU分解法的实现-Numerical analysis method- realization of the direct method of solving linear equations-LU decomposition method
LU1
- 计算方法中得LU分解法,matlab编程-Calculation method was LU decomposition method, matlab programming
Solution-equation
- 用高斯列主元消去法和三角直接分解法LU分解法的matlab 代码。-Matlab code of the decomposition method with the main element elimination method and the direct decomposition of the LU.
myinv
- 在利用好LU分解法可以求出矩阵行列式的基础上,给出矩阵的逆矩阵。-Make good use of LU decomposition can be determined on the basis of matrix determinant, inverse matrix given matrix.
LU和QR分解法
- LU和QR分解法求线性方程组,高斯消元法的改进(LU and QR decomposition method for solving linear equations)