搜索资源列表

  1. LU

    0下载:
  2. 1. Using LU factorization method to solve the following tri-diagonal system for n=10 and 100
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:566
    • 提供者:吕鹏
  1. LU文档

    0下载:
  2. LU分解 用C的算法-LU decomposition algorithm C
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1021
    • 提供者:木木
  1. 数值分析的lu分解vb 版

    0下载:
  2. 大学里数学系必学的一们课程数值分析中的经典算法————lu分解的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classic decomposition algorithm-lu version of the procedure vb
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2214
    • 提供者:liunangui
  1. LU

    0下载:
  2. 数值分析算法矩阵的LU分解法-numerical analysis algorithm matrix LU decomposition
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1361
    • 提供者:侃侃
  1. lu

    0下载:
  2. 数值计算利用LU分解法来求解线性方程组,简明方便
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1465
    • 提供者:brother zhi
  1. LU

    0下载:
  2. 数学工具: LU分解法解线性方程组,很好用
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:886
    • 提供者:千里
  1. 2.LU分解法

    0下载:
  2. LU分解法,数值分析最基本的!-LU decomposition, the most basic numerical analysis!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:871
    • 提供者:黎元凯
  1. LU分解法

    0下载:
  2. 数值计算方法 LU分解法-numerical method LU decomposition
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:834
    • 提供者:邹建
  1. LU分解

    0下载:
  2. 不错的lu算法
  3. 所属分类:其它

  1. LU decomposition

    0下载:
  2. LU decomposition with partial pivoting
  3. 所属分类:matlab例程

    • 发布日期:2011-04-12
    • 文件大小:592
    • 提供者:chcdgary
  1. LU decompsition

    0下载:
  2. LU decompsition
  3. 所属分类:其它

  1. mpiparaw

    0下载:
  2. 在MPI上用并行LU分解求解线性方程组的源程序。- Decomposes the solution system of linear equations on MPI with parallel LU the source program.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:应伟勤
  1. Algebra

    0下载:
  2. 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:98304
    • 提供者:站长
  1. 单纯LU分解

    0下载:
  2. 下一部是计算求解方程组-under a calculation equations solution
  3. 所属分类:数值算法/人工智能

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

    1下载:
  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-dim
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:陈建湘
  1. exer1

    0下载:
  2. 利用LU分解来求方程的解-use LU decomposition to seek solutions to the equation
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:谷雨
  1. LU分解法

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

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

    • 发布日期:2024-05-15
    • 文件大小:19456
    • 提供者:luo
  1. raa

    0下载:
  2. 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
  3. 所属分类:数学计算/工程计算

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

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:李春波
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org