Redian新闻
>
ebay上几刀的iphone4充电器能买么?
avatar
u*a
2
原配的被我弄丢了...准备买一个拙劣的凑成一套放ebay上卖.
avatar
f*e
3
拉格朗日变换?

【在 g********l 的大作中提到】
: thanks
avatar
u*a
4
哦, 发现不成套也能卖...

【在 u******a 的大作中提到】
: 原配的被我弄丢了...准备买一个拙劣的凑成一套放ebay上卖.
avatar
g*l
5
现场能写出code来?

【在 f*******e 的大作中提到】
: 拉格朗日变换?
avatar
f*e
6
没这么变态吧?

【在 g********l 的大作中提到】
: 现场能写出code来?
avatar
C*Y
7
对。就是泰勒级数。这是考数学不是考编程
avatar
K*g
8
不是用binary search吗?

【在 C*Y 的大作中提到】
: 对。就是泰勒级数。这是考数学不是考编程
avatar
g*l
9
解释一下?

【在 K******g 的大作中提到】
: 不是用binary search吗?
avatar
K*g
10
比如说sqrt(8)
4^2 > 8
2^2 <8
3^2 >8
2.5^2 < 8
2.75^2 < 8
2.875^2 >8
2.8125^2 < 8
...
util error < a certain value

【在 g********l 的大作中提到】
: 解释一下?
avatar
h*6
11
设f(x) = x^2 - c,找到f(x) = 0的点就可以了。
牛顿弦切法,比二分查找收敛快。
x[n+1] = x[n] - f(x[n])/f'(x[n]) = x[n] - (x[n]^2-c)/(2*x[n])
avatar
f*e
12
这个好,像是一个编程题了

【在 K******g 的大作中提到】
: 比如说sqrt(8)
: 4^2 > 8
: 2^2 <8
: 3^2 >8
: 2.5^2 < 8
: 2.75^2 < 8
: 2.875^2 >8
: 2.8125^2 < 8
: ...
: util error < a certain value

avatar
v*s
13
应该是用newton递归, 平方根的Taylor级数收敛很慢。 Newton递归就是延导数的方向
搜索,收敛很快
avatar
s*r
14
这个题目我被问了两次, binary search

【在 g********l 的大作中提到】
: thanks
avatar
g*2
15
i guess this is wrong. This method is used to find extreme points of f(x),
not the roots for f(x) = 0. By the way, i think f(x) = x^3 + 3*c*x might
work.

【在 h**6 的大作中提到】
: 设f(x) = x^2 - c,找到f(x) = 0的点就可以了。
: 牛顿弦切法,比二分查找收敛快。
: x[n+1] = x[n] - f(x[n])/f'(x[n]) = x[n] - (x[n]^2-c)/(2*x[n])

avatar
f*4
16
牛顿弦切法应该是正解
但我不清初的是,第一个x0怎么取,速度能快
avatar
l*i
17
Search between [x,n/x] if you are to compute sqrt(n)
avatar
g*l
18
what is x?

【在 l***i 的大作中提到】
: Search between [x,n/x] if you are to compute sqrt(n)
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。