如何计算Square Pyramid
learn.whatIsHeading
A square pyramid has a square base and four triangular faces meeting at a point (apex). The Great Pyramid of Giza is the most famous example. Volume is always ⅓ of a prism with the same base and height.
分步指南
- 1Volume = (1/3) × base area × height
- 2Slant height = √(h² + (a/2)²) for square base
- 3Lateral area = (1/2) × perimeter × slant height
例题解析
输入
b=8, h=12
结果
V=256, SA=304
Slant=√(16+144)=12.65
准备好计算了吗?尝试免费的 Square Pyramid 计算器
自己尝试一下 →