搜索资源列表

  1. 6-LU-of-matrix

    0下载:
  2. 实现一般非奇异矩阵的LU分解,利用全选主元的方法实现。-General non-singular matrix LU decomposition, pivoting method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1315840
    • 提供者:wdsky2010
  1. LU

    0下载:
  2. fortran语言编写的LU分解程序,可用来求解小型方程组-fortran language LU decomposition process can be used to solve small equations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:鸟仔
  1. LU-decomposition

    0下载:
  2. LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式-LU decomposition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2033664
    • 提供者:谢慧明
  1. Gaussian--and-LU

    0下载:
  2. 计算方法中解线性方程组的列主元高斯消元法及LU分解,由键盘输入系数矩阵A的大小和内容、及矩阵b的内容-Calculation methods listed in the main solution of linear equations Gaussian elimination method and LU decomposition, the coefficient matrix A by the keyboard input size
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:佘洪伟
  1. LU

    0下载:
  2. 基于CUDA的LU分解,简单明了适用GPU的CUDA初学者-CUDA-based LU decomposition, simple apply the GPU CUDA beginners
  3. 所属分类:并行运算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:ytw
  1. LU

    0下载:
  2. 用C语言编写矩阵LU分解,求出上三角,下三角矩阵,再求出原矩阵的逆-Written in C language matrix LU decomposition, calculated on a triangle, a lower triangular matrix, and then find the inverse of the original matrix
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:余露尤
  1. LU

    0下载:
  2. Fortran LU分解fortran LU分解代码 fortran LU分解代码-Fortran LU decomposition fortran LU decomposition code fortran LU decomposition code fortran LU decomposition code
  3. 所属分类:并行运算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:makayua
  1. LU

    0下载:
  2. 高斯消去法的LU分解,基础好用,非常好,相信我-Gaussian elimination LU decomposition, basic easy to use, very good, believe me
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:LX
  1. lu

    0下载:
  2. 数值代数的LU分解c++实现 数值代数的LU分解c++实现-LU factorization LU factorization LU factorization LU factorization LU factorization LU factorization LU factorization
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Jack
  1. LU

    0下载:
  2. 该程序用LU分解方法求矩阵的逆矩阵,前提是该矩阵有逆矩阵-The program with the LU decomposition matrix inverse matrix method, provided that the matrix has an inverse matrix
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2527232
    • 提供者:薛思骐
  1. LU.tar

    0下载:
  2. 基于CUDA的LU分解,可作为求解线性方程组的程序-CUDA based LU decomposition, can be used as the procedure for solving linear equations
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王萌
  1. lu

    0下载:
  2. lu分解算法,计算方法编程算法,c++编写,算法可以实现-lu decomposition algorithm, calculation algorithm programming, c++ to write the algorithm can be implemented
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:刘辉
  1. LU-decomposition-of-matrix

    0下载:
  2. 矩阵的LU分解。用不选主元的LU分解和列主元LU分解求解线性方程组 Ax=b, 并比较这两种方法.-LU decomposition of matrix.With no pivoting the LU decomposition and the main yuan LU decomposition for solving linear equations Ax = b, and compare the two methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:20480
    • 提供者:lumengyi
  1. lu-matrix-decomposition

    0下载:
  2. lu 矩阵分解,实现了基于高斯约旦方法的lu分解-matrix decomposition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:way
  1. LU

    0下载:
  2. 基于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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:杨小青
  1. LU

    0下载:
  2. 通过matlab实现的矩阵LU分解,PLU程序相比于LU程序,有所改进-Matrix LU decomposition realized by matlab, PLU program compared to the LU program, improvements
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:刘晨
  1. LU

    0下载:
  2. 高斯运算中的LU分解,用于矩阵分解以及求解方程矩阵-Matrix Calculation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. MATLAB-LU--reduction

    0下载:
  2. 该实例利用MATLAB实现了对任意一个n*n的矩阵实现LU分解-This case is to achieve LU reduction of a random matrix by MATLAB.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:盛学锐
  1. LU

    0下载:
  2. LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个单位下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式。-LU Decomposition is a matrix of decomposition, a matrix can be decomposed into a unit of the lower triangu
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:付勐
  1. test-mpi-LU

    0下载:
  2. 用mpi实现的并行LU分解测试程序,win7系统,vs2013平台-Using mpi to achieve the parallel LU decomposition test program, win7 system, vs2013 platform
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1184768
    • 提供者:shen
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

源码中国 www.ymcn.org