搜索资源列表

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

    0下载:
  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
  3. 所属分类:其它资源

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

    1下载:
  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. 牛顿迭代法_matlab程序(解线性方程组)

    0下载:
  2. Newtong迭代法求解线性方程组..源程序
  3. 所属分类:软件工程类

  1. mysor

    0下载:
  2. SOR(超松弛)迭代发求解线性方程组问题,带有Hilbert矩阵生成程序和其不同维数下求解的结果对比作图-SOR (Overrelaxation) iteration made for solving linear equations, with Hilbert matrix formation process and the different dimensions of the results evaluated Comparati
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:高兵
  1. LU分解法

    0下载:
  2. 用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:19456
    • 提供者:luo
  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:luo
  1. 数值计算_病态线性方程组的求解

    0下载:
  2. 这是数值分析的一些作业实验,文件中有详细的文档对理论,实验和算法的说明,用于病态方程组求解的源代码-This is the numerical analysis of the experimental operation, the paper detailed documentation of theory, experiment and the algorithm shows that morbid equation for solv
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:9216
    • 提供者:李琳
  1. (SOR)

    0下载:
  2. 对于求解线性方程组,松迟法不为一种好方法.本程序着重于 用L D U来求解. -for solving linear equations, the late Tony not for a better method. This program focuses on D U of L to solve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lee
  1. 数值分析课程设计

    0下载:
  2. 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:95232
    • 提供者:沈嘉祺
  1. GaussElimination

    0下载:
  2. Gauss列主消元法,用于求解线性方程组,c代码。-Gauss out the main elimination method for solving linear equations, c code.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:271360
    • 提供者:杨祎
  1. xianxingfangchengzudejie

    0下载:
  2. 解线性方程组的软件源代码。用于求解线性方程组-solving linear equations software source code. For solving linear equations
  3. 所属分类:文件格式

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:helina
  1. Lineasolvebycolum

    0下载:
  2. 对于线性非齐次方程组的求解,列主元求解法,简单快捷。这是自己写的c程序列主元法求解线性方程组。-for non-homogeneous linear equations, the solution are the main element method, a simple and quick. This is, write out the procedure c main element method for solving linea
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:刘恒
  1. LUfjdgsfsx

    0下载:
  2. 本文对求解线性方程组的LU分解递归算法进行了研究,给出了算法的详细推到过程,并用支持递归过程的FORTRAN90语言对算法进行了实现。转载,陈建平-err
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-16
    • 文件大小:190464
    • 提供者:牛万红
  1. gauss

    0下载:
  2. 采用全选主元的高斯消去法求解线性方程组,函数名为rgauss,返回值为一个数组存放方程的解-Select All PCA using the Gaussian elimination method to solve linear equations, function called rgauss, the return value is an array of storage equation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:yukun2008
  1. GaussJordan

    0下载:
  2. GaussJordan法解线性方程组,最基础的求解线性方程组的方法-GaussJordan Solving linear equations, solving the most basic method of linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:894976
    • 提供者:yang
  1. newtonchazhi

    0下载:
  2. newton插值应该比lagrange好一点点,适合求解线性方程组,-lagrange interpolation newton than a little bit of good, suitable for solving linear equations,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:桂鹏
  1. gausseliminatetosolvelinearequation

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

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

    0下载:
  2. 程序可以求解线性方程组,迭代速度相对较快,复杂度O(Nlog(N))(The program can solve the linear equations, the iteration speed is relatively fast, the complexity is O (Nlog (N)))
  3. 所属分类:其他小程序

  1. 求解线性方程组的迭代法

    0下载:
  2. 该matlab程序为求解线性方程组的解的迭代算法合集,也是最基础最简单的求解线性方程组的迭代法,简单易懂。(Methods for solving linear equation.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:宝宝222
  1. Generalized Inverse Matrix

    0下载:
  2. 使用Hermite标准型、SVD分解和满秩分解求矩阵的广义逆,在此基础上求解线性方程组的解。(Hermite's canonical form, SVD decomposition and full rank decomposition are used to find the generalized inverse of the matrix, and then the solution of the linear equation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:hh_w
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org