Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Construct the Malfatti circles of a triangle
ResourceFunction["MalfattiCircles"][{p1,p2,p3}] constructs the Malfatti circles of the triangle with corner points p1,p2, and p3. |
Find the Malfatti circles of a triangle:
| In[1]:= |
| Out[1]= | ![]() |
Show the circles:
| In[2]:= |
| Out[2]= | ![]() |
Find the Malfatti circles of a Triangle object:
| In[3]:= |
| Out[3]= | ![]() |
Malfatti circles with integer coordinates and radii:
| In[4]:= |
| Out[4]= |
The inradius of a triangle can be expressed in terms of the radii of the Malfatti circles:
| In[5]:= | ![]() |
| Out[6]= |
| In[7]:= | ![]() |
| Out[7]= |
Show the Malfatti circles of an arbitrary triangle in a Manipulate:
| In[8]:= | ![]() |
| Out[8]= | ![]() |
Iteratively form the Malfatti circles of the triangle formed by the centers of the excircles:
| In[9]:= | ![]() |
| Out[9]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License