CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迭代 线性方程组

搜索资源列表

  1. nd

    0下载:
  2. 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton' s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:424621
    • 提供者:黄敏
  1. bdd

    0下载:
  2. 在CCS编程环境下,用C语言编写的利用不动点迭代法解非齐次线性方程组(在此为3个方程组成的方程组)的程序-In the CCS programming environment, using C language for the use of fixed-point iterative solution of non-homogeneous linear equations (in this case three equations consisting of equations) procedu
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:421944
    • 提供者:黄敏
  1. maseidelghhhhhhh

    0下载:
  2. 用途:用Gauss-Seidel迭代法解线性方程组Ax=b 格式:x=maseidel(A,b,x0,ep,N) A为系数矩阵,b为右端向量, -Uses: The Gauss-Seidel iteration method for solving linear equations Ax = b Format: x = maseidel (A, b, x0, ep, N) A as the coefficient matrix, b for the right-hand side vec
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:594
    • 提供者:huanhuan
  1. Algorithm

    0下载:
  2. 方程求根的牛顿迭代法的算法和熟悉列主元高斯消元法解线性方程组的算法-Equation Roots of Newton' s iteration algorithm and PCA are familiar with out Gaussian elimination algorithm for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:64963
    • 提供者:zhangmin
  1. ykb

    0下载:
  2. 本程序为C语言编写的雅克比迭代程序,用于求线性方程组的解-Jacobin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:3567
    • 提供者:李鸣
  1. ykb2

    0下载:
  2. 本程序为雅克比迭代的C语言程序,用于求解线性方程组的解-Jacobian
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:4052
    • 提供者:李鸣
  1. Delphi_SHU

    1下载:
  2. 本书目录列表: 第1章线性代数方程组的解法 1.全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 -Directory listing of this book: Chapter 1 of the solution of linear algebraic equations 1. The whole PCA Gauss Jordan elimination 2.LU decomposition 3. To catc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:463406
    • 提供者:luoshong1
  1. possion

    0下载:
  2. 本文从理论上推导出了 如何使用迭代方法解联立方程组, 在计算精度范围内严格地给出了泊松分布下的线性多 重回归的求解, 并且也解决了“ 面积亏损” 的问题-This paper theoretically out how to use the iterative method for solving simultaneous equations, in the context of strict accuracy of the Poisson distribution is given u
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:232490
    • 提供者:秦本军
  1. Jacobi

    0下载:
  2. Jacobi迭代法和SOR方法求解线性方程组-Jacobi iterative method and the SOR method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:13923
    • 提供者:刘华杰
  1. calculation_method_Algorithm_Design_and_Implementa

    0下载:
  2. 本电子书包涵了各种算法的MATLAB实现,具体包括插值方法、数值分析、常微分方程的差分法、方程求根、线性方程组的迭代法、线性方程组的直接法等等,还包括习题参考答案和MATLAB文件汇集-The e-book encompasses the MATLAB implementation of various algorithms, specifically including interpolation methods, numerical analysis, ordinary differenti
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3143937
    • 提供者:gongshulei
  1. solvinglinearequations

    0下载:
  2. 线性方程组求解算法实现。包括了列主元消元法、直接LU分解法、雅克比迭代、高斯赛德尔迭代法。并且对四个算法实现做了不太规范的、简单的类封装。原创代码,含详细注释。希望对用到数值计算的带来帮助。-Algorithm for solving linear equations. Including the main-element elimination method, the direct LU decomposition, Jacobi iteration, high Sisaideer itera
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:107676
    • 提供者:风流云散
  1. jisuanfangga

    0下载:
  2. 计算方法实验报告完整版 解线性方程组的迭代法-解线性方程组的迭代法
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:73270
    • 提供者:gaorui
  1. sirt

    2下载:
  2. SIRT方法解线性方程组,通过迭代求解,取得了更为精确的结果,节省了计算时间-sirt mehtod to solve equation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:569
    • 提供者:雷英成
  1. 111

    0下载:
  2. 线性方程组的迭代法与数值积分的实验报告,比较详细 -Linear iteration and numerical integration of the laboratory report, more detailed
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1146471
    • 提供者:马云海
  1. cuda

    0下载:
  2. 采用cuda求解大规模线性方程组,简单迭代法实现,是学习cuda编程的很好例子-Cuda used linear equations to solve large-scale, simple iterative method to achieve is a good example of learning cuda programming
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:35330
    • 提供者:luojh
  1. Gauss-Seidel

    0下载:
  2. 高斯迭代法求线性方程组,用于数值分析方面,-Gauss-Seidel
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:975
    • 提供者:li
  1. Jacobi

    0下载:
  2. Jacobi迭代求线性方程组,对初学编程的同学很有帮助的-Jacobi iterative linear equations, students of the beginner program helpful
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1668
    • 提供者:li
  1. LEquations

    0下载:
  2. 数学工具,线性方程组的各种解法,消元法,迭代法,三角分解法。-LEquations
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1786
    • 提供者:曾思栋
  1. NetonLiterator

    0下载:
  2. 牛顿迭代法求解非线性代数方程组的主要思想是将非线性函数线性化-Newton iteration method for solving nonlinear algebraic equations nonlinear function of the main idea is to linear
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:24595
    • 提供者:shasha
  1. sy

    0下载:
  2. 体会数值算法的稳定性与不稳定性,线性方程组的迭代法,包括Jacobi迭代法和Gauss-Seidel迭代法,SOR迭代-Experience of numerical stability and instability of the algorithm to learn how to avoid instability in the algorithm and numerical stability of the algorithm chosen to experience the stabil
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1154
    • 提供者:apple
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 36 »
搜珍网 www.dssz.com