说明:用QR分解来解方程AX=b,其中QR分解是用householder变换做的
说明:分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b
说明:%% 列主元Gauss-Jordan消去法求方程 Ax = b 的程序, 调用方法为 %% x = Gauss_Jordan(A, b) %% 其中 %% A 为方程组的系数矩阵, b 为方程组的右端项; %% x 为方程组的解.
说明:用于解反问题的共轭梯度法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Solution of inverse problems for the conjugate gradient method, for Ax = b, the input matrix A, the col...
说明:用于解反问题的算法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-The algorithm for solution of the inverse problem, for Ax = b, the input matrix A, the column vector b, as...
说明:Approximate Greedy Solutions to the problem min||x(k)||_2,0 such that Ax = b