搜索资源列表

  1. Gauss-Jordan

    0下载:
  2. Gass-Jordan消去法解线型方程组
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:909
    • 提供者:zhangbo
  1. interfunc

    0下载:
  2. 要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:张蔚
  1. 预测

    0下载:
  2. 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:吴名
  1. 高斯消元法(c)

    0下载:
  2. 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:肖江
  1. gaussjor

    0下载:
  2. 全主元高斯-约当消去法,解线性方程组,内含函数以及调用例子-all PCA Gauss-Jordan elimination method, the solution of linear equations, functions and includes examples Call
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:
  1. GAUSSJORDAN

    0下载:
  2. 用VB编写的Gauss-Jordan全主元消去法-VB prepared by the Gauss-Jordan-wide main element elinination
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:许仪
  1. C2

    0下载:
  2. 线性代数方程组的解法.全主元高斯约当消去法,LU分解法,追赶法-Linear algebraic equations of the solution. The entire principal Gauss Jordan elimination method, LU decomposition method, to catch up with the Law
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:freezingsnow
  1. matrix1

    0下载:
  2. 用matlab实现高斯—若当算法求逆矩阵-Using matlab to achieve Gauss- Jordan matrix inversion algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:qlz
  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-10
    • 文件大小:5120
    • 提供者:高天
  1. rinv

    0下载:
  2. 本程序开发环境为c++ builder.是一个c控制台程序.主函数通过调用子函数int rinv(int n,double a[])实现了全选主元高斯-若尔当消去法求矩阵的逆.-The program development environment for c++ Builder. Is a c console procedures. The main function by calling the Function int rinv
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:huaiqingdashi
  1. Gauss_jordan

    0下载:
  2. 数值分析,Gauss-jordan算法求方程组的解-Numerical analysis, Gauss-jordan algorithm for the solution of equations
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:603136
    • 提供者:钉子
  1. gauss_jordan

    0下载:
  2. 采用全选主元的高斯—若当方法求矩阵的逆矩阵,矩阵阶数不限但要非奇异,只需在主函数中给出阶数和矩阵各元素即可-Select All PCA using the Gauss- Jordan method for matrix inverse matrix, the matrix order but are not limited to non-singular, just in the main function in the given
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:余坤
  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR-Tsinghua University,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:247808
    • 提供者:大乔
  1. Matrix

    0下载:
  2. 关于求矩阵秩的程序,用高斯—约当消元法实现-On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:234496
    • 提供者:王平
  1. Gauss-Jordan

    0下载:
  2. Gauss-Jordan消去法求矩阵的逆-Gauss-Jordan elimination method of the inverse matrix
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:许晔
  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:wzz
  1. VisualC

    0下载:
  2. 全主元高斯-约当(Gauss-Jordan)消去法-PCA-wide Gauss- Jordan (Gauss-Jordan) elimination method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:15560704
    • 提供者:iceblue001
  1. Matrix

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

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

    0下载:
  2. 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助-GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:小志
  1. Gauss-Jordan

    0下载:
  2. Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:xiang
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org