搜索资源列表

  1. 牛顿迭代法_matlab程序(解线性方程组)

    0下载:
  2. Newtong迭代法求解线性方程组..源程序
  3. 所属分类:软件工程类

  1. 第三章 解线性方程组的迭代法

    0下载:
  2. 解线性方程组的迭代法-solution of linear equations of iterative method
  3. 所属分类:电子书籍

    • 发布日期:2024-11-24
    • 文件大小:96kb
    • 提供者:陈磊
  1. 逐次超松弛迭代法

    0下载:
  2. 解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
  3. 所属分类:Windows编程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:lin
  1. 解线性方程组的迭代法

    0下载:
  2. 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:22kb
    • 提供者:悟凡
  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-24
    • 文件大小:20kb
    • 提供者:luo
  1. yacobi

    0下载:
  2. 利用雅可比(Jocabi)迭代法解线性方程组-using Jacobian (dissipative) iterative method for solving linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:Colly
  1. Jacobi-matlab

    1下载:
  2. 雅可比(Jocabi)迭代法解线性方程组-Jacobi (Jocabi) iterative method for solving linear equations
  3. 所属分类:文件格式

    • 发布日期:2024-11-24
    • 文件大小:5kb
    • 提供者:js
  1. JacobiGaussSeidel

    1下载:
  2. 雅克比和高斯赛德尔迭代法求解线性方程组 用c++软件开发的程序-And high斯赛德尔Jacobian iteration method for solving linear equations with c++ Software development process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:王朝喜
  1. gauss_seidel_iterative

    0下载:
  2. 利用高斯塞得尔迭代法解线性方程组,改算法能对所有类型的线性方程组进行求解,且收敛速度快!-Seoul was the use of high-CEDE?O iteration solving linear equations, the algorithm can be changed for all types of linear equations to solve, and fast convergence!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:chenzuo
  1. iterative_linear_equations

    1下载:
  2. 数值分析中的迭代法解线性方程组问题,含输入输出界面。-Numerical analysis of iterative method for solution of problems of linear equations, including input and output interface.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:208kb
    • 提供者:丁一
  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-11-24
    • 文件大小:1kb
    • 提供者:源治
  1. gs

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

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:hy
  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-11-24
    • 文件大小:1kb
    • 提供者:王宝木
  1. 1

    0下载:
  2. .通过MATLAB软件写出用逐次超松弛迭代法解线性方程组的程序并运行结果。(MATLAB software is used to write the program for solving linear equations by successive over relaxation iteration method and its running results)
  3. 所属分类:中间件编程

    • 发布日期:2024-11-24
    • 文件大小:20kb
    • 提供者:dragon5683
  1. G-S迭代

    0下载:
  2. 用Gauss-Seidel迭代法解线性方程组。(Solving linear equations by G-S iteration)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:9kb
    • 提供者:zhiheLyn
  1. 雅克比(Jacobi)迭代法解线性方程组(Matlab程序)

    0下载:
  2. 雅克比迭代例子,给定方程,常用的数值迭代方法(Jacobi iteration example, given equation, numerical iterative methods)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:日常
  1. 高斯-赛德尔迭代法求线性方程组Ax=b的解

    0下载:
  2. 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:10kb
    • 提供者:浅若夏沫
  1. jiefangcheng

    0下载:
  2. 使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear eq
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:求悳
  1. 解线性方程组的迭解法

    0下载:
  2. 解线性方程组的迭解法,包括高斯-赛德尔迭代法和雅克比迭代法(Solution of iterative solution of linear equations, including Gauss - Seidel iterative method, Jacobi method)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:靖哥哥sj
  1. 解线性方程组的迭代法

    0下载:
  2. 可在matlab中打开,是用来解线性方程组的迭代法(It can be opened in MATLAB, and is an iterative method for solving linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:8kb
    • 提供者:冯希文
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org