搜索资源列表

  1. kismessss

    0下载:
  2. 用GAUSS列主元消去法解线性方程组的计算机程序-CLASS out with the main yuan elimination method for solving linear equations of the computer program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:899072
    • 提供者:韩凌波
  1. xianxingfangchengzu

    0下载:
  2. 这是一个线性方程组求解的例子,大家看看,希望对大家学习有帮助-This is a linear equation solving example, we see, and I hope to help you learn
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:45056
    • 提供者:老婆可没
  1. yacobi

    0下载:
  2. 利用雅可比(Jocabi)迭代法解线性方程组-using Jacobian (dissipative) iterative method for solving linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Colly
  1. 16428

    0下载:
  2. 学习matlab的朋友,这是一个计算线性方程组的程序,略有改进,若有疑问不吝赐教-learning Matlab friends, which is a calculation of linear equations procedures, a slight improvement If in doubt wing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:闫黎明
  1. xianxingfangcheng

    0下载:
  2. 线性方程组解法,带数据输入与显示界面.使用比较方便.-linear equations method, with data entry and display interface. Use more convenient.
  3. 所属分类:界面编程

    • 发布日期:2024-05-15
    • 文件大小:4189184
    • 提供者:凃道
  1. matlab-code

    0下载:
  2. matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, f
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:郑超
  1. tina

    0下载:
  2. C++解线性方程组 复系数方程组的全选主元高斯消去法-C++ solution of linear equations of complex equations of the entire election PCA Gaussian Elimination
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:张宁
  1. mm

    0下载:
  2. 雅可比迭代求解方程 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以-Jacobi iteration equation Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:浪子
  1. LUDCMP

    0下载:
  2. LU分解法解线性方程组,内含LU分解函数以及调用的例子-LU decomposition method for solving linear equations, containing LU decomposition and the calling function examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. TriDag

    0下载:
  2. 追赶法解线性方程组,内含追赶函数以及调用的例子-chasing method for solving linear equations, containing catch up with the calling function and examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. spgs

    0下载:
  2. 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss- Seidel iterative
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王志波
  1. LEModule

    0下载:
  2. 求解线性方程组,各种方法都包括在内,可以直接粘贴使用-solving linear equations, all methods included, can be directly used paste
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:26624
    • 提供者:zhlei
  1. xianxingfangchengzudejie

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

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

    0下载:
  2. 用LU分解法求解线性方程组的c++程序,有用的数值分析程序-LU decomposition method used for solving linear equations of c procedures useful numerical analysis program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Y.P.Zhou
  1. guessdiedai

    0下载:
  2. 高斯-赛德尔迭代求解线性方程组.很实用的数学计算软件-Gauss- Seidel method for solving linear equations. Very useful mathematical calculation software
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:woody
  1. gaussserial

    0下载:
  2. 数值计算方法中的消元法解线性方程组数值计算方法中的guss 解线性方程组-numerical method of elimination method for solving linear equations numerical method of guss solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:51200
    • 提供者:bobo
  1. shuzhifenxijrx

    0下载:
  2. 利用高斯消去法求线性方程组 自己写的 简陋了点-using Gaussian elimination method for solving linear equations themselves have written a simple point
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:老虎
  1. 04150247

    0下载:
  2. 用语言编写的解线性方程组的直接方法(包含Gauss顺序消去法、Gauss列主元素消去法、Doolittle三角分解法)-language to be used to prepare the solution of linear equations of the direct method (including Gauss elimination order, Gauss out the main elements of eliminat
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:206848
    • 提供者:huafei
  1. LDL

    0下载:
  2. LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错-LDL decomposition method for solving large-scale linear equations. This procedure can be up to 100 peacekeepers solutions, speed is not bad.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:shipengyi
  1. GaussandDoolittle

    0下载:
  2. 用Gauss消去法和Doolittle三角分解法求解解线性方程组的程序源代码.-using Gauss elimination method and alignment triangular decomposition method for solving linear equations of the program source code.
  3. 所属分类:数学计算/工程计算

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

源码中国 www.ymcn.org