文件名称:1
-
所属分类:
- 标签属性:
- 上传时间:2013-03-16
-
文件大小:18.48kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1. 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi)
假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。
-Programmed iterative method to find the cube root and cube root iteration formula :: Xi+1 = (2* Xi)/3+ a/(3* Xi* Xi)
Assumed that the initial value of X for a, a = 3,27 of value iteration | Xi+1- Xi | <10 epsilon., And be verified by calling pow (a, 1.0/3) function. .
假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。
-Programmed iterative method to find the cube root and cube root iteration formula :: Xi+1 = (2* Xi)/3+ a/(3* Xi* Xi)
Assumed that the initial value of X for a, a = 3,27 of value iteration | Xi+1- Xi | <10 epsilon., And be verified by calling pow (a, 1.0/3) function. .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
面向过程1.cpp
第一题1.JPG
第一题2.JPG
第一题1.JPG
第一题2.JPG
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.