文件名称:aitkenroot
介绍说明--下载内容来自于网络,使用问题请自行百度
埃特金求解C语言代码
//函数名:aitkenroot
//功能描述:求出[a,b]区间内的非线性方程f(x)的一个实根
//输入参数:*x0(指向迭代初值和终值的指针)
// f(迭代函数)
// eps(精度要求)
// max(最大迭代次数)
//返回值:0(迭代失败),1(迭代成功)-Aitken Solution C language code// function name: aitkenroot// Function Descr iption: Find the [a, b] interval of the nonlinear equation f (x) a real root// input parameters:* x0 (pointing Diego on behalf of the initial and final values of the pointer)// f (IFS)// eps (precision)// max (the maximum number of iterations)// return value: 0 (iteration failure), 1 (iteration success )
//函数名:aitkenroot
//功能描述:求出[a,b]区间内的非线性方程f(x)的一个实根
//输入参数:*x0(指向迭代初值和终值的指针)
// f(迭代函数)
// eps(精度要求)
// max(最大迭代次数)
//返回值:0(迭代失败),1(迭代成功)-Aitken Solution C language code// function name: aitkenroot// Function Descr iption: Find the [a, b] interval of the nonlinear equation f (x) a real root// input parameters:* x0 (pointing Diego on behalf of the initial and final values of the pointer)// f (IFS)// eps (precision)// max (the maximum number of iterations)// return value: 0 (iteration failure), 1 (iteration success )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
aitkenroot.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.