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

搜索资源列表

  1. niudunchazhifa

    0下载:
  2. 牛顿插值法求线性方程组 自己做的 有点简单呵呵 -Newton interpolation method for linear equations themselves a bit simple-huh
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11948
    • 提供者:老虎
  1. shuzhifenxijrx

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

    • 发布日期:2008-10-13
    • 文件大小:6342
    • 提供者:老虎
  1. 132131312312

    0下载:
  2. % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 % 否则不显示,默认值为0,x为解向量
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1263
    • 提供者:xiaohuang
  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. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2799
    • 提供者:shipengyi
  1. mylu

    0下载:
  2. Gauss列主元消去法解线性方程组.mylu函数中,U0、L0、P0分别为Gauss列主元分解中得U,L,P.-out PCA Gauss elimination method for solving linear equations. Mylu function, U0, L0, P0 Gauss out of the main yuan decomposition in the U, L, P.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:913
    • 提供者:jiangyi
  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. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:huafei
  1. Row_principal_element_elimination

    0下载:
  2. 主元素消去法解线性方程组,其中算法考虑了舍入误差-main elements elimination method for solving linear equations, algorithms considered rounding error
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1050
    • 提供者:GH
  1. yakabi

    0下载:
  2. 雅克比算法,用来解线性方程组 在一个课程作业上,可方便使用-Jacques algorithm used to solve linear equations in a course on the operation, ease of use
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:许多
  1. Jacobi-matlab

    0下载:
  2. 雅可比(Jocabi)迭代法解线性方程组-Jacobi (Jocabi) iterative method for solving linear equations
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5093
    • 提供者:js
  1. geap

    0下载:
  2. 自己编写的全主元高斯消去法解线性方程组的matlab函数。特点:运行稳定,适合于工程计算;结构清楚,注释详尽,非常适合于初学者。-their preparation of all PCA Gaussian elimination method for solving linear equations of Matlab function. Features : stable operation, which is suitable for engineering calculations; St
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1511
    • 提供者:姚飞
  1. qzy

    0下载:
  2. 利用全主元高斯消去法对线性方程组的求解过程进行数值模拟与计算。-use all PCA Gaussian elimination of linear equations, the solution process simulation and numerical calculation.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1484
    • 提供者:lsx
  1. zlf1581

    0下载:
  2. 解线性方程组多元一次 水平有限,DOS界面。其中,输出方程组的未知数用x1,x2,x3...表示,可以解出多元一次方程。-solving linear equations yuan a limited, and DOS interface. Within this total, output equations with the unknown x1, x2, x3 ... that the United States can come up with multiple linear equ
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8461
    • 提供者:王静
  1. xianxingfangcheng

    0下载:
  2. 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve an n-linear equation (equatio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1552
    • 提供者:fisherman
  1. Gauss(delphi)

    0下载:
  2. 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving l
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:564229
    • 提供者:谭文政
  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 linear equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:845
    • 提供者:刘恒
  1. Gauss_Seidel_iterative

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

    • 发布日期:2008-10-13
    • 文件大小:887
    • 提供者:江理彬
  1. shuzhijisuan

    0下载:
  2. 本例包括,数值计算中的线性方程组的迭带法 有高斯-塞德尔迭带算法-the cases include the numerical calculation of the linear equations are iterative method of Gauss - Seidel iterative algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9024
    • 提供者:赤兵
  1. Linesquaredistanceset

    0下载:
  2. 接线性方程组的算法,比较简单,给大家参考一下吧-Wiring Systems on the algorithm is relatively simple to refer to it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:253983
    • 提供者:阳阳
  1. linearfangcheng

    0下载:
  2. 线性方程组的求解,这里给出求解的程序和算法-linear equations, the solution here is to solve the procedures and algorithms
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:822
    • 提供者:李博宁
  1. LDL~

    0下载:
  2. 系数矩阵为对称正定的线性方程组的求解程序(LDL~分解法)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2289
    • 提供者:唐新猛
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com