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

搜索资源列表

  1. Regularization_Tools

    3下载:
  2. 求解离散病态问题的正则化方法matlab 工具箱,可以应用到地震勘探中反演问题的求解!-solving discrete pathological problems are based on Matlab toolbox, can be applied to seismic inversion solution!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:842.74kb
    • 提供者:博士后
  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. panduan

    1下载:
  2. 判断微分方程是否为病态方程,分别用定步长、变步长和适合病态系统的数值积分方法对系统求解,并与解析解进行对比,分析每种方法的求解精度和速度。-To determine whether the pathological differential equations, were used to set step, variable step size and suitable for pathological system numerical method for solving the system
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.37kb
    • 提供者:苏朗
  1. Jacobi

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

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

    0下载:
  2. 信号处理的一点东西,关于褶积,循环褶积,还有一点病态系统的,-matlab signal analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:jack
  1. Lcurve

    0下载:
  2. L曲线具有很多的优点,这是用MATLAB编写的病态方程的L曲线解决方法,可以通过L曲线确定所需的参数。-L curve has many advantages, it is written in MATLAB morbid equation L curve solution that will be needed through the L curve to determine the parameters.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:10.63kb
    • 提供者:tian
  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
    • 文件大小:4.5kb
    • 提供者:wen33
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5.66kb
    • 提供者:陈永恒
  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. raodong

    0下载:
  2. 基于MATLAB的M文件,探究扰动之后线性方程组的解得病态问题-MATLAB-based M files to explore the linear perturbation equations were ill-posed problem
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:608byte
    • 提供者:gaiguozhen
  1. dcal

    0下载:
  2. 病态方程组求解的matlab程序,涵盖LU分解、Jacobi迭代、GS迭代、SOR迭代四种方法,通过输入参数M来选去对应的算法。-Sick Equations matlab program, covering LU decomposition, Jacobi iteration, GS iteration, SOR iterative four methods, through M to choose input parameters to the corresponding algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:982byte
    • 提供者:louis
  1. fuction

    0下载:
  2. matlab 最小二乘线性回归 递推法 源码,解决线性回归中的病态方程问题-recursive least squares linear regression method matlab source code, solve the equation of linear regression of pathological problems
  3. 所属分类:matlab

    • 发布日期:2014-04-15
    • 文件大小:224kb
    • 提供者:boolean
  1. Regularization

    2下载:
  2. 病态方程的正则化,用matlab实现正则化算法。-Morbid equation, regularization, with the regularization algorithm matlab implementation.
  3. 所属分类:matlab例程

    • 发布日期:2013-03-15
    • 文件大小:41.24kb
    • 提供者:段举举
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6.33kb
    • 提供者:Gaivn Jin
  1. Matlab-regularization-tool

    0下载:
  2. 求解病态方程的matlab 正则化工具箱,含说明-The matlab toolbox for regularizing the ill-posed problem, including the instructions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:234.82kb
    • 提供者:周宁
  1. tikhonov

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

    • 发布日期:2017-12-26
    • 文件大小:1kb
    • 提供者:五月之歌
  1. Regularization Tools Version 4.1

    8下载:
  2. matlab 正则化工具包 可以下载解压后在matlab中直接使用,解决病态方程的计算问题(Matlab regularization Toolkit)
  3. 所属分类:其他

  1. ill-conditioned system of equations

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

    • 发布日期:2018-01-06
    • 文件大小:3kb
    • 提供者:jcg17
  1. MATLAB

    0下载:
  2. 求解病态方程组,对A求希尔伯特函数,做LU分解。。。。。。。。(To solve the sick equation group, to A the Hilbert function, to do LU decomposition.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:4kb
    • 提供者:Grady
  1. Matlab-RegularizationTools

    1下载:
  2. Matlab程序包解决病态的正则化反演问题(A Matlab Package for Analysis and Solution of Discrete Ill-Posed Problems)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-29
    • 文件大小:77kb
    • 提供者:xiaodaigq
« 12 »
搜珍网 www.dssz.com