Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
x^(N の対数ベース (1/x)) の簡略化はありますか?
はい、それは1 / N( の逆数N) です。もちろん、 と の両方Nがx正であり、x != 1です。
1 / N
N
x
x != 1
x^(log[1/x](n)) = e^(log[1/x](n)*ln(x)) = e^((ln(n)/ln(1/x))*ln(x)) = e^(ln(n)*ln(x)/(-ln(x)) = e^(-ln(n)) = 1/n