搜索资源列表

  1. 矩阵所有运算

    1下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. invGreville

    0下载:
  2. 矩阵的广义逆计算,共两种方法,其中迭代法有一阶收敛和二阶收敛-generalized inverse matrix calculation, a total of the two methods, which iteration is a second-order convergence and convergence
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1707
    • 提供者:lixuan
  1. qiufeixianxingfangchengzuzuixiaoerchengjiedeguangy

    2下载:
  2. 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2396
    • 提供者:罗坤
  1. 矩阵所有运算

    0下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:82944
    • 提供者:球球
  1. invGreville

    0下载:
  2. 矩阵的广义逆计算,共两种方法,其中迭代法有一阶收敛和二阶收敛-generalized inverse matrix calculation, a total of the two methods, which iteration is a second-order convergence and convergence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:lixuan
  1. qiufeixianxingfangchengzuzuixiaoerchengjiedeguangy

    0下载:
  2. 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:罗坤
  1. gyn

    0下载:
  2. 求解广义逆矩阵 数学常用算法 集几位同学之作 共同探讨所得-generalized inverse matrix solving mathematical algorithms several students were set to jointly explore for proceeds
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:7168
    • 提供者: 许明明
  1. minvbyGRE

    0下载:
  2. 用greville方法求逆矩阵,稍加改动可求广义逆矩阵-Greville method using inverse matrix, rectifiable modified generalized inverse matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:yaoxie
  1. ginv

    0下载:
  2. 利用奇异值分解求一般m*n阶实矩阵的广义逆矩阵。-The use of singular value decomposition for a general m* n-order real matrix of the generalized inverse matrix.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:Ming Zhao
  1. revers-matrix

    0下载:
  2. 一个朋友编的C语言通用广义逆矩阵求解算法,值得一看-A friend of mine made the C language universal generalized inverse matrix algorithm, see
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:田广和
  1. generalizedinversematrix

    0下载:
  2. 基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证-Vc6.0 based on a calculation of non-square matrix of the generalized inverse matrix of the algorithm, input requirements for the indicator matrix, s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:347136
    • 提供者:wangwei
  1. Matrix

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

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

    0下载:
  2. 求矩阵的广义逆。对矩阵没有限制,可以是方阵,也可以不是方阵。-Generalized inverse of a matrix. There is no limit on the matrix, can be square, you can not square.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:yyc
  1. LECalculator

    0下载:
  2. 3.1 线性方程组类设计 3.2 全选主元高斯消去法 3.3 全选主元高斯-约当消去法 3.4 复系数方程组的全选主元高斯消去法 3.5 复系数方程组的全选主元高斯-约当消去法 3.6 求解三对角线方程组的追赶法 3.7 一般带型方程组的求解 3.8 求解对称方程组的分解法 3.9 求解对称正定方程组的平方根法 3.10 求解大型稀疏方程组的全选主元高斯-约当消去法 3.11
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:71680
    • 提供者:王健
  1. 1GINV

    0下载:
  2. 用奇异值分解法求矩阵广义逆,使用C语言编写。-Singular value decomposition with generalized inverse of a matrix, the use of C language.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:3072
    • 提供者:lixiaohui
  1. guangYiNiJuZhen

    0下载:
  2. c++求广义逆,广义逆的程序实现,源码分享-c++ GENERALIZED INVERSE
  3. 所属分类:压缩解压

    • 发布日期:2024-06-05
    • 文件大小:3657728
    • 提供者:王文
  1. NLequationCalculator

    0下载:
  2. 4.1 非线性方程与方程组类设计 4.2 求非线性方程实根的对分法 4.3 求非线性方程一个实根的牛顿法 4.4 求非线性方程一个实根的埃特金迭代法 4.5 求非线性方程一个实根的连分式解法 4.6 求实系数代数方程全部根的QR方法 4.7 求实系数代数方程全部根的牛顿-下山法 4.8 求复系数代数方程全部根的牛顿-下山法 4.9 求非线性方程组一组实根的梯度法 4.10 求非线性方
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:75776
    • 提供者:王健
  1. lppinv

    0下载:
  2. 文件中包含了一个visualC++工程,里面写好了一个矩阵广义求逆的C函数,只需给函数传递矩阵指针,矩阵的介数就能求出该矩阵的广义逆矩阵(The document contains a visualC++ project, which has written a matrix generalized inverse C function, just transfer the function of the matrix pointer,
  3. 所属分类:数学计算/工程计算

  1. 线性方程组求解

    0下载:
  2. 利用hermite标准形和满秩分解求矩阵广义逆,并且利用广义逆求解线性方程组,可以判断解的形式(Using Hermite canonical form and full rank decomposition to find the generalized inverse of a matrix, and using the generalized inverse to solve a system of linear equation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:嫌疑人H
  1. Generalized Inverse Matrix

    0下载:
  2. 使用Hermite标准型、SVD分解和满秩分解求矩阵的广义逆,在此基础上求解线性方程组的解。(Hermite's canonical form, SVD decomposition and full rank decomposition are used to find the generalized inverse of the matrix, and then the solution of the linear equation
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:hh_w
« 12 3 4 5 6 »

源码中国 www.ymcn.org