Bug introduced in 9.0.0 and fixed in 10.0.1
Limit[(Log[(3+Sqrt[5])/2]/(2*Log[(1+Sqrt[5])/2]))^(-1-2*n), n -> Infinity] Mathematica (wrong) output:
0 But this is correct:
FullSimplify[(Log[(3+Sqrt[5])/2]/(2*Log[(1+Sqrt[5])/2]))^(-1-2*n)] 1 And also this is correct:
Limit[(Log[4]/(2*Log[2]))^(-1-2*n), n -> Infinity] 1
1for the first input line. This is probably a bug that has been corrected. $\endgroup$1. Can anyone test 10.0.1? $\endgroup$1. $\endgroup$