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

搜索资源列表

  1. 高斯列主元消去法解线性方程组

    1下载:
  2. 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-Gaussian Elimination is an ancient solving linear equations method, but it's improving, the deformation of the main elements elimination method is commonly used by computer calculation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11884
    • 提供者:轮子
  1. 计算方法程序

    0下载:
  2. 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-purpose
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:81012
    • 提供者: 孙灵宾
  1. 线性代数方程组

    0下载:
  2. 求线性代数方程组,计算方法-linear algebraic equations, the calculation method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16563
    • 提供者:杨建伟
  1. 高斯消元法解n阶线性方程组

    2下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10119
    • 提供者:郑双明
  1. 雅可比迭代解线性方程组

    0下载:
  2. 雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11876
    • 提供者:郑双明
  1. 线性方程组雅可比迭代法

    0下载:
  2. 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
  3. 所属分类:文档资料

    • 发布日期:2010-12-16
    • 文件大小:366080
    • 提供者:jiliaoxiaxue
  1. 线性方程组的直接解法

    0下载:
  2. 《计算方法》实验报告,线性方程组的解法
  3. 所属分类:文档资料

  1. LU分解方法求解线性方程组的Fortran程序

    2下载:
  2. LU分解方法求解线性方程组的Fortran程序,包含了一个验证程序。计算效率相对于选主元高斯消去法高出一些。-LU decomposition method for solving linear equations Fortran program, includes a verification process. Computational efficiency relative to the pivoting Gaussian elimination than some.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-05-08
    • 文件大小:9216
    • 提供者:李学斌
  1. chengxu

    0下载:
  2. 第一章 误差与范数 第二章 非线性方程(组)的数值解法 第三章 解线性方程组的直接方法第四章 解线性方程组的迭代法第五章 矩阵的特征值与特征向量的计算-Chapter norm error and the second chapter of nonlinear equations (Group) Chapter III of the numerical solution of linear equations solution methods of Chapter IV of the direc
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:899673
    • 提供者:songmingzhao
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5791
    • 提供者:陈永恒
  1. 《计算方法》Fortran版

    1下载:
  2. 介绍了线性方程组的解法中矩阵分解与线性方程组直接方法与迭代解法等计算方法,为计算水力学各个格式。(The methods of matrix decomposition and linear equations, direct method and iterative solution are introduced in the solution of linear equations.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:40960
    • 提供者:qm90
  1. 计算方法(C语言版)

    0下载:
  2. c数值计算方法。线性方程组求解。非线性方程组求解。微分方程数值计算。(c program. linear eqations solving. nonlinear eqations solving. differential eqations eqations.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:16145408
    • 提供者:wpz888
  1. diedaijiefangchengzu

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:536536536
  1. 线性方程组计算

    1下载:
  2. 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 SOR 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned mat
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:才子昕
  1. Gauss_Seidel

    0下载:
  2. 用于求解线性方程组,采用快速的迭代方法,能够有效的减少迭代次数,尽快获得收敛解。(It is used to solve linear equations and adopts a fast iterative method, which can effectively reduce the number of iterations and obtain a convergent solution as soon as possible.)
  3. 所属分类:并行计算

    • 发布日期:2018-05-01
    • 文件大小:105472
    • 提供者:win_or_lose
  1. 矩阵分解与线性方程组直接方法

    0下载:
  2. 关于fortran数值矩阵计算代码,,希望对初学者带来帮助(about fortran matrix code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-02
    • 文件大小:56320
    • 提供者:lshc010101
  1. 雅克比

    0下载:
  2. 利用雅克比迭代方法解线性方程组的根,输入矩阵采用TXT文件输入。利用雅克比迭代方法解线性方程组的根。利用雅克比迭代方法解线性方程组的根。(The use of Jacobi iterative method for solving linear equations of the root)
  3. 所属分类:*行业应用

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:皓月008
  1. 4线性方程组的直接解法—直接三角分解方法

    0下载:
  2. 使用matlab编写了直接三角分解方法的函数,里面有题目,可直接运行计算得到结果。(The function of direct triangulation decomposition method is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:33792
    • 提供者:jeff1130
  1. 双线性四边形等参单元程序

    2下载:
  2. 本程序采用matlab编写。程序加载由用户提供的前处理数据,包括网格数据和载荷数据。采用直接的数值运算和matlab符号运算两种方法(可选择)生成单元刚度矩阵。自动集成结构刚度矩阵,选用直接解法求解线性方程组,解出节点位移。后处理过程中,程序计算了节点应力值,对于共享节点的应力程序采用各个单元计算值的平均,程序同时给出了单元最佳应力点的应力值!(This program is written in matlab. The program loads pre-processing data pro
  3. 所属分类:matlab例程

    • 发布日期:2019-12-15
    • 文件大小:277504
    • 提供者:dwsylar
  1. 常微分方程和线性方程组的求解

    0下载:
  2. 包含常微分方程初值问题的求解,运用四阶Runge-Kutta方法计算该初值问题。还有对线性方程组的求解问题。是数值分析课程的基本程序。
  3. 所属分类:数学计算/工程计算

« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com