搜索资源列表
惩罚函数法
- ④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)- output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (to run)
12
- 牛顿迭代法求非线性方程的一个实根 /** 牛顿迭代法求方程的一个实根 牛顿公式:x(k 1) = x(k) - f(x(k)) / f (x(k)) 迭代函数:Ф(x) = x - f(x) / f (x) 属性:方程求根迭代法 此时的迭代函数必须保证X(k)有极限,即迭代收敛。-牛顿迭代法求非线性方程的一个实根 /** 牛顿迭代法求方程的一个实根 牛顿公式:x(k 1) = x(k)- f(x(k))/f (x
diedai
- 这是一个牛顿迭代函数 最后会输出牛顿迭代的结果 -this is a function of newton diedai the result is a number
fract
- 内容包括分形图的递归算法、文法构图算法、迭代函数系统算法、逃逸时间算法、分形演化算法,以及分形图的放大、分形图的动画、分形图的立体化和利用分形算法实现自然景物的模拟等内容。 -Fractal images include the recursive algorithm, grammar, composition algorithm, iterated function system algorithm, escape time algorithm, fractal evolution alg
Lagrange_interpolation_function
- 拉格朗日插值迭代函数,可实现拉格朗日插值计算。-Lagrange interpolation iterative function, Lagrange interpolation can be realized
Newtons_forward_interpolation_function
- 牛顿前插迭代函数,即实现牛顿前插迭代函数前插计算插值点的值-Newton s_forward_interpolation_function
Rd_iteration
- 限失真函数的迭代算法,完成限失真函数的R(d)的迭代计算,并画出R(d)函数曲线-the iteration algorithm of R(d)
VC_two_dimensional_iterated_function_system_fracta
- VC二维迭代函数系统分形经典代码VC two-dimensional iterated function system fractal classic code-VC two-dimensional iterated function system fractal classic code
Twodimensional.IFS.Fractal.Graphics
- 二维IFS迭代函数系统分形绘图Two-dimensional IFS IFS Fractal Graphics -Two-dimensional IFS IFS Fractal Graphics
1_IFS
- 给出了用迭代函数系统生成分形树的源代码程序-In this paper, a iterative function system redraw fractal tree program source code
FractalTree
- 这是在三维空间中用迭代函数系统生成带树叶的三维树木程序-This is used in the three dimensional space iterative function system generates three-dimensional trees with leaves program
Tdiedaiih
- 这是一个牛顿迭代函数最后会输输出牛顿迭代的结果 -This is the result of a Newton iteration function eventually lost output Newton iteration
Desktop
- 用松弛迭代计算函数,包含三种松弛迭代方法。(The relaxation iteration is used to compute the function, including three relaxation iterative methods.)
Main_boost_i
- 实现boost电流和电压的迭代映射函数程序,可操作性较高(An iterative mapping function program to realize boost current and voltage is highly operable)
diedaifa
- 牛顿迭代法(Newton's method)又称为牛顿-拉夫逊(拉弗森)方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根。牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛
C语言迭代法详细讲解
- C语言迭代法举例讲解和递归法举例讲解.对于学完C语言函数后,详细了解函数迭代法和 递归法解决一些问题.(C language iterations are illustrated with examples and examples of recursion. After learning the function of the C language, the function iteration and the function iteration are detailed. Recurs
3.0
- 画出函数y=ux(1-x)迭代一千次的图像,图像说明了迭代的收敛和发散性(The image is iterated one thousand times by the function y=ux (1-x). The image shows the convergence and divergence of the iteration.)
Q函数
- 采用matlab平台实现该非线性规划问题,采用函数为fmincon命令 fmincon命令的一般参数形式为fmincon(‘fun’,x0,A,b,Aeq,beq,lb,ub,’nonlinearcondition’),其中各个参数含义如下: fun??? 目标函数(以求最小值为目标函数) x0???? 最优解迭代的初始值 A,b ???线性约束不等式A*x<= b Aeq,beq??? 线性约束等式Aeq*x =beq lb,ub?? 自变量的上下界 nonlinearco
5线性方程组的迭代解法—Jacobi迭代法
- 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)
Aitken迭代法
- 先确定方程 的一个收敛的有根区间[a,b], 然后用不动点迭代法在此有根区间的近似根,初值 自己确定,要求根精确到 ,再比较用二分法的二分次数、不动点迭代法、Aitken迭代加速法的迭代次数. (要求:使用函数式文件调用)(First determine a convergence of the equation with the root interval [a, b], and then use the fixed point iteration method to have the app