搜索资源列表

  1. 非线性方程组的迭代解法

    0下载:
  2. 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15.96kb
    • 提供者:周思良
  1. Gauss_Seidel迭代法

    0下载:
  2. 用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-24
    • 文件大小:19kb
    • 提供者:luo
  1. 数值算法程序

    0下载:
  2. 这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-24
    • 文件大小:3.02mb
    • 提供者:李斌
  1. VB_NUM1

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:16kb
    • 提供者:周思良
  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of d
  3. 所属分类:文档资料

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

    0下载:
  2. 列主元消元法解线性方程组(已通过验证) LU分解法解线性方程组(已通过验证): 雅可比迭代法(已通过P54例一和习题一的验证)高斯---赛得尔迭代法 拉哥朗日插值公式(乘幂法 -main-element elimination method for solving linear equations (validated) LU decomposition method for solving linear equati
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 数值分析一部分编程习题,包括: 舍入误差与有效数 Newton迭代法 列主元三角分解法 逐次超松弛迭代法 3次样条插值函数-Part of numerical analysis programming exercises, including: round-off error and effective number of Newton iteration out PCA triangular decompositi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:146kb
    • 提供者:fly_sea
  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. work2

    0下载:
  2. 在matlab环境下对偏微分方程的Jacobi迭代解法的算法实现-Environment in matlab partial differential equations of the Jacobi iterative solution algorithm
  3. 所属分类:matlab例程

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

    0下载:
  2. 采用三种最常用的快速算法:非线性迭代法,高斯消元法和一中全新的解法解线性方程组!-Using the three most commonly used fast algorithm: nonlinear iterative method, Gauss elimination and a new method of solution of linear equations!
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等-Numerical Analysis of the experimental report! Contains more than one experiment! Experiment 1 Experiment 2 ro
  3. 所属分类:matlab例程

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

    1下载:
  2. 1.求方程组的解算法: Guass迭代法、Doolittle分解法 2.求矩阵特征值算法: 幂法、反幂法、LU分解法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:413kb
    • 提供者:gaoyue
  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR-Tsinghua University,
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 通过使用Newton迭代法求解方程 并分析它的解法收敛性; 牛顿迭代法是比较适合用计算机来计算。 -Through the use of Newton iteration method for solving equations and analyze the convergence of its solution Newton iteration is more suitable for the computer to
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:16kb
    • 提供者:
  1. 方程解法

    0下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. ill-conditioned system of equations

    0下载:
  2. 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:3kb
    • 提供者:jcg17
  1. 非线性方程解法相关程序

    0下载:
  2. 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
  3. 所属分类:matlab例程

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

    0下载:
  2. 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)
  3. 所属分类:其他小程序

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

源码中国 www.ymcn.org