座標点で囲まれる多角形の面積
任意の座標点で囲まれる多角形の面積と周囲の長さを計算します。
座標点の数は変更できます。
| 面積 S | 9 |
| 周囲長 L | 15.546774330981 |
\(\normalsize Polygon\ surrounded\ with\ any\ points\\ (1)\ area:\\ \hspace{20px}S=\frac{1}{2}\left|{\large\displaystyle \sum_{\small j=1}^{n}}(x_j-x_{j+1})*(y_j+y_{j+1})\right|\\ (2)\ perimeter:\\ \hspace{20px}L={\large\displaystyle \sum_{\small j=1}^{n}}\sqrt{(x_j-x_{j+1})^2+(y_j-y_{j+1})^2}\\ \hspace{80px}x_{n+1}=x_1,\ y_{n+1}=y_1\\\)
この計算についてお客様の声はまだありません。