搜索资源列表

  1. 矩阵直接三角分解法

    0下载:
  2. 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法-c numerical methods used to prepare the direct numerical triangular matrix decomposition method of linear equations Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7.23kb
    • 提供者:姚天伟
  1. szfx_zjsj

    0下载:
  2. 数值分析中的求解算法-直接三角分解法 程序用C++语言编写。经过编译测试-numerical analysis of algorithm-direct triangular decomposition process using C language. After compiling test
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:张薇
  1. xianxingfangchengzujiefa

    0下载:
  2. 线性方程组数值解法 包括高斯赛德尔迭代法 矩阵直接三角分解法 列主元高斯消去法 雅可比迭代法-linear equations numerical solution including high resistivity iteration triangular matrix decomposition directly out PCA Gaussian elimination Jacobi iterative method
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2.22kb
    • 提供者:xixi
  1. sanjiao

    0下载:
  2. 矩阵直接三角分解法的c++语言实现 -direct triangular matrix decomposition of the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:王军
  1. 三角直接分解法

    0下载:
  2. 数值分析三角直接分解法-Numerial Analyse: Doolittle Analyze Arithmetic
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8.46kb
    • 提供者:郭巨海
  1. sanjiao

    0下载:
  2. 矩阵直接三角分解法的c++语言实现 -direct triangular matrix decomposition of the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:王军
  1. 三角直接分解法

    0下载:
  2. 数值分析三角直接分解法-Numerial Analyse: Doolittle Analyze Arithmetic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:223kb
    • 提供者:郭巨海
  1. 矩阵直接三角分解法

    0下载:
  2. 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法-c numerical methods used to prepare the direct numerical triangular matrix decomposition method of linear equations Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-11-23
    • 文件大小:7kb
    • 提供者:姚天伟
  1. 04150247

    0下载:
  2. 用语言编写的解线性方程组的直接方法(包含Gauss顺序消去法、Gauss列主元素消去法、Doolittle三角分解法)-language to be used to prepare the solution of linear equations of the direct method (including Gauss elimination order, Gauss out the main elements of eliminat
  3. 所属分类:文档资料

    • 发布日期:2024-11-23
    • 文件大小:202kb
    • 提供者:huafei
  1. szfx_zjsj

    0下载:
  2. 数值分析中的求解算法-直接三角分解法 程序用C++语言编写。经过编译测试-numerical analysis of algorithm-direct triangular decomposition process using C language. After compiling test
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:张薇
  1. xianxingfangchengzujiefa

    0下载:
  2. 线性方程组数值解法 包括高斯赛德尔迭代法 矩阵直接三角分解法 列主元高斯消去法 雅可比迭代法-linear equations numerical solution including high resistivity iteration triangular matrix decomposition directly out PCA Gaussian elimination Jacobi iterative method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:xixi
  1. ToSolveAnEquationSet

    0下载:
  2. 数值分析中五种常用的解方程组的算法在Linux下的实现。 在本压缩包里分别是: ColPivotElim.d 枢轴元素消去法解方程组 GaussElim.d 高斯销元法解方程组 GSItera.d 高斯赛德尔迭代法解方程组 JacobiItera.d 雅克比迭代解方程组 TriDecompo.d 线性方程组的直接三角分解法 运行环境是Linux,用G++编译的。-Numerical analysi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:90kb
    • 提供者:xichen
  1. GAUSSsuanfa

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

    • 发布日期:2024-11-23
    • 文件大小:3kb
    • 提供者:李沆
  1. Gauss_Doolittle

    0下载:
  2. 直接法解线性方程组可以采用Gauss列主元素消去法或直接三角分解法。应具有解决任意阶(n<10)线性方程组的能力,包含以下模块: (1)输入系数矩阵 (2)消元(或分解) (3)回代 (4)输出结果 -自动翻译
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:4.33mb
    • 提供者:宋安超
  1. DirectMethodsLinearSystems

    0下载:
  2. 解线性方程组方法:(1)Gauss消去法 (2)杜立特尔直接三角分解法 (2)追赶法解三对角方程 平方根分解法解对称矩阵 的MATLAB源代码-the matlab source codes of Direct Methods for Solving Linear Systems:(1)Gaussian Elimination (2)LU Factorization(Doolittle Method) (3)Pursue Method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-23
    • 文件大小:7kb
    • 提供者:huangyonghao
  1. 4

    0下载:
  2. 学习和掌握用直接三角分解法解线性方程组; 熟悉运用用直接三角分解法解线性方程组解决实际问题。 - Learning and mastering the direct triangular decomposition method for solving linear equations 熟悉运用用直接三角分解法解线性方程组解决实际问题。 Familiar with the use of direct
  3. 所属分类:matlab例程

    • 发布日期:2024-11-23
    • 文件大小:21kb
    • 提供者:吕志强
  1. bkraew

    0下载:
  2. 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法,(The numerical method is used in c + + written numerical matrix directly triangle decomposition method algorithm for solving linear equations,)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-23
    • 文件大小:7kb
    • 提供者:nmfetime
  1. 91454475

    0下载:
  2. 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法,()
  3. 所属分类:系统编程

    • 发布日期:2024-11-23
    • 文件大小:7kb
    • 提供者:benefkt
  1. sanjiaofenjiefa

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

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:xzt
  1. funcpihd

    0下载:
  2. 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法,()
  3. 所属分类:对话框与窗口

    • 发布日期:2024-11-23
    • 文件大小:7kb
    • 提供者:lxrpa+098
« 12 »

源码中国 www.ymcn.org