登录
首页 » matlab » newton_raphson

newton_raphson

于 2008-06-16 发布 文件大小:1KB
0 145
下载积分: 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 个回复

  • Visual_programming_language_MATLAB_Electronic_Desi
    可视化编程语言MATLAB电子教程设计Visual programming language MATLAB Electronic Design Tutorials(Visual programming language MATLAB e-tutorial design Visual programming language MATLAB Electronic Design Tutorials)
    2010-08-02 14:37:36下载
    积分:1
  • 粒子群算法优化pid源码 matlab仿真
    粒子群算法(PSO)整定pid控制参数,比传统Z-N整定方法要好,内附matlab程序与simulink模型(Particle swarm optimization (PSO) is better than traditional Z-N tuning method in tuning PID control parameters. It includes matlab program and Simulink model.)
    2021-04-25 17:38:46下载
    积分:1
  • Power system reactive power optimization
    说明:  电力系统无功优化相关,基于粒子群优化算法的电力系统无功优化设计(Power system reactive power optimization)
    2021-02-02 21:39:59下载
    积分:1
  • OQPSK_upload
    说明:  OQPSK调制的仿真,给出了I和Q支路的BPSK调制信号图。窗函数可选矩形窗和升余弦窗。(OQPSK modulation simulation, given the I and Q branch BPSK modulation signal Fig. Optional rectangular window function window and the raised cosine window.)
    2008-10-21 21:27:49下载
    积分:1
  • Simple-Matlab
    matlab语言,二维simple算法,方腔自然对流(Matlab language, the simple algorithm, the two-dimensional square cavity natural convection)
    2020-12-13 15:59:15下载
    积分:1
  • 朴素贝叶斯
    调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 (process called CM = Confusion_matrix (train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB (DP, test_targets, CM) DP, three-dimensional array (i, j, k) for the k samples of DP matrix targets for 0 1 2 )
    2005-08-06 09:48:36下载
    积分:1
  • weiweianni
    利用matlab计算模拟维维安妮体的教程 清晰易懂~(Computer simulation using matlab tutorial Vivian Anne body lucid ~)
    2013-10-05 08:37:31下载
    积分:1
  • geap
    数值分析里面的高斯消元法利用全主元消去的程序(Numerical analysis method which use the Gaussian elimination procedure all main element elimination)
    2010-12-01 21:54:45下载
    积分:1
  • armTransform
    This function finds the forward kinematics of the RA-01 Robotic Arm made by Images SI, Inc. The RA-01 has five degrees of freedom. This funciton outputs two vectors. The first vector is the forward kinematics of the central position of the end effector, while the second vector is the forward kinematics of a finger of the end effector (a gripper). Note that it does not matter which finger it is as the position of one finger is simply the negative of the other hence, the value gotten for the y-direction is actually "plus or minus y".
    2013-10-03 00:43:15下载
    积分:1
  • BTREE
    Implementation of heap tree
    2015-02-13 20:58:02下载
    积分:1
  • 696518资源总数
  • 104921会员总数
  • 16今日下载