登录
首页 » matlab » Newton_Tay and Picard

Newton_Tay and Picard

于 2017-06-19 发布 文件大小:2KB
0 212
下载积分: 1 下载次数: 5

代码说明:

  Newton-Raphson迭代法是很重要而且比较实用的方法及不动点迭代(Newton-Raphson iteration is a very important and practical method and fixed point iteration)

文件列表:

Newton_Tay and Picard\Newton_Tay.m
Newton_Tay and Picard\Newton_Tay_main.m
Newton_Tay and Picard\Picard.m
Newton_Tay and Picard\Picard_main.m
Newton_Tay and Picard

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

发表评论

0 个回复

  • NR_power-Flow
    x0 = ones(2,2) Make a starting guess at the solution options = optimset( Display , off ) Turn off Display [x,Fval,exitflag] = fsolve(@myfun,x0,options) The solution is x = -0.1291 0.8602 1.2903 1.1612 Fval = 1.0e-009 * -0.1619 0.0776 0.1161 -0.0469 exitflag = 1 and the residual is close to zero. sum(sum(Fval.*Fval)) ans = 4.7915e-020
    2014-02-22 08:37:54下载
    积分:1
  • DFIG
    Variable speedpitch wind turbine with DFIG
    2021-03-10 18:59:26下载
    积分:1
  • Cryptography
    cryptography is a technique used for decryption and encryption
    2012-04-16 17:51:27下载
    积分:1
  • bfgs
    用BFGS算法求解无约束问题 是一种比秩1算法更有效的优化方法(Unconstrained problem with BFGS algorithm is an algorithm is more efficient than the rank of an optimization method)
    2013-12-08 15:11:52下载
    积分:1
  • Helmholtz
    Helmholtz方程的有限元解法,可以任意加密网格剖分,求解结果用图像显示.(Helmholtz equation finite element method, you can encrypt arbitrary mesh, the image display solution results.)
    2013-11-08 18:48:40下载
    积分:1
  • Mfilter
    直方图均衡源代码,从直方图统计到256级灰度转变并显示(Source histogram equalization)
    2009-03-29 16:57:31下载
    积分:1
  • feixianxingfangchengzujiesuan
    非线性方程组数值计算,MATLAB语言实现。包括多种迭代方法,牛顿法,拟牛顿法,以及相关的改进算法。(Numerical calculation implementation)
    2010-12-06 10:16:08下载
    积分:1
  • FDTD-Capter1-Capter2
    Dennis M.Sullivan FDTD书后matlab程序 已经调试验证 第一章第二章(Dennis M.Sullivan matlab program using FDTD book have been debug and verify)
    2012-06-03 11:30:18下载
    积分:1
  • dizhenginedex
    这是一篇地震的数学理论方面的文章,希望能对大家有帮助(This is a mathematical theory of an article of the earthquake, I hope you can help)
    2015-03-26 10:03:19下载
    积分:1
  • mexcdf.r4000
    Toolbox to read netcdf files on Matlab Install: javaaddpath([pwd /netcdfAll-4.2.jar ]) unzip( mexcdf.r4000.zip ) addpath ([pwd /mexcdf/mexnc ]) addpath ([pwd /mexcdf/snctools ])
    2013-08-17 09:53:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载