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

搜索资源列表

  1. 计算方法程序

    0下载:
  2. 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-purpose
  3. 所属分类:Windows编程

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

    • 发布日期:2008-10-13
    • 文件大小:1573
    • 提供者:lee
  1. 数值分析课程设计

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

    • 发布日期:2008-10-13
    • 文件大小:95247
    • 提供者:沈嘉祺
  1. GaussElimination

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

    • 发布日期:2008-10-13
    • 文件大小:6834
    • 提供者:杨祎
  1. fcz

    0下载:
  2. 利用计算机求解高阶线性方程组 可大大的节省体力,适合毕业设计。-high-end computer solution of linear equations can greatly save the manual, designed for graduation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:133205
    • 提供者:啊豪
  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. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2443
    • 提供者:浪子
  1. qiujie

    0下载:
  2. 【问题描述】已知线性方程组AX=B,求解该方程组。参考算法: 消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值: 1. 将矩阵的一行乘以一个不为0的数 2. 将矩阵的一行加上另一行的倍数 3. 交换矩阵中两行的位置 - [ Question descr iption ] known system of linear equations AX=B, s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6550
    • 提供者:chao
  1. number_theory_c++

    0下载:
  2. 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9769
    • 提供者:henry
  1. LEModule

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

    • 发布日期:2008-10-13
    • 文件大小:27388
    • 提供者:zhlei
  1. LeastSquare

    0下载:
  2. 用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数-written in C can be achieved full rank solving linear equations and least-squares curve fitting the function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:zenger
  1. xianxingfangchengzudejie

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

    • 发布日期:2008-10-13
    • 文件大小:1282
    • 提供者:helina
  1. xy11111111111

    0下载:
  2. 使用全选主元高斯,约当消去法求解线性方程组-use PCA Gaussian election, when the elimination of about solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1284
    • 提供者:ghb
  1. LU

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

    • 发布日期:2008-10-13
    • 文件大小:1093
    • 提供者:Y.P.Zhou
  1. Gauss-Seidel

    0下载:
  2. 数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss - Seidel method for solving linear equations of c procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1068
    • 提供者:Y.P.Zhou
  1. guessdiedai

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

    • 发布日期:2008-10-13
    • 文件大小:1267
    • 提供者:woody
  1. Matrihnnx

    0下载:
  2. 这是我学习《数值分析》所编写的一个程序,用于线性方程组的雅可比求解。-This is my learning "Numerical Analysis" prepared by a procedure for the linear equation for the Jacobian.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:25652
    • 提供者:小鱼
  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. CommonArithmetic

    0下载:
  2. 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特征值与特征向量的计算、矩阵运算、拟合与逼近、排序、数据处理与回归分析、数学变换与滤波、数值积分、随机数产生、特征函数、图形模式下读写屏幕象点、线性代数方程组求解等C语言算法-algorithms big Collection; Including interpolation, locate, ordinary differential equa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:274773
    • 提供者:狼夜行
  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. 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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com