搜索资源列表

  1. Gauss_Seidel_iterative

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:江理彬
  1. linearsolvers

    1下载:
  2. matlab编程的三个线性方程组求解子程序:cggm.m,fdm.m,febs.m.其中cggm.m为共轭梯度法求解子程序,fdm.m为最速下降法求解自程序,febs.m为三对角追赶法求解子程序.-Matlab programming three linear equations subroutine : cggm.m, fdm.m. febs.m. which cggm.m to conjugate gradient method s
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王礼广
  1. wlg

    0下载:
  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. Ou
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王礼广
  1. VBparse

    0下载:
  2. 该系统分为数学公式编译器和数值计算两大块,数学公式编译器的实现比较复杂,计算系统的实现是利用编译器调用数学公式进行的,插值方法,方程求根,数值积分,线性方程组求解-The system is divided into mathematical formulas and numerical calculation of the compiler two blocks, mathematical formula compiler reali
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:562176
    • 提供者:李亚成
  1. Mroot_LinearSolver

    0下载:
  2. 改进平方根法求解对称正定线性方程组,用matlab编写,可以在一定程度上提高求解效率。其中MRoot_squaring.m为原做法,sparse_cmp.m为二维等带宽存储,Moot_zonal.m为二维等带宽存储的平方根法求解-To improve the square root method to solve symmetric positive definite system of linear equations using m
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:周星星
  1. C_Algorithm

    0下载:
  2. C常用数值算法,包括插值,曲线拟合,线性方程组求解,微分方程求解等,-C commonly used numerical algorithms, including interpolation, curve fitting, solving linear equations, differential equation solving, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:6220800
    • 提供者:崔庆辉
  1. gauss_seidel_iterative

    0下载:
  2. 利用高斯塞得尔迭代法解线性方程组,改算法能对所有类型的线性方程组进行求解,且收敛速度快!-Seoul was the use of high-CEDE?O iteration solving linear equations, the algorithm can be changed for all types of linear equations to solve, and fast convergence!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:chenzuo
  1. FEMath

    0下载:
  2. 线性方程组求解。ICCG法;LU分解法; 东华理工 张志勇-Solving linear equations. ICCG method LU decomposition method Donghua Zhang Zhiyong Polytechnic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:张志勇
  1. gauss

    0下载:
  2. 全主元高斯消元法求解复系数线性方程组的解-err
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:何十全
  1. FANGCHENGZU

    0下载:
  2. 本文件为线性方程组求解的指导,并赋有代码-This document is for the linear equations to solve the guidance of, and are endowed with the code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:与小为
  1. Chap07

    0下载:
  2. 计算机常用数值算法与程序(C++版) Chap07 线性方程组求解-Computer numerical algorithm and procedures used (C++ Version) Chap07 solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2512896
    • 提供者:lihui
  1. gongetidu

    0下载:
  2. 这个程序利用共轭梯度方法,求解对称正定线性方程组-This procedure using conjugate gradient method for solving symmetric positive definite system of linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:l
  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-17
    • 文件大小:1182720
    • 提供者:王伟
  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-17
    • 文件大小:3072
    • 提供者:王海
  1. xxfczqj

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张明
  1. suanfa

    0下载:
  2. C++数值运算的常用算法,包括项式与连分式计算、矩阵运算、线性方程组求解、 非线性方程组求解、数值积分、数据处理与回归分析、数学变换与滤波等-C++ numerical computation of the commonly used algorithms, including the item type and continued fractions, the matrix operations, solving linear equ
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:411648
    • 提供者:程大宝
  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-17
    • 文件大小: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-17
    • 文件大小:6144
    • 提供者:陈永恒
  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-17
    • 文件大小:431104
    • 提供者:CharlieXu
  1. solve

    0下载:
  2. 求解线性方程组的通用程序,请复制到MATLAB环境下运行(solve the linear function)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:yayayang
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org