搜索资源列表
数值分析的lu分解vb 版
- 大学里数学系必学的一们课程数值分析中的经典算法————lu分解的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classic decomposition algorithm-lu version of the procedure vb
LU分解方法求解线性方程组的Fortran程序
- LU分解方法求解线性方程组的Fortran程序,包含了一个验证程序。计算效率相对于选主元高斯消去法高出一些。-LU decomposition method for solving linear equations Fortran program, includes a verification process. Computational efficiency relative to the pivoting Gaussian elimination than some.
mpiparaw.rar
- 在MPI上用并行LU分解求解线性方程组的源程序。, Decomposes the solution system of linear equations on MPI with parallel LU the source program.
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
LU
- LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
Matrix
- 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
LU
- LU分解算法 及 分解后矩阵解线性方程组-LU algorithm
LU_Decom
- LU分解,基于MATLAB开发,求上三角函数和下三角函数-LU decomposition, based on the MATLAB development, and lower demand on the trigonometric functions trigonometric functions
Matrix-by-LU-decomposition
- 在Matlab中输入任意矩阵,就可进行LU分解。-Matrix by LU decomposition
数值代数LU分解
- matlab写的数值代数中LU分解,应用此分解可快速求解方程组
LU分解
- LU分解_C计算稀疏矩阵往往比较头疼,有比较传统的共轭梯度CG算法,也有先验共轭梯法等。总的来说LU分解算法,效率比较高。这是标准的C代码
LU分解-matlab
- matlab 输入矩阵 实现矩阵LU分解
Lu分解的程序
- 求解线性方程组Ax=b的三角分解,即LU分解,利用高斯变换来实现系数矩阵A的分解
LU
- 可以用该程序数值求解矩阵,具有详细的注释,理解LU分解法求线性方程组的算法原理(The program can be used to solve the matrix, with detailed notes, understanding the LU decomposition method for solving linear equations algorithm principle)
LU
- 三阶矩阵LU分解,在DAT文件里写入矩阵系数值,输出得到矩阵对应的L阵和U阵(LU decomposition of three order matrix)
LU分解程序
- 用LU和LDU分解求解方程组,给出了详细说明(The equations are solved by the decomposition of LU and LDU, and the detailed descr iption is given.)
LU分解法求解线性方程组
- 用LU分解法,求解已知线性方程组的解,最多100阶(The solution of the known linear equations is solved by the LU decomposition method, with a maximum of 100 orders.)
LU Matrix Factorization
- 使用C语言在xilinx 平台上实现N阶可逆矩阵分解(The realization of N order reversible matrix decomposition on the Xilinx platform using C language)
mt二维大地电磁正演数据
- mt二维大地电磁正演程序,采用lu分解方法进行编写。
LU分解
- 适用于数值分析课程编程例题,LU分解内容。(Suitable for numerical analysis course programming examples, LU decomposition)