Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a tetartoid given three values
ResourceFunction["Tetartoid"][{a,b,c}] returns a tetartoid, given the non-negative values a,b and c. | |
ResourceFunction["Tetartoid"][{a,b,c},"Polyhedron"] returns a tetartoid represented as a Polyhedron object. |
A sample tetartoid:
In[1]:= |
![]() |
Out[1]= |
![]() |
Return a tetartoid as a Polyhedron object:
In[2]:= |
![]() |
Out[2]= |
![]() |
In[3]:= |
![]() |
Out[3]= |
![]() |
Compute its surface area and volume:
In[4]:= |
![]() |
Out[4]= |
![]() |
The tetartoid generally has chiral tetrahedral symmetry:
In[5]:= |
![]() |
Out[5]= |
![]() |
The tetartoid can have dodecahedral symmetry:
In[6]:= |
![]() |
Out[6]= |
![]() |
The tetartoid can have cubic symmetry:
In[7]:= |
![]() |
Out[7]= |
![]() |
The construction calculates some denominators that cannot be zero. In cases where a zero is encountered, a default tetartoid is substituted:
Out[7]= |
![]() |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License