搜索资源列表

  1. Gauss列主元

    0下载:
  2. 高斯列主元消去法-out PCA Gaussian Elimination
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈锋
  1. 全选主元消去法

    0下载:
  2. 利用高斯全选主元消去解线性方程组,用C++语言写-use of the entire election Gaussian Elimination main yuan for solving linear equations, with C++ language to write
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:614400
    • 提供者:王力
  1. 数值分析课程设计

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

    • 发布日期:2024-05-20
    • 文件大小:95232
    • 提供者:沈嘉祺
  1. mMath

    0下载:
  2. 用于矩阵加减乘除运算、高斯消元法解方程等-Matrix addition and subtraction to multiplication and division operations, Gauss elimination, such as solutions of equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:朱益虎
  1. NumAna_GaussElim

    0下载:
  2. 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:高天
  1. briage_ex12

    0下载:
  2. 高斯消元法 c++ 实现-Gaussian elimination method c++ implementation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:754688
    • 提供者:valiant
  1. Matrix

    0下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1077248
    • 提供者:雾水葛
  1. Function

    0下载:
  2. 用于解齐次线性方程组和非齐次线性方程组 用高斯消元法做的,用一个类完成-homogeneous linear equations and system of non-homogeneous linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:708608
    • 提供者:li
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消元法课件,将的很详细,对求解最小二乘法等算法有较大的帮助。-Gauss elimination method courseware will be very detailed and algorithms for solving the least square method and so on greater help.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:269312
    • 提供者:高松
  1. gauss

    0下载:
  2. 列主元高斯消元法,可以求解线性方程组,比较好用-Gauss elimination pivot column element method that can solve linear equations, compare easy to use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chengjisihan
  1. Gaussian

    0下载:
  2. 高斯消元法求解线性方程组的并行程序。该程序已经测试通过,运行非常稳定,计算量控制的也很好。-Gauss elimination method for solving linear equations of parallel programs.The program has been tested, very stable operation, the control computation is also very good.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. Gauss

    0下载:
  2. 这是Gauss消元法的Fortran实现-This is the Fortran code for Gauss
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chf_eng
  1. liezhu

    0下载:
  2. 采用列主元解线性方程组,比高斯消元法更有效点-slove linear equtions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:li hui
  1. Gauss

    0下载:
  2. 高斯消元法求解线性方程组,简单易行,速度快,精确-Gauss elimination method for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:马琳
  1. the-solution-to-AX=B

    0下载:
  2. 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the u
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:大象
  1. gauss_seq.c

    0下载:
  2. 高斯消元法串行代码,c语言,最普通的三层for循环实现,结果为一个对角线为一的上三角。(Gauss elimination method serial code, C language, the most common three layer for loop implementation, the result is a diagonal to one of the upper triangle.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:玉顺
  1. GAUSS

    0下载:
  2. 用于数值计算,通过MFC编写的高斯消元法,进行数值计算(Gauss elimination method)
  3. 所属分类:数值算法/人工智能

  1. 列主元高斯消去法c++

    0下载:
  2. 利用c++语言实现了列主元高斯消去法求解方程组的过程。(Using c++ language to achieve the main element Gauss elimination method for solving equations process.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:helloworldd
  1. Gauss消元法,Jacobi迭代法,超松弛迭代法

    0下载:
  2. Gauss消元法,Jacobi迭代法和超松弛迭代法求解线性方程组的M文件(Gauss elimination method, Jacobi iteration method and over relaxation iterative method for solving linear equations of the M file)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Mathematic
  1. 2.1.1Gauss

    0下载:
  2. 高斯消元法解方程组范例程序,可以用来尝试解方程组(The Gauss elimination method is used to solve the equation set case program, which can be used to try to solve the equation group.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:angelwangs
« 1 2 3 45 6 7 8 9 10 ... 49 »

源码中国 www.ymcn.org