Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the area, volume or content of a simplex
ResourceFunction["SimplexVolume"][simp] computes the content of simplex simp. |
Find the area of a triangle:
In[1]:= |
Out[1]= |
Find the volume of a tetrahedron:
In[2]:= |
Out[2]= |
Find the content of a 5-cell or 4-simplex:
In[3]:= |
Out[3]= |
Compare SimplexVolume and SimplexMeasure:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
Find the area of a triangle provided as a Simplex:
In[6]:= |
Out[6]= |
Compare timings for tetrahedra:
In[7]:= |
Out[8]= |
Compare timings for 5-cells:
In[9]:= |
Out[10]= |
Check equality:
In[11]:= |
Out[11]= |
Wolfram Language 12.3 (May 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License