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

搜索资源列表

  1. LU分解法

    1下载:
  2. 用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19578
    • 提供者:luo
  1. Gauss_Seidel迭代法

    0下载:
  2. 用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19922
    • 提供者:luo
  1. VB_NUM1

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition, Joe Cholesky decomposition 1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7196
    • 提供者:李春波
  1. LU_Decompound_for_C++

    0下载:
  2. 应用LU分解法计算矩阵的程序 C++制作 未编译,已经测试-application LU decomposition of the matrix calculation procedure produced no C compiler, testing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1583
    • 提供者:老张
  1. MatrixInverse

    1下载:
  2. 这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的。-This is a very good use of LU decomposition of the matrix inversion process, the Pivot is very good.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2515
    • 提供者:sylivian
  1. LUDCMP

    0下载:
  2. LU分解法解线性方程组,内含LU分解函数以及调用的例子-LU decomposition method for solving linear equations, containing LU decomposition and the calling function examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:younger
  1. lu_decompose

    0下载:
  2. 数值与符号计算LU分解法,运用LU分解函数求解Ax=b的矩阵运算-numerical and symbolic computation LU decomposition, using LU decomposition function for Ax = b matrix operation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6324
    • 提供者:peter
  1. duliteer

    0下载:
  2. 这是用vc编的LU分解法,也叫杜利 特儿法,子过程LUDCMP将矩阵分解 为上三角和下三角矩阵,子过程LU BKSB利用LUDCMP的分解结果得到线 性方程组的解-vc addendum to the LU decomposition method, also called Dulite abuse, LUDCMP sub-process decomposition of the matrix on the Triangle and lower trian
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1461
    • 提供者:wuyan
  1. NumericalAnalysisAlgorithm

    0下载:
  2. 列主元消元法解线性方程组(已通过验证) LU分解法解线性方程组(已通过验证): 雅可比迭代法(已通过P54例一和习题一的验证)高斯---赛得尔迭代法 拉哥朗日插值公式(乘幂法 -main-element elimination method for solving linear equations (validated) LU decomposition method for solving linear equations (which has been validated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12231
    • 提供者:xuyao
  1. mymath

    0下载:
  2. 自编数学函数调用库,有LU分解法,高斯塞德尔迭代法,追赶法解线性方程组,还有一维和二维的高斯积分公式-writing mathematical function call library, LU decomposition, high Shisaideer iterative method, catching up with the method for solving linear equations, one-and two-dimensional Gaussian integral for
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2519
    • 提供者:陈建湘
  1. LU

    0下载:
  2. LU分解法求解线性方程组用C语言实现的程序,简单易懂,很好用-LU decomposition method for solving linear equations using C language program, easy to understand, easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:770
    • 提供者:adsfasdf
  1. LU

    0下载:
  2. 解线性代数方程组的LU分解法。使用c++标准库的vector实现。-Solution of linear algebraic equations LU decomposition. Use c++ standard library vector implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2071
    • 提供者:
  1. lu

    0下载:
  2. lu分解法求解线性方程组,用in.txt文件输入,自动输出。-lu decomposition method for solving linear equations, input in.txt files, automatically output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:933
    • 提供者:撒旦分
  1. LU

    1下载:
  2. LU分解法求解线性方程组Ax=b.该程序为直接求解法,可以实现对实数和复数的计算。程序较简练,但是运行的效率较高。-Crout s decomposition method for solving of n linear equations:Ax=b
  3. 所属分类:Other systems

    • 发布日期:2015-06-12
    • 文件大小:109568
    • 提供者:caoxiaoyue
  1. LU

    0下载:
  2. LU分解法的C程序,数值计算方法的一种,简单实用。-LU C program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:607
    • 提供者:zhang
  1. LU-decomposition

    0下载:
  2. 数值计算中的LU分解法,用C语言编写,亲测可用-Numerical calculations of LU decomposition method, using C language, pro-test available
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:112647
    • 提供者:谢军
  1. Lu-method

    0下载:
  2. 这一个LU分解法程序,用C++编写,里面包含数据输入-This is a LU decomposition program, written C++, which contains data input
  3. 所属分类:mathematica

    • 发布日期:2017-04-30
    • 文件大小:206309
    • 提供者:刘红宇
  1. LU和QR分解法

    1下载:
  2. LU和QR分解法求线性方程组,高斯消元法的改进(LU and QR decomposition method for solving linear equations)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:Mathematic
  1. LU_test

    0下载:
  2. cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)
  3. 所属分类:并行计算

  1. sanjiaofenjiefa

    0下载:
  2. 三角分解法亦称因子分解法,由消元法演变而来的解线性方程组的一类方法。设方程组的矩阵形式为Ax=b,三角分解法就是将系数矩阵A分解为一个下三角矩阵L和一个上三角矩阵U之积:A=LU,然后依次解两个三角形方程组Ly=b和Ux=y,而得到原方程组的解,例如,杜利特尔分解法、乔莱斯基分解法等就是三角分解法(The triangular decomposition method, also called factor decomposition method, is a kind of method of
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:xzt
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com