Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the exspheres of a triangle or tetrahedron
ResourceFunction["Exspheres"][{p1,p2,p3}] constructs the excircles of the triangle defined by vertices p1,p2, and p3. | |
ResourceFunction["Exspheres"][{p1,p2,p3,p4}] constructs the exspheres of the tetrahedron defined by vertices p1,p2,p3 and p4. |
Find the excircles for a triangle:
| In[1]:= |
| Out[2]= |
Show the excircles, incircle and infinite lines:
| In[3]:= | ![]() |
| Out[3]= | ![]() |
A triangle:
| In[4]:= |
| Out[4]= | ![]() |
Show the triangle along with its excircles:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
Show a tetrahedron along with its exspheres:
| In[6]:= | ![]() |
| Out[6]= | ![]() |
Show the insphere and exspheres of a regular tetrahedron:
| In[7]:= | ![]() |
| Out[7]= | ![]() |
Show the excircles of an arbitrary triangle:
| In[8]:= | ![]() |
| Out[8]= | ![]() |
A triangle and its excircles:
| In[9]:= |
| Out[10]= |
Compute the center and the radius of the radical circle of the excircles:
| In[11]:= | ![]() |
Show the triangle, its excircles and the radical circle altogether:
| In[12]:= |
| Out[12]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License