CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 病态矩阵

搜索资源列表

  1. SVD

    2下载:
  2. % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:2.68kb
    • 提供者:zhxj
  1. 递推最小二乘估计算法

    2下载:
  2. 对于输入、输出数据较多的情况下,一次性完成的最小二乘估计算法计算量很大,速度降低而且有可能出现病态矩阵的情况,递推的最小二乘估计算法解决了上述问题。
  3. 所属分类:matlab例程

  1. CG.rar

    0下载:
  2. 求解大规模对称矩阵的CG算法,及预处理PCG使用Matlab语言,可以解1000阶以上的矩阵,以病态矩阵hilbert为例,Solving large-scale symmetric matrix of the CG algorithm, and pretreatment of PCG using Matlab language, you can order more than 1,000 solution matrix, as an example to pathological matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3.21kb
    • 提供者:路路
  1. hilbert

    0下载:
  2. 验证hilbert矩阵是病态矩阵-Authentication is a pathological matrix matrix hilbert
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:762byte
    • 提供者:lxw
  1. SolvingEquations

    0下载:
  2. 使用:Gauss消元,列主元Gauss消元,平方根法(对称阵),改进的平方根法 解著名的病态矩阵Hilbert矩阵为系数的方程-Use: Gauss elimination, Gauss out PCA elimination, the square root law (symmetric matrix), the square root method for improved well-known pathological matrix for the coefficient matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.46kb
    • 提供者:朱泽园
  1. Jacobi

    0下载:
  2. 雅克比迭代法 求Hilbert矩阵病态方程组-Iterative Method Jacobian matrix pathological Hilbert equations
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.25kb
    • 提供者:ad2d
  1. jacobi

    0下载:
  2. 利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵-Jacobi method used to solve ill-linear equations, including matrix hilbort matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2.73kb
    • 提供者:koo
  1. newLUok

    0下载:
  2. 数值分析中LU分解的程序,程序采用选取主元的方法有较高的精度,对病态矩阵也有较好效果-LU decomposition of numerical analysis procedures, procedures used to select principal components method with high accuracy, on the ill-conditioned matrix has good results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.61kb
    • 提供者:宋健
  1. newQRok

    0下载:
  2. 数值符号计算中利用QR分解求解方程的程序,经过病态矩阵的验证,程序有较高的精确性-Symbolic computation in numerical solving equations using QR decomposition process, through the ill-conditioned matrix of validation, the program has high accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.79kb
    • 提供者:宋健
  1. Jacobi

    0下载:
  2. 普通解矩阵时,在计算量想当大时候,会出现病态矩阵,这个程序采用迭代方法计算。-it s a way to calculate the matrix.everyone can have a try .solving the matrix is a problem ,this maybe can help you~
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:542byte
    • 提供者:zengfanxia
  1. bing_tai_juzhen_chuli

    0下载:
  2. 病态矩阵分析 多角度阐明什么是病态矩阵 并且采用了正交化的处理来解病态矩阵-Pathological matrix multi-angle matrix and to clarify what is ill treatment by the orthogonal matrix to solve ill
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:305.58kb
    • 提供者:鲍庆嘉
  1. regu

    0下载:
  2. 反问题求解中解决病态矩阵问题的正则化算法。-Solving the inverse problem regularization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:75.85kb
    • 提供者:谢迪
  1. Linear_solver

    0下载:
  2. Matlab,线性方程组求解典型算法,含共轭速降法(大规模矩阵),一种正则化方法(处理病态矩阵),含相应算例与user guide-Matlab, solving linear equations typical algorithms the conjugated downhill Act (mass matrix), a regularization method (treatment of morbid matrix) containing the corresponding numeric
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:516.63kb
    • 提供者:hengding
  1. ols-(1)

    0下载:
  2. 正交最小二乘求解病态矩阵问题-ols method to solve
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4.69kb
    • 提供者:humin
  1. 6

    0下载:
  2. 计算方法hibbert矩阵程序,计算方法上机时间第六题 关于病态矩阵的-Matrix calculation procedures hibbert
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:jeff
  1. AGJDN

    0下载:
  2. 压缩包包含三个文件: 全主元高斯-约当消元法程序AGJDN.m;基于全主元高斯-约当消元法的迭代求解病态矩阵方法AGJDNM.m;AGJDN.m的测试方程。 程序参考自:Fortran常用算法程序集(第二版) 徐世良编。AGJDN.m能求解部分病态矩阵,而AGJDNM.m对于我的测试矩阵效果不佳,但也一并上传,仅供参考。 错漏之处,还望指正。 -Gaussian-Jordan elimination base on all principal element.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.31kb
    • 提供者:
  1. GeneticAlgorithm

    0下载:
  2. 遗传基因算法解病态矩阵,是一种借鉴生物界自然选择和进化机制发展起来的高度并行、随机、自适应搜索算法-Genetic algorithm solution, morbid matrix is a kind of reference for biological mechanism of natural selection and evolution of highly parallel, randomized, adaptive search algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.73kb
    • 提供者:顾森
  1. AMC

    0下载:
  2. 用改进的退火法反演测井核磁共振数据,解病态矩阵-With the improved annealing method inversion nuclear magnetic resonance (NMR) logging data, the morbid matrix
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:769byte
    • 提供者:顾森
  1. 线性方程组计算

    1下载:
  2. 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 SOR 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned mat
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:才子昕
  1. vel_Tikhonov

    1下载:
  2. tikhonov求解,正则化参数为0.1,应用svd分解,求解病态矩阵的解。(Tikhonov solution, regularization parameter is 0.1, using SVD decomposition to solve the ill-conditioned matrix solution.)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-16
    • 文件大小:1kb
    • 提供者:旧约丨
« 12 »
搜珍网 www.dssz.com