搜索资源列表
shiyanyi
- 自选求根问题,分别用二分法、简单迭代法、埃特金加速收敛法和牛顿迭代法求解其根,然后完成编程作业(注意把同一求根问题的几种不同方法放在一个程序之内)。以下求根问题供参考和选择,也可自行选择其他求根问题: 1.用二分法求方程f(x)=x3-2x-5=0在区间[2 , 3]内的根。 2.方程f(x)=2x3-5x2-19x+42=0在x=3.0附近有根,试写出其三种不同的等价形式以构成三种不同的迭代格式,再用简单迭代法求根,观察这三种迭代是否收敛及收敛的快慢。 3.用牛顿迭代法求方程
1
- 牛顿迭代法的c语言代码,可以逼近求一些复杂方程的解,比如超越方程的近似解-Newton iteration of the c language code, you can find some of the complex approximation equations, such as the approximate solution of the transcendental equation
shuzhi
- 1.用简单迭代法求下列方程的根,当满足 时结束迭代,并说明迭代收敛的理由。 2.用牛顿法求方程 的最正小根和在x=100附近的根,当满足 时结束迭代。 -1.用简单迭代法求下列方程的根,当满足 时结束迭代,并说明迭代收敛的理由。 2.用牛顿法求方程 的最正小根和在x=100附近的根,当满足 时结束迭代。
Newton iterative algorithm and matlab code
- 文档中包含有牛顿迭代法算法原理解析,包括一般非线性方程和非线性方程组,其中附有一个非线性方程组的实际例子和相应matlab求解代码,例子的实验可以加深对算法的理解和运用。(The document contains the Newton iterative algorithm analysis, including general nonlinear equations and nonlinear equations group, which is attached to a practical
Fortran Newton法求解非线性方程组
- 通过Fortran语言,利用牛顿方程迭代来求解非线性方程组,可设置为二元或多元(Through the Fortran language, the Newton equation iteration is used to solve the nonlinear equations, which can be set to two yuan or multivariate.)
压缩因子
- 用PR状态方程计算压缩因子,迭代采用牛顿迭代法(Calculation of compressibility factor using PR equation of state)