This commit is contained in:
jverzani
2025-01-24 11:10:06 -05:00
parent 92f4cba496
commit 33c02f08ce
7 changed files with 11 additions and 11 deletions

View File

@@ -526,7 +526,7 @@ quadgk(y -> f(y) - g(y), a, b)[1]
## The area enclosed in a simple polygon
A simple polygon is comprised of several non-intersecting line segments, save for the last segment ends where the first begins. These have an orientation, which we take to be counterclockwise. Polygons, as was seen when computing areas related to Archimedes efforts, can be partioned into simple geometric shapes, for which known areas apply.
A simple polygon is comprised of several non-intersecting line segments, save for the last segment ends where the first begins. These have an orientation, which we take to be counterclockwise. Polygons, as was seen when computing areas related to Archimedes efforts, can be partitioned into simple geometric shapes, for which known areas apply.
### The trapezoid formula