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

搜索资源列表

  1. ch6

    0下载:
  2. 求解各种线性代数方程组的程序和例题。对大家学习线性方程组的求解非常有用,以C++语言实现!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16048
    • 提供者:徐杰
  1. sor

    0下载:
  2. 松弛因子做自适应估计的SOR迭代法求解大型稀疏线性代数方程组程序-Relaxation Factor in the SOR iterative adaptive estimation method for solving large sparse linear algebraic equations program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1398
    • 提供者:康延云
  1. Algorithm

    0下载:
  2. c# 数值计算源代码 复数运算 矩阵运算 线性代数方程组的求解 非线性方程与方程组的求解 -c# numerical source code plural computing matrix calculation of linear algebraic equations for solving nonlinear equations with the equations
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:34201
    • 提供者:li
  1. GaussSeide

    0下载:
  2. 实验题目:求解线性代数方程组的迭代法 相关知识:求解线性代数方程组的Gauss-Seidel迭代法的计算公式如下 数据结构:一个一维数组和一个二维数组 算法设计:用Gauss-Seidel迭代法求解线性代数方程组的算法如下 第一步:对于i=1,2,…,n (取零向量为初始向量) 第二步:e←0 第三步:对于i=1,2,…,n ⑴ ⑵对于j=1,2,…,n但 ⑶ ⑷若 ,则 ⑸ 第四步:若 (预先给定的误差精度),则转
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:818
    • 提供者:张涛
  1. multi

    2下载:
  2. 是一个多重网格的算法程序 用于解决大型线性代数方程组-Is a multi-grid algorithm is used to solve large linear algebraic equations
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1135
    • 提供者:liuzhiyong123
  1. software

    1下载:
  2. 该程序是针对稀疏矩阵而编制的,主要是一个稀疏矩阵类的实现,其中采用十字链表法对矩阵进行存储。该矩阵类能够完成矩阵操作和运算的大部分功能,重点是矩阵的LU分解和线性代数方程组的求解计算。-The program is prepared for the sparse matrix, and is primarily a kind of realization of sparse matrix, in which the use of cross linked matrix storage metho
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:430363
    • 提供者:许智全
  1. a

    0下载:
  2. 解线性代数方程组的雅克比迭代法,一段小程序,解线性代数方程组-Solution of linear algebraic equations of the Jacobi iterative method, a small program for solving linear algebraic equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:592
    • 提供者:猴猴
  1. LU

    0下载:
  2. 解线性代数方程组的列主元LU分解法的C++实现-Solving linear algebraic equations out of the main element LU decomposition by C++
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:832
    • 提供者:CGQ
  1. Gauss

    0下载:
  2. 解线性代数方程组的列主元高斯消去法的C++实现-Solving linear algebraic equations out of the main element Gaussian elimination by C++
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:738
    • 提供者:CGQ
  1. Jacobi

    0下载:
  2. 解线性代数方程组的Jacobi迭代法的C++实现-Solution of linear algebraic equations of the Jacobi iterative method for C++
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:724
    • 提供者:CGQ
  1. Seidel

    0下载:
  2. 解线性代数方程组的Seidel迭代法的C++实现-Solution of linear algebraic equations of the Seidel iteration method for C++
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:728
    • 提供者:CGQ
  1. SOR

    0下载:
  2. 解线性代数方程组的松弛(SOR)迭代法的C++实现-Solution of linear algebraic equations of the relaxation (SOR) iterative method of C++
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:753
    • 提供者:CGQ
  1. Finite-Difference-Method

    0下载:
  2. 有限差分方法(网格法)是最早使用的一种电磁场数 值计算方法。 边值问题 物理思想:场域离散。 (连续区域→网格和节点) 数学基础:差分原理。 (微商→差商) 线性代数方程组 §6-3 有限差分方法 作为数值计算方法,有限差分法将连续场域的问题变换 为离散系统的问题(连续场域划分为若干个细小的区域:网 格和节点)。也就是说通过离散化模型上各离散点的数值解 来逼近连续场域内的真实解。-The finite difference method (grid
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:746
    • 提供者:范阳阳
  1. shunxugaosixiaoqufa

    0下载:
  2. 实现数值分析中的顺序高斯消去法,用于解线性代数方程组-Numerical analysis in order Gaussian elimination for the solution of linear algebraic equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:196167
    • 提供者:lmq
  1. liezhuyuangaosixiaoqufa

    0下载:
  2. 实现数值分析中的列主元高斯消去法,用于解线性代数方程组-Column in the numerical analysis principal component Gaussian elimination method for solving linear algebraic equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:196853
    • 提供者:lmq
  1. quanzhuyuangaosixiaoqufa

    0下载:
  2. 实现数值分析中的全主元消去法,用于解线性代数方程组-Numerical analysis in the whole principal component elimination method for solving linear algebraic equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:196583
    • 提供者:lmq
  1. gausse

    0下载:
  2. 数值分析中的线性代数方程组的数值解法gausse消元法的c实现。-Numerical analysis of linear algebraic equations numerical solution gausse of the elimination method c.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:159730
    • 提供者:lee
  1. matlab-examples

    0下载:
  2. 基于matlab的高斯消去法求解线性代数方程组-Gaussian Elimination
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:84121
    • 提供者:小谢
  1. gausstiaoshi

    0下载:
  2. gauss列主元求解线性代数方程组;自动或手动选主元,数值计算原理书上的相关实验题-gauss main-element solution of linear algebraic equations automatically or manually pivoting, numerical calculation principle books on related experimental questions
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:885
    • 提供者:zhou
  1. 2017.12.01 FHN模型程序

    2下载:
  2. 利用差分算法计算分数阶FHN方程和狄利克雷(Dirichlet)零边界条件: , 其中,数值仿真过程中需要对参数、和、进行选取。区域离散在空间方向取为个点,时间方向的步长为, 截止时间为T=1000。 2.程序 FHN_CG 是采用共轭梯度法求解线性代数方程组 Au=b。 程序 FHN_MG 是采用多重网格算法求解线性代数方程组Au=b(Using the difference algorithm to calculate the fractional FHN equation,
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:29696
    • 提供者:张昭儒
« 12 »
搜珍网 www.dssz.com