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

搜索资源列表

  1. Gauss_Seidel_iterative

    0下载:
  2. 迭代法是解线性代数方程组的另一类方法,特别适用于解大型稀疏线性方程组。它的基本思想是针对求解问题预先设计好某种迭代格式,从而产生求解问题的近似解迭代序列,在迭代序列收敛于精确解的情况下,按精度要求取某个迭代值作为问题解的近似值。迭代法具有原始系数举证始终不变,算法简单,编写程序较方便,所需存储单元较少的优点。-iterative method was the linear algebraic equations of the other methods, particularly applica
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:887
    • 提供者:江理彬
  1. iamatlab

    1下载:
  2. 免疫算法解非线性方程组matlab源程序,很好用-immune algorithm for solving systems of nonlinear equations Matlab source, easy to use
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3372
    • 提供者:李响
  1. t2_4

    0下载:
  2. 本题采用的计算方法为:主要求解三对角阵方程组得解。采用的计算方法为“追赶法”。 算法思路为:求解方程Ly=d(追)——〉求解Ux=y(赶) -that the use of the method of calculating : three pairs for the main diagonal matrix equations in the solution. Using the method of calculating "catch up law." Algor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:806
    • 提供者:王明明
  1. t2_5

    0下载:
  2. 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and th
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:王明明
  1. goss

    0下载:
  2. 用GOSS解线性方程组 Dim i As Integer 循环变量 Dim j As Integer 循环变量 Dim k As Integer 循环变量 -with Goss solving linear equations Dim i As Integer Dim cycle variable j As In teger cycle variables As Integer Dim k cycle variables
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1523
    • 提供者:li
  1. jsfangfa

    0下载:
  2. 我大三时候学习计算方法 编写的一个程序 Guass消元法求解一元线性方程组的解-church when I study prepared by the method of calculation of a process Guass elimination method for solving a linear equation solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:914
    • 提供者:陈朝熙
  1. thomas

    0下载:
  2. 这是解三对角线性方程组的一种方法。能有效的快速求解。-This was three diagonal equations of a method. Fast effective solution.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1555
    • 提供者:刘华
  1. guass2

    0下载:
  2. 用列主元高斯法解用户输入的线性方程组。包含3个文件。-out with PCA Gaussian user input method for the linear equations. Contains three documents.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1497
    • 提供者:lowneey
  1. main-doolittle

    0下载:
  2. 用选主元的doolittle分解法解用户输入的线性方程组。共4文件。-election with the main yuan doolittle decomposition method for user input linear equations. A total of four documents.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:46879
    • 提供者:lowneey
  1. no-doolittle

    0下载:
  2. 用doolittle分解法(非选主元)解用户输入的线性方程组。若无法解,将提示用选主元的doolittle分解法(见另一上传文件)解方程-with doolittle decomposition (non-elected PCA) user input solutions of linear equations. If there is no solution, the election will be prompted to use the PCA doolittle decompositio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:46295
    • 提供者:lowneey
  1. NumericalAnalysisAlgorithm

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

    • 发布日期:2008-10-13
    • 文件大小:12231
    • 提供者:xuyao
  1. mymath

    0下载:
  2. 自编数学函数调用库,有LU分解法,高斯塞德尔迭代法,追赶法解线性方程组,还有一维和二维的高斯积分公式-writing mathematical function call library, LU decomposition, high Shisaideer iterative method, catching up with the method for solving linear equations, one-and two-dimensional Gaussian integral for
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2519
    • 提供者:陈建湘
  1. 因子表

    1下载:
  2. 高斯消去法解线性方程组的因子表-Gaussian elimination method for solving linear equations of the form factor
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6942
    • 提供者:林海华
  1. 实验一 解线性方程组的高斯消去法

    0下载:
  2. 另一种高斯消去法.zip-a Gaussian Elimination Act. Zip
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3743
    • 提供者:杨成
  1. jiefc

    0下载:
  2. 解线性方程组(多元一次) 水平有限,DOS界面。 其中,输出方程组的未知数用x1,x2,x3...表示, 可以解出多元一次方程。 -solution of linear equations (multiple times) is limited, and DOS interface. Within this total, output equations with the unknown x1, x2, x3 ... that the United States can come
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7421
    • 提供者:杨昆
  1. xianxingfangchengzu

    0下载:
  2. 该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。-the small procedure is used for the preparation of C Solutions linear equations, the algorithm will use the elimination method. Learning.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1552
    • 提供者:wanggang
  1. wlg

    1下载:
  2. 五对角占优线性方程组求解的MATLAB 程序MYLU。 输入参数A为系数矩阵,F为右端向量。输出参数L,U为A的LU 分解A=LU,X为解向量。-five pairs diagonally dominant linear equations MYLU the MATLAB program. A input parameters for the coefficient matrix, F subguadratic vector. Output parameters L, U of A LU d
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:991
    • 提供者:王礼广
  1. Matrix

    0下载:
  2. 一个解线性超定方程组的算法,是用C语言写的,简单易懂,而且速度还挺快的。-a solution-linear equations of the algorithm is written in C language, easily understood, but the speed It's fast.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-15
    • 文件大小:740
    • 提供者:林华海
  1. W

    0下载:
  2. 实现JACOBBI、gs迭代和超松弛法解线性方程组的过程。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:王文浩
  1. gsxy

    0下载:
  2. // 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 //     b - 常数向量的指针 //     n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 //     1 - 求解失败
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1139
    • 提供者:bodihotboy
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com