ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Write a function to return the first digit of a power a^n. After drawing the graph and you will see a conetion with a the Benford's Law.
a^n = a^(n mod (log(a,10))Try to do this 👆. How can you proove?
37 mod log 9 = 0,3054
*log(9,10)
Write a function to return the first digit of a power a^n. After drawing the graph and you will see a conetion with a the Benford's Law.
a^n = a^(n mod (log(a,10))
Try to do this 👆. How can you proove?
37 mod log 9 = 0,3054
*log(9,10)