Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Given edge lengths of a tetrahedron, return the dihedral angles opposite those edges
ResourceFunction["TetrahedronEdgeAngles"][{a,b,c,d,e,f}] returns the angles opposite edges (a,b,c,d,e,f). |
Here is a rare tetrahedron where all dihedral angles are nice:
In[1]:= |
Out[1]= |
A set of vertices for the above tetrahedron:
In[2]:= |
Out[2]= |
Opposing edges are 1–6, 2–5 and 3–4:
In[3]:= |
Out[3]= |
Usually the angles are messier:
In[4]:= |
Out[4]= |
Another tetrahedron with nicer angles:
In[5]:= |
Out[5]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License