登录
首页 » matlab » newton_raphson

newton_raphson

于 2008-06-16 发布 文件大小:1KB
0 181
下载积分: 1 下载次数: 181

代码说明:

  Newton-Raphson算法 介绍 在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。 由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。 同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。 (err)

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

发表评论

0 个回复

  • 1
    说明:  《MATLAB 7.X系统建模与仿真》一书的完整光盘源代码。(&quot MATLAB 7.X System Modeling and Simulation&quot of a book on CD-ROM source code integrity.)
    2009-04-11 14:49:38下载
    积分:1
  • Fourteen_bus
    基于matlab的标准ieee的14节点系统,运行正常。(standard IEEE fourteen node system based on matlab simulink, itis operating normally.)
    2014-11-13 20:26:33下载
    积分:1
  • Radar-Data-Processing
    主要内容有:雷达数据处理概述(包括研究目的、意义、历史和现状等),参数估计与线性滤波方法,非线性滤波方法,量测数据预处理技术,多目标跟踪中的航迹起始,极大似然类多目标数据互联方法,贝叶斯类多目标数据互联方法,机动目标跟踪,群目标跟踪,多目标跟踪终结理论与航迹管理,无源雷达数据处理,脉冲多普勒和相控阵雷达数据处理,雷达组网数据处理,雷达数据处理性能评估,雷达数据处理仿真技术,雷达数据处理的实际应用,以及关于雷达数据处理理论的回顾、建议与展望。(The main contents are: an overview of the radar data processing (including research purpose, meaning, history and current status, etc.), parameter estimation method with linear filtering, nonlinear filtering method, measurement data preprocessing techniques, starting track multiple target tracking, maximum Likelihood class of multi-target data interconnection methods, Bayesian methods class multi-target data association, target tracking, target tracking group, multi-target tracking end theory and track management, passive radar data processing, pulsed Doppler and phased array radar data processing, radar network data processing, radar data processing performance evaluation, radar data processing simulation technology, the practical application of radar data processing, as well as a review on radar data processing theory, suggestions and prospects.)
    2020-09-21 14:07:52下载
    积分:1
  • radarsystemsimulate2
    DBF数字波束形成仿真,生成最终仿真目标所在方向的波束图(DBF digital beamforming simulation)
    2018-10-25 19:01:11下载
    积分:1
  • DBSCAN-master
    说明:  无监督学习,基于密度的聚类算法,实现分类(Unsupervised learning, density based clustering algorithm to achieve classification)
    2020-08-04 15:31:58下载
    积分:1
  • tftb
    时频工具箱,以上给了很多函数,但常用的基本就是短时傅里叶变换STFT、Wigner-Ville分布WVD、伪Wigner-Ville分布PWVD和提取瘠ridges、得到理想时频表示tfrideal。(Time-frequency toolbox over to a lot of functions, but the basic is commonly used short-time Fourier transform STFT, Wigner-Ville distribution WVD, pseudo-Wigner-Ville distribution PWVD and extraction barren ridges, when you get the ideal frequency representation tfrideal.)
    2014-05-22 21:18:44下载
    积分:1
  • ProgrammingWithMATLAB
    programming with matlab in simple way
    2013-03-16 18:17:56下载
    积分:1
  • array-signal-pattern-simulation
    阵列信号方向图仿真 包括线阵 平面阵 圆阵 直角阵(Array signal pattern simulation including linear array of rectangular planar array circular array)
    2013-06-25 11:22:14下载
    积分:1
  • KNN
    K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering method. It is not the best method, but it is popular in practice. Popular but not necessarily understandable rule is: 1. calculate the distance between the data to be classified and the data in each other (Euclidean or Markov). 2. select the minimum distance from the previous K data, where the choice sorting method is used. 3. compare the previous K distances to find out which K data contains the most data of that class, that is, the class to which the data to be classified is located.)
    2020-10-23 14:37:22下载
    积分:1
  • wavelet_packet
    说明:  用小波和小波包对太阳黑子数据进行降噪处理(Using wavelet and wavelet packet noise reduction processing on the sunspot data)
    2009-08-27 12:38:38下载
    积分:1
  • 696518资源总数
  • 105651会员总数
  • 15今日下载