-
newton_raphson
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)
- 2008-06-16 10:38:48下载
- 积分:1
-
FFT_DIT
一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。(A time taken by the base 2 fast Fourier transform (base 2FFT-DIT). Enter the inversion sequence, the output of natural order.)
- 2011-11-01 01:20:27下载
- 积分:1
-
loadshed
说明: 模拟潮流计算中支路断开导致潮流越限的情况 切负荷处理(about power flow and load shed)
- 2020-12-30 21:29:01下载
- 积分:1
-
linprog
规划问题matlab源码,并带有详细设计说明,执行效率较高(Matlab source planning, and with the detailed design shows that the implementation of more efficient)
- 2007-09-09 15:33:40下载
- 积分:1
-
split_step_fourier_method
用分步傅里叶变化法求解非线性薛定谔方程,适用于非线性光纤系统(split_step_fourier method for nonlinear fiber optic)
- 2010-09-19 10:53:05下载
- 积分:1
-
callingfortranandcfrommatlab
通过matlab来调用fortran和c语言,其中有很多示例,是一本不可多得的外部程序调用的参考书(By matlab to call fortran and c language, there are many examples, is a rare procedure called an external reference)
- 2010-05-13 21:20:29下载
- 积分:1
-
Romberg
使用Matlab语言完成《数值计算方法》中的Romberg(龙贝格)积分公式,程序可以根据用户输入的积分上下限、误差容限及表达式实现Romberg积分。(Using Matlab language to complete " numerical methods" in the Romberg (Romberg) integral formula, the program based on user input limits of integration, error tolerance and expression implementations Romberg integration.)
- 2013-08-14 17:12:01下载
- 积分:1
-
Fuzzy
说明: 模糊控制的matlab程序,已经调试成功。包括C语言程序(Matlab fuzzy control procedures, has been debugged. Include the C language program)
- 2010-04-11 23:35:04下载
- 积分:1
-
Matlab_givens
这是一个在数字预失真系统中实现givens旋转的matlab程序,已经通过验证。(this is a matlab program for accomplishing givens inverse in the digital predistortion system,and has been verified.)
- 2012-06-01 11:41:49下载
- 积分:1
-
PV_ppt
Matlab based pv system
- 2013-12-09 23:11:47下载
- 积分:1