搜索资源列表

  1. ScienceAndEngineeringNumericalAlgorithms

    0下载:
  2. 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1182720
    • 提供者:王伟
  1. gausseliminatetosolvelinearequation

    0下载:
  2. 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:jiyoujun
  1. diedaifa

    1下载:
  2. 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:王海
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:354304
    • 提供者:hankl wen
  1. The_Theroy_of_CG

    0下载:
  2. 共轭梯度法的资料,共轭梯度法为解线性方程组的一类迭代法-Some information Conjugate gradient method The conjugate gradient method is an important kind of iterative methods for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:92160
    • 提供者:王方
  1. xxfczqj

    0下载:
  2. 线性方程组求解的matlab方法,之中包含了两种迭代法-Solving linear equations matlab methods are iterative method contains two
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:张明
  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 meth
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:900096
    • 提供者:songmingzhao
  1. nmm105

    0下载:
  2. 线性方程组,非线性方程组,最小二乘拟合等数值算法的matlab实现。-Linear equations, nonlinear equations, numerical algorithm such as least-squares fitting of the realization of matlab.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:326656
    • 提供者:yandou116
  1. iteration

    0下载:
  2. 雅可比迭代法,塞德尔迭代法,逐次超松弛法求解线性方程组-iteration code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Snake
  1. DoEquation1

    0下载:
  2. 解线性方程组算法,其中包含一个可演示的窗体-It is a arithmetic about linear equations including a windows application
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:309248
    • 提供者:angelina
  1. SOR

    0下载:
  2. 这是松弛迭代法(SOR)的源代码,对解决线性方程组求解问题很有帮组-This is a relaxation iterative method (SOR) of the source code to solve linear equations to solve the problem is to help group
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:tang lu ming
  1. UnwellLineEquSet-matlab

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

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:陈永恒
  1. xianxingfangchengzu

    0下载:
  2. 本程序为求解线性方程组的迭代方法,包含雅可比迭代法、高斯-赛德尔迭代法和SOR方法-The procedure for solving linear equations iterative methods, including Jacobi' s iterative method, Gauss- Seidel iteration method and SOR methods
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:源治
  1. double

    0下载:
  2. 线性方程组迭代解法,包括SOR,CG ,BICG等-linear system iteration solver
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:785408
    • 提供者:ddd
  1. GMRES

    0下载:
  2. 求解大型线性方程组的GMRES方法,文件显示了详细的算法和原理-For solving large linear equations of the GMRES method, the file shows the detailed algorithm and theory
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:431104
    • 提供者:CharlieXu
  1. xianxing

    0下载:
  2. matlab解线性方程组的直接法程序,里面包括了常用的matlab解线性方程组的直接法程序,包括手写的和matlab自还的函数。-matlab solving linear equations of the direct method procedures, which includes the commonly used matlab solving linear equations of the direct method proc
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:zy
  1. Preconditioned_Conjugate_Gradient_Method

    2下载:
  2. 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:Zhu Liyong
  1. Text1

    0下载:
  2. 这是用Fortran编写的解线性方程组,一般的线性方程组都可以解,很方便-It is written in Fortran for solving linear equations, the general solution of linear equations can be very convenient
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:李芳丽
  1. aa

    0下载:
  2. 用高斯消元法解线性方程组 的MATLAB程序-Solution using Gauss elimination process of linear equations of MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:74752
    • 提供者:束文杰
  1. gs

    0下载:
  2. 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:hy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org