文件名称:qiufeixianxingfangchengyigeshigendelianfenshifa.ra
介绍说明--下载内容均来自于网络,请自行研究使用
1.功能
利用连分式法求非线性方程f(x)=0的一个实根(C语言)
2.参数说明
double *x : 指向迭代初值,返回时指向迭代终值
double eps : 控制精度要求
double (*f)() : 指向计算f(x)值的函数名(由用户自编)
int pqrt() : 函数返回迭代次数
3.文件说明
pqrt.c为函数程序
pqrt0.c为主函数程序-1. Continued Fractions functional method using nonlinear equation f (x) = 0 is a root (C) 2. Parameters Note double * x : at the initial iteration, iterative return at the terminal value double eps : control precision double (* f) () : point calculations f (x) value of the function name (designed by the user) int pqrt () : function returns the number of iterations 3. This document explains procedures pqrt.c to function mainly function procedures pqrt0.c
利用连分式法求非线性方程f(x)=0的一个实根(C语言)
2.参数说明
double *x : 指向迭代初值,返回时指向迭代终值
double eps : 控制精度要求
double (*f)() : 指向计算f(x)值的函数名(由用户自编)
int pqrt() : 函数返回迭代次数
3.文件说明
pqrt.c为函数程序
pqrt0.c为主函数程序-1. Continued Fractions functional method using nonlinear equation f (x) = 0 is a root (C) 2. Parameters Note double * x : at the initial iteration, iterative return at the terminal value double eps : control precision double (* f) () : point calculations f (x) value of the function name (designed by the user) int pqrt () : function returns the number of iterations 3. This document explains procedures pqrt.c to function mainly function procedures pqrt0.c
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 27796709qiufeixianxingfangchengyigeshigendelianfenshifa.rar 列表 求非线性方程一个实根的连分式法(C语言)\PQRT0.C 求非线性方程一个实根的连分式法(C语言)\PQRT.C 求非线性方程一个实根的连分式法(C语言)\说明.txt 求非线性方程一个实根的连分式法(C语言)