CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - gauss-seidel matlab

搜索资源列表

  1. gssd

    0下载:
  2. matlab制作的高斯—赛德尔迭代法求值,数值计算方法实验作业,经测试无误。-matlab produced Gauss- Seidel iterative method evaluation, experimental work numerical methods, the test correctly.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:933byte
    • 提供者:sx
  1. program

    0下载:
  2. 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.84kb
    • 提供者:funintears
  1. Gauss

    1下载:
  2. 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:29.67kb
    • 提供者:chuchenyun
  1. Guass_seidel

    0下载:
  2. 高斯-赛德尔法解线性方程组,一般解法和矩阵法MATLAB程序-Gauss- Seidel method for solving linear equations, the general method and matrix method MATLAB program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:889byte
    • 提供者:coolcyj
  1. xianxingfangchengzu

    0下载:
  2. 本代码是GAUSS-SEIDEL迭代法、选主元JORDAN消去法、简单GAUSS消去法、选主元GAUSS消去法的MATLAB程序,有详细注释,可直接调用-This code is GAUSS-SEIDEL iteration, pivoting JORDAN elimination, simple GAUSS elimination, pivoting GAUSS elimination of the MATLAB program, with detailed notes, can be cal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2.3kb
    • 提供者:huanghf
  1. MyMatrixFunction

    0下载:
  2. 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.95kb
    • 提供者:z
  1. Jacobi-and-Gauss-Seidel

    1下载:
  2. 振动力学,振动曲线绘制,matlab,希望有用-Mechanical vibration, the vibration curve drawing, matlab, hope be useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:575byte
    • 提供者:yongquan
  1. iteration

    0下载:
  2. 利用Matlab 实现求解方程组的 Jacobi 迭代法; 利用Matlab 实现求解方程组的 Gauss-Seidel 迭代法; 利用编制的算法求解给定的线性方程组; -Matlab Jacobi iterative method for solving equations Use of Matlab for solving the equations of Gauss-Seidel iteration method The preparation of the alg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:58.93kb
    • 提供者:jenny
  1. solver_Eq

    0下载:
  2. 本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.81kb
    • 提供者:蔡声泽
  1. gaosi

    0下载:
  2. 高斯-赛德尔迭代法求解方程组,通过matlab编程实现。-Gauss-seidel iterative method for solving equations, by matlab programming.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:29.87kb
    • 提供者:wangbo
  1. Linear-Equations

    0下载:
  2. 解线性方程组的各种MATLAB实现方法,包括高斯列主消去法、Doolittle、Gauss Seidel-MATLAB Linear Equations various implementations,including out PCA Gaussian elimination, Doolittle, Gauss Seidel
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:郭昊
  1. gaussseidel

    0下载:
  2. Gauss seidel iteration method in matlab code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:575.83kb
    • 提供者:panda
  1. GAUSS-SEIDEL

    0下载:
  2. 用高斯-赛德尔迭代法求解线性方程组的matlab实例程序-a matlab example program about the Gauss- Seidel iterative method for solving linear equations matlab example program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:15.37kb
    • 提供者:凌霄
  1. 迭代求解方程组

    1下载:
  2. 包括Jacobi迭代法,Gauss-seidel迭代法和SOR迭代法的matlab代码,以及一个测试的main程序(These are iterative methods for solving linear equations.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:小博v
  1. 高斯勒让德和切比雪夫数值积分

    0下载:
  2. 计算积分,高斯赛德尔与高斯切比雪夫数值积分(Calculate Gauss-Seidel and Gauss Chebyshev numerical integral)
  3. 所属分类:数学计算

    • 发布日期:2018-01-02
    • 文件大小:1kb
    • 提供者:EIL
  1. 作业

    0下载:
  2. 高斯赛德尔迭代法,雅各比迭代法及其代码说明。(Gauss-Seidel iteration method, Jacobian iteration method and its code descr iption.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-08
    • 文件大小:59kb
    • 提供者:Edith_Jin
搜珍网 www.dssz.com