搜索资源列表

  1. 求矩阵特征值、解方程组

    0下载:
  2. 求矩阵特征值、解方程组 -seeking matrix eigenvalue solution equations for matrix eigenvalue equations Solutions
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:123
  1. Gauss_Seidel法解方程组

    0下载:
  2. Gauss_Seidel法解方程组,对同一系数矩阵的方程组,只须变换一次系数矩阵,即可求不同常数向量的不同方程组,大大提高计算效率,且可求解任意元线形方程组-Gauss_Seidel Solving equations, the same coefficient matrix equations, only a transformation coefficient matrix can be different for the diff
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:102400
    • 提供者:李征
  1. XSZZ

    0下载:
  2. 这是一个利用稀疏矩阵技术实现求解矩阵方程的程序,基于VC++的MFC技术。请多多执教。-This is a sparse matrix using technology to solve the matrix equation procedures, the MFC-based VC technology. Please excuse coach.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:74752
    • 提供者:andrew
  1. superlu_dist_2.0.tar

    0下载:
  2. LU分解求解矩阵方程组的解,最新版本,快速求解稀疏矩阵-LU decomposition of the matrix equation solution, the latest version, sparse matrix Quick Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1028096
    • 提供者:wang
  1. gauss-C

    0下载:
  2. * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination
  3. 所属分类:文件格式

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:xuyan
  1. Poisson2

    0下载:
  2. 偏微分方程数值解- 这是矩阵的紧致存储及在紧致存储的矩阵上用共轭梯度(CG)方法解Poisson方程的实现, gcc mingw 3.4.4下通过-Numerical solution of partial differential equations- this is the matrix of the compact storage and storage in a compact matrix conjugate gradie
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:赵汗青
  1. CLapack_3_0

    0下载:
  2. 提供矩阵类的函数库,功能强大,包含有可解矩阵方程,基本矩阵运算等功能。-Provided matrix class library, powerful, contains a solvable matrix equation, the basic matrix operations and other functions.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:25376768
    • 提供者:张斌
  1. CGandlu

    0下载:
  2. CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:佟跃
  1. LU

    0下载:
  2. 解矩阵方程,可分解为两个矩阵,一个为上三角矩阵,一个为下三角矩阵,再求解,会简化计算-Solution of matrix equation, decomposed into two matrices, one for the upper triangular matrix, a lower triangular matrix, and then solving, will simplify the calculation of
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:anglinex
  1. convolution

    1下载:
  2. 稀疏脉冲反褶积代码,包括高尔消元法解矩阵方程阻,自相关,互相关,褶积,反褶积的代码. 刚参加工作那会儿,上进心也足,爱动脑,编了很多的程序,唯有这一个是我引以为傲的,花了几个星期写的稀疏脉冲(预测)反褶积的代码,放到了现在,觉得也没必要再私藏下去了,不出五年,我都不知道这段代码是干什么的了. 希望对大家有用,方法太简单,所以效果不是太好,请大家修改,如要转载,请记得注明出处. -vc++
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:581632
    • 提供者:yqh
  1. LSQR-DC

    0下载:
  2. 又一种最小平方反褶积程序 使用了莱文森递推算法,可以单独调用。 解矩阵方程很有用。-And a least-squares deconvolution procedure using the Levinson recursive algorithm, can be called. Useful solution of the matrix equation.
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-21
    • 文件大小:211968
    • 提供者:但是借
  1. gs

    0下载:
  2. 高斯法 解矩阵方程 (含矩阵求逆函数)-gs
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:田泽宇
  1. jiefangcheng

    0下载:
  2. 解矩阵方程,数值计算实验中,用高斯消去法等方法解矩阵方程-Solution of matrix equations, numerical experiments, such as using the Gauss elimination method to solve the matrix equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:limo
  1. gauss

    0下载:
  2. 本程序实现利用高斯全选主元法解矩阵方程,即高斯-约旦法解方程-This program Gaussian Select the primary element method for solving matrix equation, that Gauss- Jordan method of solving equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:李斌
  1. GaussSloveMatrix

    0下载:
  2. 高斯消去法解矩阵方程 高斯消去法解矩阵方程-Gaussian elimination method for solving matrix equations Gaussian elimination method for solving the matrix equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:912384
    • 提供者:aaa
  1. PQ-powerflow

    0下载:
  2. 用C语言实现P-Q分解法潮流计算。其中用到了高斯消去法解矩阵方程,求修正的雅可比矩阵。-Using C language PQ decomposition method flow calculation. Which uses a Gaussian elimination method for solving matrix equations, find the modified Jacobian.
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-21
    • 文件大小:16384
    • 提供者:zqd
  1. gaussian-elimination-method

    0下载:
  2. 采用高斯消去法解矩阵方程,程序精炼,结果正确,参考价值高。-gaussian elimination method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:
  1. Choleskydecompositionandforwardsolve

    0下载:
  2. R 乔布斯及分解,用于解矩阵方程。前进后退法可用于解三角阵-chol decomposition
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:李白
  1. uptrbk

    0下载:
  2. 一种用于解矩阵方程的程序,名称为上三角分解-Program for solution matrix equation, the name on the triangular decomposition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Stephen
  1. program-source-code

    0下载:
  2. 多种用于解矩阵方程的程序源代码,各有其自身的优点-More used to solve the matrix equation of the source code, each with its own advantages
  3. 所属分类:数学计算/工程计算

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

源码中国 www.ymcn.org