登录
首页 » matlab » nulNewton

nulNewton

于 2020-06-25 发布 文件大小:49KB
0 209
下载积分: 1 下载次数: 1

代码说明:

  这是一个用matlab编写的牛顿法源代码,比较简单的无约束方程。牛顿法是求非线性方程(组)零点的一种重要的迭代法,又称牛顿-拉弗森法或切线法。(This is a Newton method source code written in matlab, a relatively simple unconstrained equation. Newton method is an important iteration method for finding zeros of non-linear equations, also known as Newton-Lafferson method or tangent method.)

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

发表评论

0 个回复

  • Java/JSP万年历编写实例
    Java万年历源码,   TextField tfYear = new TextField("2004", 5); //显示年份的文本域   Choice monthChoice = new Choice(); //月份选择下拉框   Button btUpdate = new Button("更新"); //更新按钮   GregorianCalendar calendar=new GregorianCalendar(); //日历对象   Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体   Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体   String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};   String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};   int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数   int searchMonth,searchYear; //查询的年份及月份   public void init(){    setBackground(Color.white); //设置背景颜色    searchMonth = calendar.get(Calendar.MONTH); //得到系统年份    searchYear = calendar.get(Calendar.YEAR); //得到系统月份    add(new Label(" 年:")); //增加组件到Applet    tfYear.setText(String.valueOf(searchYear)); //设置文本域文字    add(tfYear);    add(new Label(" 月:
    2023-03-16 17:35:03下载
    积分:1
  • Zernike-decomposition
    给定波前像差的数据,能够分解出各项Zernike系数,方便进行分析。(Given the data of the wavefront aberration, it is possible to decompose various Zernike coefficients to facilitate analysis.)
    2013-04-09 10:15:29下载
    积分:1
  • 这个例子中,控件随窗口大小一起变
    这个例子中,控件随窗口大小一起变-this case, control together with the window size change
    2022-07-13 05:48:52下载
    积分:1
  • CMPE
    说明:  计算了一个时间序列的多尺度排列熵,可以用于金融时间序列和生理时间序列的复杂性分析。(The multi-scale permutation entropy of a time series is calculated, which can be used to analyze the complexity of financial time series and physiological time series.)
    2019-03-16 09:42:03下载
    积分:1
  • good cms for web sites using php,mysql
    good cms for web sites using php,mysql
    2022-05-07 11:55:41下载
    积分:1
  • C#折叠菜单 点击展开二级项
    C#窗体上的折叠菜单效果,点击展开二级项,这种菜单 觉得实用性很强,在许多的程序中几乎都可以见到类似的菜单功能,可一级一级显示子菜单,当然,本例中的菜单只是支持二级,若包括更多的子菜单项,则需要改进代码了。
    2022-08-16 11:31:35下载
    积分:1
  • Delphi 7.1 Update package.rar
    Delphi 7.1 Update 升级包-Delphi 7.1 Update package.rar
    2022-04-18 15:33:06下载
    积分:1
  • demo_WINCE_6.0_TTS语音合成(朗读)
    wince的语音合成例子有源码.........(Examples of speech synthesis)
    2018-11-02 12:02:21下载
    积分:1
  • _1039401449_178
    说明:  PS制作的素材,很实用哦,可以用于很多不同的环境,帮助你做出可观的图像。(PS production materials and practical Oh, can be used in many different environments, and help you make considerable images.)
    2006-02-05 22:50:31下载
    积分:1
  • 一款3d赛车游戏,界面友好.需要的朋友可以下载.
    一款3d赛车游戏,界面友好.需要的朋友可以下载.-A 3d racing game and friendly interface. Need a friend can be downloaded.
    2022-02-05 04:07:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载