登录
首页 » matlab » 非线性方程的求根

非线性方程的求根

于 2020-10-05 发布
0 247
下载积分: 1 下载次数: 3

代码说明:

说明:  非线性方程 Aitken加速收敛方法 二分法 割线法 牛顿微分改正方法(Nonlinear equation Aitken accelerated convergence method Dichotomy method Secant method Newton's differential correction method)

文件列表:

非线性方程的求根\Aitken.m, 618 , 2012-03-12
非线性方程的求根\Aitken_main.m, 317 , 2012-03-12
非线性方程的求根\Erfen.m, 771 , 2012-03-12
非线性方程的求根\Erfen_main.m, 231 , 2012-03-12
非线性方程的求根\gexian.m, 659 , 2012-03-12
非线性方程的求根\gexian_main.m, 202 , 2012-03-12
非线性方程的求根\kepler_main.m, 36 , 2012-03-12
非线性方程的求根\kepler_Newton.m, 408 , 2012-03-12
非线性方程的求根\Newton.m, 539 , 2012-03-12
非线性方程的求根\Newton_main.m, 169 , 2012-03-12
非线性方程的求根\Newton_Tay.m, 618 , 2012-03-12
非线性方程的求根\Newton_Tay_main.m, 247 , 2012-03-12
非线性方程的求根\Picard.m, 485 , 2012-03-12
非线性方程的求根\Picard_main.m, 251 , 2012-03-12
非线性方程的求根\Steff.m, 466 , 2012-03-12
非线性方程的求根\Steff_main.m, 198 , 2012-03-12
非线性方程的求根, 0 , 2020-09-06

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

发表评论

0 个回复

  • gauss
    本程序实现利用高斯全选主元法解矩阵方程,即高斯-约旦法解方程(This program Gaussian Select the primary element method for solving matrix equation, that Gauss- Jordan method of solving equations)
    2012-10-08 09:16:36下载
    积分:1
  • neidian
    内点法求解线性规划问题; 通过内点法实现了线性规划问题的求解; 内有说明文件;(Interior point method for solving linear programming problems through the realization of the interior point method for solving linear programming problem there is documentation )
    2020-06-29 12:20:01下载
    积分:1
  • EM
    自己编写的期望最大化(EM)算法的MATLAB实现,里面有较为运行方法和程序说明,对新手有很好的帮助( I have written the expectation-maximization (EM) algorithm in MATLAB, which has run more methods and procedures described, there is a good help for the novice)
    2014-02-09 17:12:01下载
    积分:1
  • FEM_by_Wang_X_C
    王勖成的《有限单元法》资料包,包括pdf书籍、课后习题答案以及有限元分析教学程序FEATP源码!(The package of finite element method by Wang Xucheng, including pdf books, after-school exercise answers and finite element analysis the teaching programFEATP source!)
    2021-01-11 09:38:49下载
    积分:1
  • pdesolve
    偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法(Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution)
    2009-03-22 19:39:32下载
    积分:1
  • CS_KM
    现有的贪婪迭代类压缩感知重构算法均基于最小二乘对信号进行波形估计,未考虑到可能将量测噪声引入信号估计的情况.针对以上不足,提出了一种基于线性Kalman滤波的压缩感知弱匹配去噪重构算法(Existing greedy iterative reconstruction algorithms class compressed sensing the signal waveform based on least squares estimation does not take into account the possible introduction of the measurement noise signal estimation situation. For the above shortcomings, we propose a linear Kalman filter based on compressed sensing reconstruction algorithm denoising weak match)
    2015-01-25 18:39:04下载
    积分:1
  • 信号检测贝叶斯
    使用Matlab编程,对教材74页例3.3.1进行编程仿真。其中,正电压A的值、噪声方差值、每个码元周期内的采样点数N自行设定(可设置为可调的变量)。噪声值可使用Matlab中产生高斯随机数的函数来进行仿真。贝叶斯检测判决式中,先验概率P(H1)=P(H0),判断错误的代价因子设为1,判断正确的代价因子设为0. 按照上述参数的设定进行仿真,实现对仿真数据的贝叶斯检测判决;循环生成仿真数据,并进行判决结果的统计,即记录判决正确的次数,估计正确判决的概率。(The use of Matlab programming, teaching materials 74 pages of 3.3.1 programming simulation. Among them, the value of positive voltage A, the variance of noise, the number of sampling points in each symbol cycle (N) can be set by itself (adjustable variable). Noise values can be simulated using the function of generating Gauss random numbers in Matlab. In the Bias detection decision, the prior probability P (H1) =P (H0), the factor of error judgment is set to 1, and the correct cost factor is set to 0. According to the simulation parameters and realize the judgment of Bayesian detection simulation data; generating cycle simulation data, statistics and decision, which records the correct number of judgment, the estimated probability of correct decision.)
    2021-04-19 14:08:51下载
    积分:1
  • 1
    本书用c语言编写了科研和工程中最常用的166个算法,这些算法包括复数 运算、... 4.3.1 【算法23】求一般复矩阵的逆 4.3.2 【算法24】求对称正定矩阵的(good study)
    2013-11-06 21:28:17下载
    积分:1
  • 3nodes
    基于牛拉法的电力系统潮流计算,该程序是计算IEEE3节点的,采用matlab编程(Cattle Rafah-based power system load flow calculation, the program the calculation IEEE3 node, using matlab programming)
    2020-12-17 21:29:12下载
    积分:1
  • buitei
    已经调试成功.内含m文件,可直接运行,迭代自组织数据分析,仿真图是速度、距离、幅度三维图像。( Has been successful debugging. M contains files can be directly run, Iterative self-organizing data analysis, FIG simulation speed, distance, amplitude three-dimensional image.)
    2016-09-17 11:32:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载