CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lu分解法

搜索资源列表

  1. File2

    0下载:
  2. 矩阵求逆(lu分解法),已在matlab下进行测试,计算精度大概为小数点后4位-Matrix inversion (lu decomposition method), has been tested under matlab, after the decimal point accuracy is approximately 4
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1789
    • 提供者:liuqy
  1. MT2DSXX_LU

    1下载:
  2. mt二维大地电磁正演程序,采用lu分解法编写的-two-dimensional magnetotelluric forward mt program written by lu decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:504266
    • 提供者:刘小东
  1. CC

    0下载:
  2. 数值分析的上机作业,有三个文件,可以实现1、LU分解法;2、高斯消去法和高斯行主元消去法;3、雅克比迭代法和高斯迭代法。去求解矩阵方程~-Numerical Analysis of the machine operation, there are three files, you can achieve 1, LU decomposition 2, Gaussian elimination and Gauss-line principal component elimination metho
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:317555
    • 提供者:王豆豆
  1. one

    0下载:
  2. 各种非线性方程及方程组求解算法,如LU分解法,程序在C环境下通过。-Equations of nonlinear equations and solving algorithm, such as LU decomposition, the program in the C environment through.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:18285
    • 提供者:luo
  1. LU_FACTORIZATION_METHODS

    0下载:
  2. 程序主要介绍了线性代数中的LU分解法解决线性代数解的问题,着重分析了上三角分解和下三角分解的过程-Program introduces linear algebra in the LU decomposition to solve linear algebra to solve the problem, focusing on the triangular decomposition and analysis of the decomposition process under the tria
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:2039170
    • 提供者:公共
  1. CUDA_ITSOL.tar

    0下载:
  2. 利用LU分解法解系数线性代数方程组的GPU实现-Using LU decomposition method for solving linear algebraic equations coefficient GPU implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:465867
    • 提供者:wxq
  1. 20116171639319

    0下载:
  2. 第1章线性代数方程组的解法 1.全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 -Chapter 1, the solution of linear algebraic equations 1 full pivot Gauss Jordan elimination 2.LU decomposition 3 catch-up method 4
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1473224
    • 提供者:dean1689
  1. Numerical-Calculation-in-C-language

    0下载:
  2. 数值计算中经典方法的C语言通用程序。包含LU分解法,复化辛普森法,改进欧拉法,拉格朗日插值法,列主元素法,牛顿迭代法,最小二乘法拟合和四阶龙格-库塔法,支持文件读写。-The code is the classic method of numerical calculation of the C language common procedures. Including LU decomposition, re-oriented Simpson method, Improved Euler me
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:9504
    • 提供者:张震岳
  1. zuoye

    0下载:
  2. 北航数值分析 大作业 :编写程序,分别用列主元的Gauss消去法和LU分解法求解下面线性代数 方程组AX = b的解,其中A为N £ N 矩阵,N = 50,其第i(i ¸ 1)行、第j(i ¸ 1)列 元素 -The Beihang value in A major operation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2564719
    • 提供者:李雪
  1. ill-posed-problems

    0下载:
  2. 高斯法,高斯选主元法,LU分解法求解病态问题(非调用)-Gaussian, Gauss pivoting method, the LU decomposition method for solving ill-posed problems
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:3746
    • 提供者:王瀚安
  1. lu

    0下载:
  2. 数值计算中,线性方程组的数值解法中,三角分解法提到列主元的三角分解法,结合原理编写的程序,里面是一道具体的题目,在具体应用中可以变通使用-Numerical calculations, the numerical solution of linear equations, triangular decomposition mentioned in the column main triangular decomposition, combined with the principle of wr
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:913
    • 提供者:zhangbin
  1. gaodengshuxue

    0下载:
  2. 可实现的算法:软件说明: 1.全主元高斯约当消去法2.LU分解法3.追赶法4.五对角线性方程组解法5.线性方程组解的迭代改善6.范德蒙方程组解法7.托伯利兹方程组解法8.奇异值分解9.线性方程组的共轭梯度法10.对称方程组的乔列斯基分解法11.矩阵的QR分解12.松弛迭代法第2章插值1.拉格朗日插值2.有理函数插值3.三次样条插值4.有序表的检索法5.插值多项式6.二元拉格朗日插值-The algorithm can be realized: Software Descr iption:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1442301
    • 提供者:liuwei
  1. LU2

    0下载:
  2. 2个c++编写的LU分解法实例,DOS窗口,不是MFC的-2 c++ written instance of the LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:1120256
    • 提供者:曹昀昀
  1. xianxing

    0下载:
  2. 解线性方程组,利用Guass消元法,LU分解法等数值分析中算法的实现-The realization of numerical analysis algorithm for solving linear equations, the use of Guass method of elimination, LU decomposition method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:3256
    • 提供者:曾奎
  1. solution-of-linear-equations

    0下载:
  2. 有7种解线性方程组的算法,高斯算法,高斯列主元,高斯完全主元,LU分解法,LU列主元分解法,追赶法,高斯约旦消去法-There are seven kinds algorithm of solution of linear equations, Gaussian algorithm, out PCA Gaussian, Gaussian completely principal component, LU decomposition, LU column principal component
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:339164
    • 提供者:zhangjing
  1. DelGauss1

    0下载:
  2. 用来计算线性方程组,有高斯消去法,高斯约当消去法,LU分解法-Used to calculate the linear equations, Gaussian elimination, Gauss Jordan elimination method, LU decomposition method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1136
    • 提供者:李金萍
  1. XianXing

    0下载:
  2. 线性方程组的求解方法,内涵高斯消元法、LU分解法和迭代法。-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2876
    • 提供者:阿党
  1. LU1

    0下载:
  2. 计算方法中得LU分解法,matlab编程-Calculation method was LU decomposition method, matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:523
    • 提供者:钟少辉
  1. matrix_lu7

    0下载:
  2. LU分解算法运算的C代码实现,数值计算方法 LU分解法-LU decomposition algorithm for calculation of C code, numerical methods LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:856
    • 提供者:时先生
  1. LUDCMP

    0下载:
  2. 解线性方程组 LU分解法 求解系数矩阵为非奇异的线性代数方程组Ax=b,它能串联式地逐次解A相同b不同的方程组。本方法也叫杜利特尔(doolittle)方法-Linear Equations LU decomposition method for solving non-singular coefficient matrix of linear algebraic equations Ax = b, it cascaded to the same b successive solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:589
    • 提供者:han
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com