搜索资源列表

  1. Doolittle

    0下载:
  2. 此方法为求解线性方程组的方法,LU分解法也称Doolittle分解法方便,是数值计算中经常运用的一种方法-This method is the method for solving linear equations, LU decomposition, also known as Doolittle decomposition method is convenient, is often used in numerical calcul
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:陈岩
  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例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:liuqy
  1. MT2DSXX_LU

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

    • 发布日期:2024-05-18
    • 文件大小:503808
    • 提供者:刘小东
  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 princip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:317440
    • 提供者:王豆豆
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:18432
    • 提供者: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 decomp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2038784
    • 提供者:公共
  1. CUDA_ITSOL.tar

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

    • 发布日期:2024-05-18
    • 文件大小:465920
    • 提供者: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 decomposi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1473536
    • 提供者: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 Sim
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:张震岳
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2565120
    • 提供者:李雪
  1. ill-posed-problems

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

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:王瀚安
  1. lu

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者: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 rea
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1441792
    • 提供者:liuwei
  1. LU2

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

    • 发布日期:2024-05-18
    • 文件大小: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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:曾奎
  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,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:338944
    • 提供者:zhangjing
  1. DelGauss1

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李金萍
  1. XianXing

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

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:阿党
  1. LU1

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:钟少辉
  1. matrix_lu7

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:时先生
« 1 2 3 4 5 67 8 »

源码中国 www.ymcn.org