搜索资源列表
cmmb中ldpc分解的源代码
- cmmb中ldpc分解的源代码,matlab格式,涉及到H矩阵 的LU分解,代码中有注释, 根据此代码可以编写ldpc的硬件实现。
LU
- 基于C语言得MATLAB平台设计的LU分解算法解方程-MATLAB platform based on C language was designed to solve the equation LU decomposition algorithm
LU
- LU分解的一个小代码,数值分析课是写的,简单但是好用-source code for LU decomposition
3
- 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
LU_Decom
- LU分解,基于MATLAB开发,求上三角函数和下三角函数-LU decomposition, based on the MATLAB development, and lower demand on the trigonometric functions trigonometric functions
LU
- lu分解,可以应用该函数分解矩阵, -lu fen jie
Matrix-by-LU-decomposition
- 在Matlab中输入任意矩阵,就可进行LU分解。-Matrix by LU decomposition
LU
- lu分解 基于matlab环境的对于三角分解的源代码-lu decomposition matlab environment based on the source code for the triangular decomposition
LU-factorization
- LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
LU
- 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
LU
- 数值分析线性方程组LU分解,matlab平台实现-Numerical LU decomposition of linear equations, matlab platform
LU
- 本人自己完成的矩阵LU分解,带有示例,希望共同探讨。-I completed matrix LU decomposition, with examples, and hope to explore.
数值代数LU分解
- matlab写的数值代数中LU分解,应用此分解可快速求解方程组
lu-matrix-decomposition
- lu 矩阵分解,实现了基于高斯约旦方法的lu分解-matrix decomposition
LU
- 基于LU分解的数值分析例题计算问题:用追赶法求解20阶三对角线性方程组Ax=d的解,其中A,d已知-Analysis of examples of numerical calculation based on the LU decomposition: solving 20 Order tridiagonal linear equations Ax = d solution by chasing method, wherein A, d known
LU分解-matlab
- matlab 输入矩阵 实现矩阵LU分解
MATLAB-LU--reduction
- 该实例利用MATLAB实现了对任意一个n*n的矩阵实现LU分解-This case is to achieve LU reduction of a random matrix by MATLAB.
Lu分解的程序
- 求解线性方程组Ax=b的三角分解,即LU分解,利用高斯变换来实现系数矩阵A的分解
lu分解
- 矩阵分解,内建lu函数的可读版本;矩阵分解,内建lu函数的可读版本;矩阵分解,内建lu函数的可读版本
LU分解
- 适用于数值分析课程编程例题,LU分解内容。(Suitable for numerical analysis course programming examples, LU decomposition)
