CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - gaussian seidel

搜索资源列表

  1. shuzhifenxi

    0下载:
  2. 数值分析(高斯法、高斯——赛德尔法、牛顿法)-Numerical analysis (Gaussian method, Gauss- Seidel method, Newton method)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3.58kb
    • 提供者:hu
  1. C++arithmetic

    0下载:
  2. C++常用的数值算法 例如: 高斯-赛德尔迭代法、 列主元高斯消去法、 拉格郎日插值多项式 等等…… 都是很不错的学习资料,希望能帮助到大家!-C++ Commonly used numerical algorithm such as: Gauss- Seidel iterative method, PCA out Gaussian elimination method, Lagrange interpolation polynomial and so on ... ..
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8.2kb
    • 提供者:LuanS
  1. jisuanfangfa

    0下载:
  2. 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3.7kb
    • 提供者:wu
  1. gauss

    0下载:
  2. 输入一个几行几列的数组,然后用高斯算法对其进行求解-Enter a few lines and a few columns of the array, and then solve it with the Gaussian algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.39kb
    • 提供者:燕子
  1. Programming-Assignment-Sharp3

    0下载:
  2. Write a program to solve the systems of linear equations via Gauss-Seidel method, one of the iterative-method strategies produce a sequence of approximate solution vectors for the system. And compare this with the naï ve Gaussian elimination meth
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9.57kb
    • 提供者:li
  1. Calculation-methods-

    0下载:
  2. 计算方法程序 包括高斯消去法,牛顿插值,三次样条插值,Jacobi和高斯赛德尔迭代等-Calculation methods and procedures, including the Gaussian elimination method, Newton interpolation, cubic spline interpolation, Jacobi and Gauss-seidel iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4.67kb
    • 提供者:天天
  1. Visual-CPP-5fen

    0下载:
  2. 数值分析一类的代码,各种计算方法的源码 如:高斯-塞德尔迭代、高斯消去法求解线性方程组-Numerical analysis of a class code, the source of the various calculation methods: Gauss- Seidel iteration, Gaussian elimination for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3.89mb
    • 提供者:张伟
  1. Gauss-Seidel

    0下载:
  2. 实现高斯赛德尔迭代法,可以实现空间离散点的插值运算-Implement gaussian "del iterative method
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:735.16kb
    • 提供者:张刚
  1. 2

    0下载:
  2. 用c语言写的高斯消元法程序 Gauss-Seidel迭代算法程序 牛顿迭代算法程序 复化梯形公式算法程序 复化Simpson公式算法程序等-Written by c language program Gaussian elimination method Gauss-Seidel iteration algorithm Newton iterative algorithm complex algorithm trapezoid formula of complex algorithms proc
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:44.72kb
    • 提供者:刘海林
  1. Gauss-Seidel

    0下载:
  2. 计算机语言c++编程上机用高斯消去解方程组-Computer programming language used on the machine Gaussian elimination
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:147.39kb
    • 提供者:欧阳华
  1. matlab

    0下载:
  2. LINEAR SYSTEMS AND GAUSSIAN ELIMINATION THE LU FACTORIZATION Gauss-Seidel iteration SOR (successive over-relaxation) iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.01kb
    • 提供者:Penny
  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. jisuanfangfa

    0下载:
  2. 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3.74kb
    • 提供者:bi73951
  1. Finalwork

    0下载:
  2. 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5.89kb
    • 提供者:李力
搜珍网 www.dssz.com