CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Lu decomposition

搜索资源列表

  1. LU

    1下载:
  2. 用LU分解法求解线性方程组的c++程序,有用的数值分析程序-LU decomposition method used for solving linear equations of c procedures useful numerical analysis program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:Y.P.Zhou
  1. LU分解方法求解线性方程组的Fortran程序

    2下载:
  2. 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.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-05-08
    • 文件大小:9kb
    • 提供者:李学斌
  1. LU分解法求解线性方程组.zip

    1下载:
  2. LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:1.54kb
    • 提供者:倪泰山
  1. dolittle

    0下载:
  2. 实现了数值分析课程中的dolittle LU分解法 可以直接运行-Numerical analysis course to achieve the dolittle LU decomposition can be run directly
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:720byte
    • 提供者:xu huan
  1. LU

    0下载:
  2. LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1.67kb
    • 提供者:Big Boss
  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8.14kb
    • 提供者:wzz
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3.91kb
    • 提供者:chen changqing
  1. LU

    0下载:
  2. 通过LU分解解线形方程组,有输入输出的说明-Through the LU decomposition solution of linear equations, there are input-output descr iption of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.56kb
    • 提供者:weiwei
  1. superlu_3.1.tar

    1下载:
  2. SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perf
  3. 所属分类:Algorithm

    • 发布日期:2015-07-02
    • 文件大小:1.87mb
    • 提供者:anfangde
  1. LU

    0下载:
  2. 用Doolittle式的LU分解来求解线性方程组。-Solve the linear equations using Doolittle LU Decomposition!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:885byte
    • 提供者:lihousen
  1. lu

    0下载:
  2. 数值计算方法中的LU分解法,此程序中只用了1个距阵存放所有元素-Numerical method of LU decomposition method, this procedure with only one store all the elements of matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:545byte
    • 提供者:ming
  1. GAUSSsuanfa

    0下载:
  2. 直接三角分解法(LU分解法)求线性方程组的解-The direct triangular decomposition (LU decomposition method) of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.58kb
    • 提供者:李沆
  1. LU-decomposition-solving-equations

    0下载:
  2. fortran95-2003科学计算与工程第1章 矩阵分解与线性方程组直接方法LU分解解方程-Scientific Computing and Engineering disc fortran95-2003 each chapter code fortran95-2003 Scientific Computing and Engineering Chapter 1 matrix decomposition and direct methods of linear equations, LU d
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:1.11kb
    • 提供者:jiaoyl
  1. LU-decomposition-

    0下载:
  2. LU分解法解方程,数值计算,C++源码,下载可用-LU decomposition method of solving equations, numerical calculation C++ source, available for download
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:612.15kb
    • 提供者:杰瑞
  1. LU-decomposition

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

    • 发布日期:2017-11-11
    • 文件大小:1.94mb
    • 提供者:谢慧明
  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. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:20.43kb
    • 提供者:lumengyi
  1. LU

    0下载:
  2. 三阶矩阵LU分解,在DAT文件里写入矩阵系数值,输出得到矩阵对应的L阵和U阵(LU decomposition of three order matrix)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:100kb
    • 提供者:CFDER
  1. LU分解法求解线性方程组

    0下载:
  2. 用LU分解法,求解已知线性方程组的解,最多100阶(The solution of the known linear equations is solved by the LU decomposition method, with a maximum of 100 orders.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:爆米花乀
  1. LUgenerator_beta

    0下载:
  2. 使用C实现矩阵分解(LU decomposition)(Using C to implement matrix decomposition (LU decomposition))
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:7.96mb
    • 提供者:ayasp
  1. 矩阵求逆LU分解法

    1下载:
  2. C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)
  3. 所属分类:数学计算

    • 发布日期:2021-02-19
    • 文件大小:1kb
    • 提供者:gother
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com