登录
首页 » matlab » 121

121

于 2020-10-12 发布 文件大小:1KB
0 188
下载积分: 1 下载次数: 33

代码说明:

  1. 牛顿迭代法 function [x,i]=newtonmethod(x0,f,ep,Nmax) 牛顿法求非线性方程根 x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数 x是输出迭代序列,i是迭代次数 2. 二分法 function [x,k]=bisection(a,b,f,ep) 二分法解非线性方程 输入区间[a,b],函数f和误差ep, Nmax为最大二分次数 x为输出近似根, k为二分次数 ( Newton s law and the dichotomy)

文件列表:

bisection.m,267,2012-03-15
f3.m,63,2012-03-15
main.m,290,2012-03-15
newtonmethod.m,447,2012-03-15

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

发表评论

0 个回复

  • !涡度、散度、涡度平流、温度平流代码
    使用Fortran涡度、散度、涡度平流、温度平流计算代码(Using Fortran vorticity, divergence, vorticity advection, temperature advection calculation code.)
    2020-12-11 14:39:17下载
    积分:1
  • jwdis
    此函数通过两点的大地经纬度(Ja,Wa)和(Jb,Wb)计算两点间距离 Dis (this function through the 2:00 and Geodesy (Ja, Wa) and ( `, mg) calculated the distance between two points Dis)
    2006-09-23 00:05:17下载
    积分:1
  • izuznk
    脉动风速功率谱估计,并与标准风谱进行对比(Power spectrum estimation of pulsating wind speed and comparison with standard wind spectrum)
    2018-11-12 16:57:07下载
    积分:1
  • 11087 统逆序对
    说明:  Description 设a[0…n-1]是一个包含n个数的数组,若在ia[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • SPHForPoiseuilleFlow
    SPH计算泊肃叶流动,利用周期边界条件和虚拟粒子固壁条件(SPH Code for poiseuille Flow by peoriodic boundary condtion)
    2020-10-26 20:19:59下载
    积分:1
  • a-TEM-program
    一个小的瞬变电磁测深数据处理程序,主要用于计算视电阻率和深度.(a small transient electromagnetic sounding data processing procedures, mainly used in the calculation of the apparent resistivity and depth )
    2012-04-23 09:52:30下载
    积分:1
  • umat-DP
    用于计算abaqus中土的状态。是子程序。(The state used to calculate the abaqus Turkey. Is the subroutine.)
    2012-06-16 10:54:03下载
    积分:1
  • 04
    说明:  龙格-库塔方法的使用,例子 求y’=y-2x/y,y(0)=0。 解:输入X0=0,X1=1,H=0.2,N=6。()
    2007-09-08 08:47:57下载
    积分:1
  • calculator
    用mfc实现计算器的基本操作,支持键盘输入,并保留xp风格,可计算平方,幂,时间显示等操作(With mfc achieve the basic operation of the calculator, support for keyboard input, and retain xp style, calculates the square, power, time display and other operations)
    2013-10-23 15:22:24下载
    积分:1
  • xiankuan
    线宽计算,用matlab计算线宽。可以得到的值来分析和使用半导体激光器线宽的联系(linewidth calculator)
    2012-11-04 21:45:12下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载