長方體計算機

計算長方體(箱形)的體積、表面積、各面面積與空間對角線。輸入長、寬、高,取得所有結果。

輸入

長方體示意圖長方體斜視圖,標示長度 l(前方底邊)、寬度 w(深度邊)與高度 h(垂直邊)。空間對角線 d 以虛線表示。lhwd

結果

\begin{aligned} V &= l \cdot w \cdot h \\ &= 30\,\text{cm} \times 20\,\text{cm} \times 15\,\text{cm} \\ &= ?\,\text{m³} \end{aligned}
\begin{aligned} A &= 2(lw + lh + wh) \\ &= 2((30\,\text{cm})(20\,\text{cm}) + (30\,\text{cm})(15\,\text{cm}) + (20\,\text{cm})(15\,\text{cm})) \\ &= ?\,\text{m²} \end{aligned}
\begin{aligned} d &= \sqrt{l^2 + w^2 + h^2} \\ &= \sqrt{(30\,\text{cm})^2 + (20\,\text{cm})^2 + (15\,\text{cm})^2} \\ &= ?\,\text{m} \end{aligned}
\begin{aligned} A_{lw} &= l \cdot w \\ &= 30\,\text{cm} \times 20\,\text{cm} \\ &= ?\,\text{m²} \end{aligned}
\begin{aligned} A_{lh} &= l \cdot h \\ &= 30\,\text{cm} \times 15\,\text{cm} \\ &= ?\,\text{m²} \end{aligned}
\begin{aligned} A_{wh} &= w \cdot h \\ &= 20\,\text{cm} \times 15\,\text{cm} \\ &= ?\,\text{m²} \end{aligned}

嵌入這個計算機

預覽

將這段程式碼貼到您的網頁中即可顯示計算機。

分享這個計算

開啟此連結的人都會看到您填入的數值。

200+ 計算機 · 10 種語言 · 完全免費

這個計算機對您有幫助嗎?

需要改進

我們可以如何改進這個計算機?