Box-Counting Dimension

Practice Problem 3 Answer

From the relation N(1/3n) = 4n, we compute the box-counting dimension
db = limn→∞Log(N(1/3n))/Log(1/(1/3n))
= limn→∞Log(4n)/Log(3n)
= limn→∞(n⋅Log(4))/(n⋅Log(3))
= Log(4)/Log(3) ≈ 1.26186

Return to Practice Problem 3 Answer.