avatar
h*n
2
log(55) 为啥为 4 ?

【在 r*********e 的大作中提到】
: 。。。
avatar
h*n
3
喔,原来是自然对数。。。总是不习惯这种表达,国内都是写成ln的。

【在 h*n 的大作中提到】
: log(55) 为啥为 4 ?
avatar
r*e
4
你好认真阿

【在 h*n 的大作中提到】
: 喔,原来是自然对数。。。总是不习惯这种表达,国内都是写成ln的。
avatar
h*n
5
这不是学术版吗?肯定要验算的啦。

【在 r*********e 的大作中提到】
: 你好认真阿
avatar
G*U
7
g = 9.80665. not very accurate.

【在 r*********e 的大作中提到】
: 。。。
avatar
i*e
8
人家就是标在9.80665的地方的

【在 G******U 的大作中提到】
: g = 9.80665. not very accurate.
avatar
s*l
10
这也就卖菜小贩水平,爱因斯坦至少来个光电方程啊。

【在 r*********e 的大作中提到】
: 。。。
avatar
c*m
11
国内默认log是10底,自然对数用ln,美国好像默认log就是自然对数

【在 h*n 的大作中提到】
: 喔,原来是自然对数。。。总是不习惯这种表达,国内都是写成ln的。
avatar
l*k
12
前两天有人贴了个钟比这个学术
avatar
e*s
13
太没水平了
居然还用角度不用弧度

【在 r*********e 的大作中提到】
: 。。。
avatar
o*1
14
我觉得爱因斯坦的钟,每个指针指的,都是一个张量。

【在 r*********e 的大作中提到】
: 。。。
avatar
M*n
15
爱因斯坦的钟要考虑地球运行速度……

【在 o******1 的大作中提到】
: 我觉得爱因斯坦的钟,每个指针指的,都是一个张量。
avatar
e*e
16
好多看不懂的,6.9头上加一横怎么就是7?
avatar
M*n
17
6.99999999999999999999999999999... = 7

【在 e******e 的大作中提到】
: 好多看不懂的,6.9头上加一横怎么就是7?
avatar
n*a
18
11点那个方向谁解释下?
avatar
f*l
19
0b?
应该是 0B = 11。
16进制。

【在 n****a 的大作中提到】
: 11点那个方向谁解释下?
avatar
h*n
20
晕,这个一半都不懂。
1,3,4,5,8,11怎么回事?0x0B为啥是11?

【在 l********k 的大作中提到】
: 前两天有人贴了个钟比这个学术
avatar
f*l
21
不是那个钟。

【在 M******n 的大作中提到】
: 6.99999999999999999999999999999... = 7
avatar
v*s
22
第二个钟。

【在 M******n 的大作中提到】
: 6.99999999999999999999999999999... = 7
avatar
h*n
23
汗,俺说的是这个钟。

【在 M******n 的大作中提到】
: 6.99999999999999999999999999999... = 7
avatar
M*n
24
55,土了

【在 f*******l 的大作中提到】
: 不是那个钟。
avatar
M*n
25
我自pia去

【在 v*****s 的大作中提到】
: 第二个钟。
avatar
c*e
26
版标!

【在 r*********e 的大作中提到】
: 。。。
avatar
v*s
27
没事,赶紧把第二个钟解释一下就好了。

【在 M******n 的大作中提到】
: 我自pia去
avatar
M*n
28
1是Legendre's constant, http://en.wikipedia.org/wiki/Legendre%27s_constant
3i是3的HTML code吧
2(-1)= x (mod7)是模反,就是2x = 1 (mod7), x = 4
(2phi -1)2, phi = 1.618... 黄金分割率
8是二进制的1000
11,0x0B不就是0B么,还是16进制
有包子没?

【在 h*n 的大作中提到】
: 晕,这个一半都不懂。
: 1,3,4,5,8,11怎么回事?0x0B为啥是11?

avatar
s*g
29
I googled:
B'L : Legendre's Constant = 1
Sum(1/2i) : 1 + (1/2) + (1/4) + (1/8)... = 2
3 : HTML Character code for "3". is a prefix normally given for
these characters, the 'x33' means 33 base 16 (or 51 decimal). Note if you
type "3" into a Reddit comment you get "3" :)
2-1 (mod 7) : In normal modular arithmetic, subtract the "mod" from the
calculation until you get a number less than the "mod". So 15 mod 11 = 4. In
inverse modulo arithmetic, you're asking what number, when multiplied by 2,
equals 1 mod 7. 4 foots the bill = 2*4 = 8, 8-7 = 1.
*(2phi - 1)2** : phi is the Golden Ratio, the root of x2 - x - 1 = 0.
3! : 3*2*1 = 6
6.999.... : 7. Not "almost 7" - exactly 7, because 0.999... = 1.
xooo : Just binary - instead of counting 1's, 10's, 100's places, binary
goes 1, 2, 4, 8.... So "1000" in binary is 8 in decimal
21 (base 4) : same deal. Instead of 1/10/100, we have 1/4/16/64 in base 4.
So "21" is 2*4 + 1*1 = 9.
5 choose 2 : That's notation used in probability. With 5 items (say balls
numbered 1-5), there are 10 ways to pick two balls (1 and 2, 1 and 3... 4
and 5) (order doesn't matter).
0x0B : Another base conversion but base 16. But with 16>10, they had to make
up symbols for numbers. A-F was chosen for 10-15 (16 is just "10" in hex).
"B" corresponds to 11 in decimal.
Cube root of 1728 : Probably only remarkable because Ramanujan (the Indian
mathematician mentioned in the bar scene in Good Will Hunting) used this
number in a common anecdote about him.
edit: formatting and correction for #2. The chances of me getting this right
the first time was about 0.999 - 1 :)
avatar
y*e
30


【在 l********k 的大作中提到】
: 前两天有人贴了个钟比这个学术
avatar
h*n
31
我靠,居然忘了0x就代表16进制。。。还以为是乘号。这下都明白了,给你发个双黄包。

【在 M******n 的大作中提到】
: 1是Legendre's constant, http://en.wikipedia.org/wiki/Legendre%27s_constant
: 3i是3的HTML code吧
: 2(-1)= x (mod7)是模反,就是2x = 1 (mod7), x = 4
: (2phi -1)2, phi = 1.618... 黄金分割率
: 8是二进制的1000
: 11,0x0B不就是0B么,还是16进制
: 有包子没?

avatar
h*i
32
给数学家更合适
avatar
T*U
33
这也要用数学?在12点的地方放坨屎,也是十二点。
avatar
n*a
34
niub,我这个做IT的都没反应上来。

【在 f*******l 的大作中提到】
: 0b?
: 应该是 0B = 11。
: 16进制。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。