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

搜索资源列表

  1. gao-si-xiao-yuan-fa

    0下载:
  2. 是线性代数中的一个算法,可用来为线性方程组求解,求出矩阵的秩,以及求出可逆方阵的逆矩阵。当用于一个矩阵时,高斯消元法会产生出一个“行梯阵式”。高斯消元法可以用在电脑中来解决数千条等式及未知数。不过,如果有过百万条等式时,这个算法会十分费时。一些极大的方程组通常会用迭代法来解决。亦有一些方法特地用来解决一些有特别排列的系数的方程组。-A linear algebra algorithms can be used to solve linear equations, matrices obtaine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:meihaodi
  1. gaussElim

    0下载:
  2. 这是一个用C++编写的矩阵类,含测试代码,供大家研究使用。实现了矩阵的创建、初始化、拷贝、赋值、乘法、加法、转置、求秩等运算,并给出了利用高斯消去法进行求逆、解线性方程组等功能。也可再次扩展。-Self defined C++ matrix class for everyone to use. To achieve the creation of the matrix, initialize, copy, assignment, multiplication, addition, transpo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4189
    • 提供者:李刚
  1. LU

    1下载:
  2. LU分解法求解线性方程组Ax=b.该程序为直接求解法,可以实现对实数和复数的计算。程序较简练,但是运行的效率较高。-Crout s decomposition method for solving of n linear equations:Ax=b
  3. 所属分类:Other systems

    • 发布日期:2015-06-12
    • 文件大小:109568
    • 提供者:caoxiaoyue
  1. sparse

    0下载:
  2. 非常实用的稀疏矩阵求逆程序,可用于求解线性方程组或矩阵求逆-useful inverse of matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:557028
    • 提供者:秦超
  1. Numerical-Analysis

    0下载:
  2. 数值分析/数值计算程序,包括差值、拟合、积分、微分、线性方程组求解、非线性方程求根、常微分方程求解、偏微分方程求解、特征值求解,适合入门参考-Numerical analysis/numerical calculation procedures, including the difference, fitting, integral, differential, linear equations, finding roots of nonlinear equations, ordinary di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:64234
    • 提供者:yangzicai
  1. mnewton

    0下载:
  2. 用LU分解法解线性方程组Ax=b。用牛顿法求非线性方程f(x)=0-With the LU decomposition method of solving linear equations Ax = b. Using Newton s method for nonlinear equation f (x) = 0
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:826
    • 提供者:贾璐
  1. VCMATH

    0下载:
  2. 数学常用算法,矩阵类的实现包括四则运算,求逆,转置,线性方程组的解法计算等。-the usual math algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:52025
    • 提供者:秦伟
  1. numerical-algorithm-source-code

    0下载:
  2. Visual Basic常用数值算法源代码,内容主要有解线性方程组、插值、数值积分、特殊函数、函数逼近、排序、特征值问题、方程求根、函数极佳和最优化、傅立叶变换、数据统计等-Visual Basic source code commonly used numerical algorithms, mainly the solvability of linear equations, interpolation, numerical integration, special, function ap
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1891398
    • 提供者:陈超华
  1. Linear_equations__solution

    1下载:
  2. fortran程序编写的线性方程组求解 -包括 LU分解,高斯列主元消去法,高斯消去法,矩阵求逆,乔累斯基,追赶法-Solving linear equations group, programs written in FORTRAN including LU decomposition, Gauss main element elimination method, Gauss elimination method, the matrix inversion, Jo Laski, chase m
  3. 所属分类:Algorithm

    • 发布日期:2015-05-08
    • 文件大小:7168
    • 提供者:
  1. matlab-algorithm-program-collection

    1下载:
  2. MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17824768
    • 提供者:虺沙
  1. gaus_seidel

    0下载:
  2. 高斯赛德尔 线性方程组迭代求解法,可以用来解线性方程组-High Sisaideer solving linear equations iterative method can be used to solve linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:522
    • 提供者:wilfred
  1. GAOSI

    0下载:
  2. 高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。不过,如果有过百万条等式时,这个算法会十分省时-Gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:745688
    • 提供者:KID
  1. CSharpmatrix

    0下载:
  2. C#处理矩阵函数包,包括矩阵求逆,稀疏线性方程组求解等-C# processing matrix function package, including matrix inversion, sparse linear equation solving, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:251205
    • 提供者:林栓
  1. zhongguo

    0下载:
  2. 中国剩余定理(不互质的情况) 对互质的情况,处理起来比较方便,可以直接套模板 本题给出不互质的模线性方程组,求出满足方程的最小正整数解 方案:对于不互质的模线性方程组,可以进行方程组合并,求出合并后的方程的解,这样就可以很快地推出方程的最终解。-Chinese remainder theorem (not prime case) to prime, the process more convenient, you can directly set the template of th
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:912
    • 提供者:yourunze
  1. matlab-rotating-calculation

    0下载:
  2. EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3576
    • 提供者:曹腾飞
  1. main.cc

    0下载:
  2. 数学上,高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。-In mathematics, the Gauss elimination method (or Gauss elimination method) is an algorithm in linear algebra programming, which can be used to solve linear equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:544
    • 提供者:syb
  1. gauss

    0下载:
  2. 基于高斯消元法求借线性方程组,数值计算方法实验题-Based on the gaussian elimination beg to borrow the system of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:519
    • 提供者:严星驰
  1. BPmatlab

    0下载:
  2. BP神经网络算法是在BP神经网络现有算法的基础上提出的,是通过任意选定一组权值,将给定的目标输出直接作为线性方程的代数和来建立线性方程组,解得待求权,不存在传统方法的局部极小及收敛速度慢的问题,且更易理解。-Back Propagation artificial neural networks
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1998
    • 提供者:王荣春
  1. nengyang

    0下载:
  2. 雅克比迭代求解线性方程组课设,多抽样率信号处理,在MATLAB中求图像纹理特征。- Jacobi iteration for solving linear equations class-based, Multirate signal processing, In the MATLAB image texture feature.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5993
    • 提供者:许彦飞
  1. main.cpp

    0下载:
  2. 线性方程组求根的直接法 (1) 编写列主元消元法的通用程序 (2) 用如上程序求方程-The direct method for solving linear equations (1) the general procedure for the preparation of the main elements of the column (2) using the above procedure for equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1359
    • 提供者:qiuxiazaia123
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com