Skip to main content

如何计算Geometric Mean

learn.whatIsHeading

The geometric mean is the nth root of the product of n numbers. It's used for rates of change, growth rates, and situations where multiplicative processes occur.

公式

GM = ⁿ√(x₁ × x₂ × ... × xₙ)

分步指南

  1. 1Multiply all n numbers together
  2. 2Take the nth root of the product
  3. 3Use logarithms to avoid overflow with large numbers

例题解析

输入
Numbers: 2, 8, 4
结果
GM = 4
∛(2×8×4) = ∛64 = 4

常见错误注意事项

  • Using arithmetic mean instead
  • Root degree not matching number of values

准备好计算了吗?尝试免费的 Geometric Mean 计算器

自己尝试一下 →

设置

隐私条款关于© 2026 PrimeCalcPro