# Volume of a Convex Hull

**URL:** https://discourse.julialang.org/t/volume-of-a-convex-hull/116629
**Category:** General Usage
**Tags:** math, convex-hull
**Created:** [July 4, 2024, 2:11pm UTC](https://discourse.julialang.org/t/volume-of-a-convex-hull/116629 "2024-07-04T14:11:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Marta\_Pardo\_Araujo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/marta_pardo_araujo/32/208774_2.png) [@Marta\_Pardo\_Araujo](https://discourse.julialang.org/u/Marta_Pardo_Araujo)
#### Post date: [July 4, 2024, 2:11pm UTC](https://discourse.julialang.org/t/volume-of-a-convex-hull/116629/1 "2024-07-04T14:11:31Z")

</div>

It is possible to compute the volume of a convex hull in julia?

For example from a matrix of n rows and m columns?

---

<div class="post-metadata">

### Author: ![juliohm](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/juliohm/32/215266_2.png) [@juliohm](https://discourse.julialang.org/u/juliohm)
#### Post date: [July 4, 2024, 3:03pm UTC](https://discourse.julialang.org/t/volume-of-a-convex-hull/116629/2 "2024-07-04T15:03:27Z")

</div>

Please clarify with some initial code. Are you referring to 2D hulls of points stored in a matrix?

---

<div class="post-metadata">

### Author: ![brianguenter](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/brianguenter/32/29519_2.png) [@brianguenter](https://discourse.julialang.org/u/brianguenter)
#### Post date: [July 4, 2024, 3:07pm UTC](https://discourse.julialang.org/t/volume-of-a-convex-hull/116629/3 "2024-07-04T15:07:00Z")

</div>

This [Index · Polyhedra](https://juliapolyhedra.github.io/Polyhedra.jl/stable/) should have the functionality you want.
