搜索资源列表

  1. fddfebs

    0下载:
  2. 五对角线性方程组求解程序. 速度奇快.一千阶,0.019秒 一万阶:0.56秒 10万阶:61秒. 数据输入结构见程序内英文说明.-Five linear equations solver. The speed of a swift pace. A thousand bands, ten thousand bands 0.019 seconds: 0.56 seconds 100,000 bands: 61 seco
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王礼广
  1. lu

    0下载:
  2. 数值计算利用LU分解法来求解线性方程组,简明方便-Numerical calculation using LU decomposition method to solve linear equations, simple convenience
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:brother zhi
  1. SIRT

    0下载:
  2. 数值计算利用SIRT分解法来求解线性方程组,简明方便-SIRT using numerical decomposition method to solve linear equations, simple convenience
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:brother zhi
  1. filter

    0下载:
  2. 数值计算利用filter分解法来求解线性方程组,简明方便-Numerical calculation using filter decomposition method to solve linear equations, simple convenience
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:brother zhi
  1. 5488w

    0下载:
  2. 用VB程序编写的数值分析高斯消去法求解线性方程组-VB programmers to use the numerical analysis of Gaussian elimination for solving linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:kllogg
  1. sor

    0下载:
  2. 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:liruifa
  1. iteration

    0下载:
  2. 雅可比迭代法,塞德尔迭代法,逐次超松弛法求解线性方程组-iteration code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:Snake
  1. xianxingfangchengzu

    0下载:
  2. 本程序为求解线性方程组的迭代方法,包含雅可比迭代法、高斯-赛德尔迭代法和SOR方法-The procedure for solving linear equations iterative methods, including Jacobi' s iterative method, Gauss- Seidel iteration method and SOR methods
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:源治
  1. Preconditioned_Conjugate_Gradient_Method

    2下载:
  2. 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:Zhu Liyong
  1. gs

    0下载:
  2. 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:hy
  1. nolinerequationssolves

    1下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:liuming
  1. sy3

    0下载:
  2. Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王宝木
  1. gaosidiedai

    0下载:
  2. 本程序是数值分析中经典的高斯迭代法求解线性方程组-The numerical analysis procedure is the classical Gauss iterative method for solving linear equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. Gauss_seidel

    0下载:
  2. 数值分析算法-----功能:gauss-seidel迭代求解线性方程组的根-Numerical analysis algorithms----- functions: gauss-seidel iterative root solving linear equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:fhc
  1. EqtsSOR

    0下载:
  2. SOR迭代法求解线性方程组,输出结果和迭代次数。-SOR iterative method for solving linear equations, the output and the number of iterations.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王木三
  1. 实验4-线性方程组求解

    0下载:
  2. 利用fortran语言实现二维现行方程组的求解问题。(Solving problems of linear equations)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:绿的国
  1. 解线性方程组

    0下载:
  2. 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:l玲子l
  1. Iter.zip

    0下载:
  2. 求解线性方程组的常用算法matlab实现 包括 Jacobi,Gauss_Seid 与 SOR(Common iterative methods function to solve linear symstems of equations. (Jacobi, Gauss_Seid and SOR))
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:焦浮
  1. LU_test

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

  1. GausANDJacobian

    0下载:
  2. 高斯消元以及Jacobian迭代求解线性方程组,有详细的注释(Gauss elimination and Jacobian iterative solution of linear equations have detailed annotations)
  3. 所属分类:其他小程序

« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org