CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Ill-conditioned

搜索资源列表

  1. lsq

    0下载:
  2. The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57867
    • 提供者:AiQing
  1. NumericalAnalysis

    0下载:
  2. 使用matlab进行数值分析时重要的参考资料,具体包含内容可以看英文描述-This text is written primarily for students/readers who have a good background of high school algebra, geometry, trigonometry, and the fundamentals of differential and integral calculus. This text includes the fol
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3432617
    • 提供者:何亮
  1. excellentprocedureorthesolutionofequations

    0下载:
  2. 一个优秀的解方程组的程序比如超定方程,病态方程。是我在做项目时遗留下来的,上传给大家使用!-An excellent procedure for the solution of equations such as over-determined equation, ill-conditioned equations. Yes I was doing projects left behind, upload for everyone to use!
  3. 所属分类:Algorithm

    • 发布日期:2016-06-02
    • 文件大小:4608
    • 提供者:wen33
  1. errestools

    0下载:
  2. 用来估计病态线性方程组正则化求解时的误差。-To estimate the error of regulation method for the ill-conditioned system of linear equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:8496
    • 提供者:李兵
  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
    • 文件大小:1653
    • 提供者:宋健
  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
    • 文件大小:1832
    • 提供者:宋健
  1. threebus

    0下载:
  2. Easy to edit weighted least squares algorithm implemented on a 3 bus test transmission network. Includes both bus and branch data. This can be also implemented on any other test transmission network that s not ill-conditioned.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:3373
    • 提供者:Eyisi Paul
  1. tsvd

    2下载:
  2. 截断奇异值分解技术是一种正则化方法,用于不适定问题的数值计算-Truncated Singular Value Decomposition is a regularizaiton method for ill-conditioned problem computation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:643
    • 提供者:hejinrong
  1. solution

    0下载:
  2. 病态方程组的数值解法,Guass,Jacobi,SOR iteration,conjugate gradient method-numerical solution of ill-conditioned system of equations,Guass,Jacobi,SOR iteration,conjugate gradient method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3443
    • 提供者:陶斯琴
  1. primal_dual

    3下载:
  2. 全变差求解病态线性方程组的算法说明及其Matlab上的实现代码,在反演问题中常常会用到,全变差正则化具有边界识别强的特点,在图像去噪和恢复方面很有价值!-Total Variation solving ill-conditioned linear equations Matlab algorithm descr iption and implementation code on the inverse problem will often be used, total variation reg
  3. 所属分类:Algorithm

    • 发布日期:2016-06-03
    • 文件大小:1024
    • 提供者:lwqq
  1. sor

    0下载:
  2. SOR法求解病态线性方程组的MATLAB源代码-SOR method for solving ill-conditioned linear equations MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7554
    • 提供者:kal
  1. gongetidufa

    0下载:
  2. 一种共轭梯度法的matlab函数,可以用于求解病态的线性方程组,提高求解精度.还提供了算法的介绍文档-A conjugate gradient method of matlab function, can be used to solve ill-conditioned linear equations, improve the accuracy of solving
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:74207
    • 提供者:cyw
  1. OVM

    0下载:
  2. A Dynamical Tikhonov Regularization for Solving Ill-posed Linear Algebraic Systems.pdf,以上论文提出的求解病态线性方程组的一种较新梯度下降法-A Dynamical Tikhonov Regularization for Solving Ill-posed Linear Algebraic Systems.pdf, more than one paper proposes solving ill-conditi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:654353
    • 提供者:linxk
  1. csvd+ttls

    0下载:
  2. ttls的正则化方法,适用于各种病态反问题的求解(The regularization method of ttls is applicable to solving various ill conditioned inverse problems)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:YT
  1. ILP

    0下载:
  2. 病态线性方程组的一些求解算法,包括传统的CG,CGLS,CGNR,LSQR和较新的OVM算法,它们都是一些迭代算法。(Some solving algorithms for ill conditioned linear equations include conventional CG, CGLS, CGNR, LSQR, and newer OVM algorithms, all of which are iterative algorithms.)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:9216
    • 提供者:linxk
  1. tikhonov

    0下载:
  2. 解病态方程的正则化方法、逆问题不适定解的处理与正则化(Regularization method for solving ill conditioned equations)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:五月之歌
  1. L曲线法

    1下载:
  2. 用MATLAB编写的病态方程的L曲线解决方法,可以通过L曲线确定所需的参数。(MATLAB prepared by the ill conditioned L curve solution, you can determine the required parameters through the L curve.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:wlhgravity
  1. pr_reg

    0下载:
  2. 多种最优化方法的集合函数,包括吉洪诺夫正则化算法等。(mutilple method for inverse problem, mainly to solve ill-conditioned system of linear equations.including Tikhonov regularization method.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:5120
    • 提供者:jay_C
  1. ill-conditioned system of equations

    0下载:
  2. 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:jcg17
  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-28
    • 文件大小:2048
    • 提供者:才子昕
« 12 »
搜珍网 www.dssz.com