pentiumevo
2009-04-04 13:48:26 UTC
n是正整數,函數L定義為
0 if n = 1
L =
L([n/2])+1 if n > 1
Describe what this function does?(此處[x]表高斯函數)
解答首先計算L(25)
L(25)=L(12)+1
=(L(6)+1)+1 =L(6)+2
=(L(3)+1)+2 =L(3)+3
=(L(1)+1)+3 =L(1)+4
=0+4
=4
Each time n divided by 2,the value of L is increased by 1.Hence L is the
greatest integer such that
2^L 小於等於 n
Accordingly,L(n)=[(log n)/(log 2)]
計算的部分相當簡單,但是後來的推論我看不懂,完全不知如何推出
L(n)是"以2為底的log n再取高斯函數"
題目出自Schaum's Set Theory and Related Topics, pp.112 Problem 4.30
有書的人可以幫看嗎?謝謝.
--
亦正亦邪!喜怒無常!兇暴鬥狠!多情無義!
洪 興 大 飛 哥
搏感情! 拼氣魄! 絕對不輸人!
--
--
[32m※ Origin: 交大次世代(bs2.to)[m
◆ From: 125-233-6-44.dynamic.hinet.net
0 if n = 1
L =
L([n/2])+1 if n > 1
Describe what this function does?(此處[x]表高斯函數)
解答首先計算L(25)
L(25)=L(12)+1
=(L(6)+1)+1 =L(6)+2
=(L(3)+1)+2 =L(3)+3
=(L(1)+1)+3 =L(1)+4
=0+4
=4
Each time n divided by 2,the value of L is increased by 1.Hence L is the
greatest integer such that
2^L 小於等於 n
Accordingly,L(n)=[(log n)/(log 2)]
計算的部分相當簡單,但是後來的推論我看不懂,完全不知如何推出
L(n)是"以2為底的log n再取高斯函數"
題目出自Schaum's Set Theory and Related Topics, pp.112 Problem 4.30
有書的人可以幫看嗎?謝謝.
--
亦正亦邪!喜怒無常!兇暴鬥狠!多情無義!
洪 興 大 飛 哥
搏感情! 拼氣魄! 絕對不輸人!
--
--
[32m※ Origin: 交大次世代(bs2.to)[m
◆ From: 125-233-6-44.dynamic.hinet.net