Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab Gaussian elimination code
Search - matlab Gaussian elimination code - List
LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.-LDPC check matrix generation, Gaussian elimination coding, BP decoding procedure can be used as its own procedures for the preparation of LDPC codec reference. Because matlab code efficiency is not high, so this process is relatively slow simulation together.
Update : 2025-02-19 Size : 113kb Publisher : 李枫

LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.-LDPC check matrix generation, Gaussian elimination coding, BP decoding procedure can be used as its own procedures for the preparation of LDPC codec reference. Because matlab code efficiency is not high, so this process is relatively slow simulation together.
Update : 2025-02-19 Size : 8kb Publisher : 李枫

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
Update : 2025-02-19 Size : 10kb Publisher : Allan KAO

DL : 0
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
Update : 2025-02-19 Size : 1kb Publisher : Allan KAO

A very simple Gaussian elimination code in matlab
Update : 2025-02-19 Size : 1kb Publisher : Shorty

MATLAB列主元高斯消去法的代码!我调试过了,可以用的,欢迎大家下载使用1-MATLAB out Principal Gaussian elimination code! I had to debug, and can be used are welcome to download a
Update : 2025-02-19 Size : 1kb Publisher : shulisheng

部分选主元的高斯消元法的MATLAB代码,并用该方法结合2次回代接方程组-Part of the pivoting Gaussian elimination of the MATLAB code, and combined with this method 2 times back to the pickup equations
Update : 2025-02-19 Size : 1kb Publisher : 王子涵

高斯消元法解矩阵方程组的matlab语言-Gaussian elimination method for solving matrix equations matlab language
Update : 2025-02-19 Size : 35kb Publisher : 冷凌川

Numerical calculation method of the source program, including the numerical algebra some most basic code. Including the gaussian elimination method is used to solve the equations, the iterative method, QR decomposition -Numerical calculation method of the source program, including the numerical algebra some most basic code. Including gaussian solving equations, the iterative method, QR decomposition
Update : 2025-02-19 Size : 3.97mb Publisher : wangyiyang

多进制LDPC码的高斯消去方法的matlab源代码-Binary LDPC codes Gaussian elimination method matlab source code
Update : 2025-02-19 Size : 1kb Publisher : 呵呵

线性方程组求解,高斯消元法,列主元消元法,matlab代码-Solving linear equations, Gaussian elimination, main-element elimination method, matlab code
Update : 2025-02-19 Size : 4kb Publisher : marry

DL : 0
选列主元高斯消元法 源代码程序 A=[1 1 1 -1 3 1 2 -6 1] b=[6 4 -5] x=gauss2(A,b) 答案;3 2 1-Election column the main Gaussian elimination method source code program A = [1 1 1 -1 3 1 2-6 1] b = [6 4 -5] of x = gauss2 (A, b) the answer 321
Update : 2025-02-19 Size : 487kb Publisher : chenqiang

数值分析,迭代方法,高斯列主消元法,matlab源程序, Gau-Numerical analysis, iterative method out PCA Gaussian elimination method, matlab source code, Gauss
Update : 2025-02-19 Size : 1kb Publisher : 豪放派

DL : 0
numerical algorithms , Cramer code ,Gaussian Elimination, lagrange interpolating, polynomials, Decomposition ,Forward substitution ,Back substitution
Update : 2025-02-19 Size : 1.08mb Publisher : maiso
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.