搜索资源列表

  1. gaussian elimination with partial pivoting

    0下载:
  2. gaussian elimination with partial pivoting for C++ 解方程组
  3. 所属分类:其它

  1. gs

    0下载:
  2. 高斯消去法求解线性方程组,以在TC2.0中编译通过-Gaussian elimination method for solving linear equations, in which the compiler through WITH TC 2.0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王国栋
  1. Gsxq

    0下载:
  2. 高斯消去法解方程组-Gaussian Elimination System Solutions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:260096
    • 提供者:赵健
  1. 高性能计算高斯消去解方程组c++程序

    0下载:
  2. 高性能计算高斯消去解方程组c++程序(复杂度 n^3-high-performance computing solutions Gaussian Elimination equations c (n ^ complex 3
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:8192
    • 提供者:zhr
  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-09
    • 文件大小:2048
    • 提供者:张蔚
  1. 预测

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

    • 发布日期:2024-05-09
    • 文件大小: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-09
    • 文件大小:1024
    • 提供者:肖江
  1. Gauss_pivot

    0下载:
  2. Gauss列主元素消去法,同时给了Matlab的M文件和C代码文件。-out the main elements of Gauss elimination, but also to the Matlab M C code files and documents.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:wf
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:23552
    • 提供者:周思良
  1. matlab-code

    0下载:
  2. matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, f
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:郑超
  1. gaussjor

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

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

    0下载:
  2. 用全选主元高斯-约当消去发求解系数矩阵为稀疏矩阵的方程组-Select All PCA with Gaussian- about when fat elimination for solving sparse matrix for the coefficient matrix of equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:32768
    • 提供者:z
  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-09
    • 文件大小:4096
    • 提供者:freezingsnow
  1. LU

    0下载:
  2. 用MATLAB写的Gaussian Elimination算法即LU算法-Written using MATLAB or LU algorithm Gaussian Elimination Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:tanchengfeng
  1. Jacobi

    0下载:
  2. 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100 -2. Using Gaussian elimination method and Gaussian eliminati
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:78848
    • 提供者:吕鹏
  1. gauss.c

    0下载:
  2. Using Gaussian elimination to solve linear equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:张琦
  1. gaosixiaoyuan

    0下载:
  2. 自己编的高斯消元法求线性方程组的根 可以供数值算法的朋友参考-Own Gauss elimination method for the root system of linear equations for the numerical algorithm can refer to a friend
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:243712
    • 提供者:赵智斌
  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-09
    • 文件大小:5120
    • 提供者:高天
  1. Gauss

    0下载:
  2. 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)-Solution of n-order linear equations Ax = b of the PCA out of the general Gaussian elimination procedure is as follows (the following procedures are prepared under matla
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:19456
    • 提供者:周倩
  1. Candidate-Elimination-master

    0下载:
  2. Implementaion Candidate Elimination in C++
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:hamidhaji
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org