搜索资源列表

  1. qiujuzhendezhi

    0下载:
  2. 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序-1. Function Select All PCA with Gauss
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 利用全主元高斯消去法对线性方程组的求解过程进行数值模拟与计算。-use all PCA Gaussian elimination of linear equations, the solution process simulation and numerical calculation.
  3. 所属分类:Windows编程

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

    0下载:
  2. 列主元高斯消去法 是我学习计算方法A时编写的 完成了列主元高斯消去法实现方程组求解。-out PCA Gaussian elimination is my calculation A study prepared at the completion of the main-element Gauss elimination method to achieve equation Solving Group.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:张从
  1. ACGAS

    0下载:
  2. 用全选主元高斯消去法求解N复系数阶线性方程组AX=B-Select All PCA with Gaussian elimination method to solve N-order complex coefficients of linear equations AX = B
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:z
  1. matlab_numer

    0下载:
  2. 数值分析中几个基础的matlab程序,包括选主元的高斯消去,矩阵的LU分解以及Jacobi迭代-Numerical analysis of several matlab-based procedures, including the election of the principal Gaussian elimination, LU decomposition of matrices and Jacobi iteration
  3. 所属分类:中间件编程

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

    0下载:
  2. 使用高斯列主消元法实现高次方程组的求解过程-Out the main use of Gaussian elimination method to achieve high process equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:cdp1984822
  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. 6GAUS

    0下载:
  2. 这是解方程组得 全主元高斯消去法。用c实现的-This is the solution of equations have the whole PCA Gaussian elimination. Achieved with c
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 本算法为全选主元高斯消去法,用于线性代数方程组的求解
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 采用全选主元的高斯消去法解线性方程组,方程组的阶数不限,只需在主函数里给定阶数以及系数即可-Select All PCA using the Gaussian elimination solution of linear equations, equations of the order of open, just in the main function in the given order and coefficient can b
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等-C language to achieve a number of mathematical calculations, including the Principal Select All Gaussian elimination method for solving tridiagonal linear equation group to catch u
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:丘实
  1. gaussian

    1下载:
  2. 一个自己写的列主元高斯消去法,用Matlab实现-Wrote it myself out of a PCA Gaussian elimination, using Matlab realize
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:胡婕
  1. gaosiRLS

    0下载:
  2. 利用高斯消元解矩阵的最小二乘二次曲线拟合-The use of Gauss least-squares solution matrix of the quadratic curve fitting
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 此为MATLAB语言变得列主元高斯消去法-This is the MATLAB language has become the main element out Gaussian elimination
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:cc
  1. Numerical-Analysis-5

    0下载:
  2. 这里面是数值分析作业的VB程序数值分析程序 线性方程 雅可比 高斯 迭代 二次及高次 线性微分方程 列主元及行主元高斯消元法 LU分解 插值法-This operation which is the numerical analysis numerical analysis program VB program Gaussian iterative linear Fangcheng Ya secondary and higher tha
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:56320
    • 提供者:耿伟
  1. include

    0下载:
  2. 使用高斯消元法反复迭代得到高斯有限差分形式下的C语言程序(Gauss iteration method is used to obtain the C language program in the form of Gauss finite difference)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:一条大河
  1. gauss

    0下载:
  2. 利用matlab编写程序,实现列主元高斯消去法与三角变换法(Gaussian Elimination,triangular decomposition method)
  3. 所属分类:数值算法/人工智能

  1. 111

    0下载:
  2. 列主元高斯消去法的matlab实现,适用于求解线性方程组(Matlab implementation of Gauss elimination of column principal component)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:小火_1998
  1. total gauss

    0下载:
  2. 采用列主元高斯消去法求解线性方程组,可供初级学习参考使用,也可求解较复杂线性方程组。(The column principal element Gaussian elimination method is used to solve the linear equations, which can be used for primary learning reference and can solve the more complex l
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:筱海子
« 1 2 3 4 56 7 8 9 10 ... 39 »

源码中国 www.ymcn.org