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

搜索资源列表

  1. 示列

    0下载:
  2. 解线性方程组的好程序。特别是数值分析,更具有优势-solution of linear equations of the program. In particular, numerical analysis, but also has advantages
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1734
    • 提供者:leon
  1. goss

    0下载:
  2. 用GOSS解线性方程组 Dim i As Integer 循环变量 Dim j As Integer 循环变量 Dim k As Integer 循环变量 -with Goss solving linear equations Dim i As Integer Dim cycle variable j As In teger cycle variables As Integer Dim k cycle variables
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1523
    • 提供者:li
  1. Gauss

    0下载:
  2. Gauss跌代法解线性方程组的程序 可以用以参考
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:陈勋林
  1. LU

    0下载:
  2. Lu 方法解线性方程组的程序 可以参考一下
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:851
    • 提供者:陈勋林
  1. include

    0下载:
  2. jacobi方法解线性方程组 可以参考一下
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3494
    • 提供者:陈勋林
  1. 线形方程组求解

    0下载:
  2. 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1054
    • 提供者:lz
  1. matrix99~1

    0下载:
  2. 实现矩阵算法的小程序,针对解线性方程组而作的一个小程序。-matrix algorithm to achieve the small program against solution of linear equations for a small procedure.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2268
    • 提供者:周云
  1. gauss

    0下载:
  2. 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2893
    • 提供者:成斌
  1. gaosi

    0下载:
  2. 利用高斯消去法解线性方程组,也就是加减消元法解线性方程组-Gaussian elimination linear equations, that is, addition and subtraction method of elimination of Linear Equations
  3. 所属分类:source in ebook

    • 发布日期:2017-05-10
    • 文件大小:2290453
    • 提供者:姚铁龙
  1. gao

    0下载:
  2. 高斯消去法解线性方程组。很重要的一种思想-Gaussian elimination of Linear Equations. A very important thought
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:2505
    • 提供者:姚铁龙
  1. Jacobi

    0下载:
  2. JACOBI迭代解线性方程组。里面有注释注意事项等。-JACOBI iterative solution of linear equations. Notes Note there.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:640
    • 提供者:xhb
  1. Gauss_all_VCPP

    0下载:
  2. 用于解线性方程组的全主元高斯消去法C++程序-c++ Used for solving linear equations of all primary gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-11-30
    • 文件大小:3223
    • 提供者:luoxia
  1. ex5

    0下载:
  2. jacobi算法程序运用jacobi算法解线性方程组-Using jacobi algorithm for solving linear equations
  3. 所属分类:ELanguage

    • 发布日期:2017-11-22
    • 文件大小:272647
    • 提供者:郭晨
  1. LU

    0下载:
  2. 运用LU分解法来解线性方程组 可以改变N 来解N阶线性方程-N to solve N linear equations using LU decomposition method for solving linear equations can be changed
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:652
    • 提供者:李家骐
  1. rangkuta

    0下载:
  2. 硕士期间编写的,精度比较高的龙哥库塔插值程序。用于解线性方程组。-Writing during the period of master, precision higher longge kuta interpolation procedure. Used for solving linear equations.
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-13
    • 文件大小:2696
    • 提供者:张东
  1. matlab-jacobi

    0下载:
  2. 用jacobi解线性方程组,这是老师布置的作业 -Solving linear equations with jacobi
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:18883
    • 提供者:赵连星
  1. 123

    0下载:
  2. MatLab解线性方程组一写在阅读本文前的引子。 一:读者对线性代数与Matlab 要有基本的了解; 二:文中的通用exp.m文件,你须把具体的A和b代进去文通-matalab linear equation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:90555
    • 提供者:sd
  1. Matlab-of--linear-equation-group

    0下载:
  2. matlab 解线性方程组的直接法,包括克罗托算法,杜丽脱尔算法,高斯消去法,列主元素法等14个算法,运行无误,可以运算。-Matlab solution of linear equation group, run correctly, can operation.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:6562
    • 提供者:赵树青
  1. gaosixiaoyuanfajuzhen

    0下载:
  2. 本例 是通过高斯消元法解线性方程组,代码可行,欢迎使用-This example is by Gaussian elimination method for solving linear equations, the code is feasible, Welcome
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:796
    • 提供者:laotan
  1. Lufenjiefajiexianxingfangcheng

    0下载:
  2. Lu分解法解线性方程组的代码,大家可以试试看,欢迎使用-Lu decomposition code method for solving linear equations, we can try, Welcome
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:949
    • 提供者:laotan
« 12 »
搜珍网 www.dssz.com