登录
首页 » matlab » nonlinear-equation

nonlinear-equation

于 2021-04-06 发布 文件大小:11KB
0 217
下载积分: 1 下载次数: 128

代码说明:

  mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二种形式求非线性方程组的一个根 mulVNewton 用拟牛顿法求非线性方程组的一组解 mulRank1 用对称秩1算法求非线性方程组的一个根 mulDFP 用D-F-P算法求非线性方程组的一组解 mulBFS 用B-F-S算法求非线性方程组的一个根 mulNumYT 用数值延拓法求非线性方程组的一组解 DiffParam1 用参数微分法中的欧拉法求非线性方程组的一组解 DiffParam2 用参数微分法中的中点积分法求非线性方程组的一组解 mulFastDown 用最速下降法求非线性方程组的一组解 mulGSND 用高斯牛顿法求非线性方程组的一组解 mulConj 用共轭梯度法求非线性方程组的一组解 mulDamp 用阻尼最小二乘法求非线性方程组的一组解(different methods to solve a nonlinear equation)

文件列表:

DiffParam1.m,494,2007-09-05
DiffParam2.m,688,2007-09-05
mulBFS.m,688,2007-11-02
mulConj.m,1144,2007-08-30
mulDamp.m,1247,2007-08-30
mulDFP.m,659,2007-08-28
mulDiscNewton.m,767,2007-08-29
mulDNewton.m,759,2007-09-02
mulFastDown.m,654,2007-08-30
mulGSND.m,613,2007-08-30
mulGXF1.m,863,2007-08-29
mulGXF2.m,1203,2007-08-29
mulMix.m,1075,2007-08-27
mulNewton.m,579,2007-09-02
mulNewtonSOR.m,1168,2007-09-02
mulNewtonStev.m,781,2007-09-02
mulNumYT.m,895,2007-08-29
mulRank1.m,677,2007-08-28
mulSimNewton.m,600,2007-09-02
mulStablePoint.m,516,2007-09-02
mulVNewton.m,732,2007-09-03
SOR.m,849,2007-08-27
说明.txt,997,2009-12-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hough
    用matlab编写的利用Hough变换法提取直线的代码,用该函数实现利用Hough变换提取直线的功能。(Written by matlab extracted using Hough transform line of code, with the function to achieve the use straight-line Hough transform to extract features.)
    2010-12-27 17:50:21下载
    积分:1
  • EPSD
    说明:  Power Spectral Density (EPSD) of a vector x
    2019-07-02 08:53:47下载
    积分:1
  • ECVAfiles2_01
    Canonical Variates Analysis
    2009-11-18 19:37:16下载
    积分:1
  • 1
    说明:  在共梯度法中 只有当初值的选取靠近最优解时 迭代才会收敛 当远离时发散 且 当精度控制为0.1时可以实现 但设为0.01时就实现不了(numubrical)
    2010-11-23 17:22:47下载
    积分:1
  • subid
    子空间辨识算法,附带着该算法的参考文献有助于对算法的学习(Subspace identification algorithm, contribute to learning algorithm )
    2021-04-12 19:58:58下载
    积分:1
  • ypea122-spea2
    说明:  遗传算法 多目标优化算法,SPEA2 主要流程:1:首先初始化一个archive的集合P1,以及一个常用的population的集合P。设置P1的大小是N1,P的大小是N。初始的时候P1是空的,而P是已经初始化好的种群个体。 2:对P1进行评价,选出来里面的pareto front为1(下面用PF1来代替了)的个体,copy到P1中,如果PF1的数量大于N1的话,这个接下来再说,目前假定PF1的数量小于N1。(Genetic algorithm, multi-objective optimization algorithm, SPEA2 Main process: 1: first, initialize a set P1 of archive and a set P of popular. Set P1 to N1 and P to n. At the beginning, P1 is empty, and P is the initialized population. 2: Evaluate P1, select the individual whose Pareto front is 1 (Pf1 is used to replace it below), copy to P1, if the number of Pf1 is greater than N1, then let's talk about it. At present, it is assumed that the number of Pf1 is less than N1.)
    2021-03-01 14:59:00下载
    积分:1
  • zsj
    单旋翼固定尾迹分析。可用来进行简单的旋翼拉力、功率的计算(Single fixed rotor wake analysis. Rotor can be used for simple tension, the calculation of power)
    2010-10-30 21:03:50下载
    积分:1
  • localhisteq
    这种方法一方面将像素的灰度值分散,可以分辨图象中比较细节的内容;另一方面,将图 象的灰度变化控制在一定范围之内,抑制了噪声的产生,较大程度上地保留了原始图象的亮度.(This approach on the one hand spread the pixel gray value, the more details you can identify the contents of the image the other hand, the image gray scale control in a certain range, suppress noise generation, a greater degree preserved on the original image brightness.)
    2010-12-20 00:27:03下载
    积分:1
  • dm
    说明:  Data management code
    2013-04-12 22:21:14下载
    积分:1
  • Image-block-operation
    在matlab中对图像块操作!!!!!!!!!!(Operation in matlab image block! ! ! ! ! ! ! ! ! !)
    2012-11-25 19:09:02下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载