Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate the Lemoine inellipse of a 2D triangle
ResourceFunction["LemoineInellipse"][{p1,p2,p3}] returns an Ellipsoid representing the Lemoine inellipse of the triangle defined by vertices p1,p2 and p3. | |
ResourceFunction["LemoineInellipse"][{p1,p2,p3},property] gives the value of the specified property. |
"Ellipsoid" | Ellipsoid representing the inellipse |
"Parametric" | parametric equation for the inellipse as a pure function |
"Implicit" | implicit Cartesian equation for the inellipse as a pure function |
Show a triangle together with its Lemoine inellipse:
In[1]:= |
Out[1]= |
A triangle:
In[2]:= |
Out[2]= |
Generate the parametric equation of the triangle's Lemoine inellipse:
In[3]:= |
Out[3]= |
Plot the parametric equation along with the triangle:
In[4]:= |
Out[4]= |
Generate the implicit equation of the triangle's Lemoine inellipse:
In[5]:= |
Out[5]= |
Plot the implicit equation along with the triangle:
In[6]:= |
Out[6]= |
Use the resource function EllipseProperties to generate properties of the inellipse:
In[7]:= |
Out[7]= |
Give the foci of the inellipse:
In[8]:= |
Out[8]= |
One focus corresponds to the centroid:
In[9]:= |
Out[9]= |
The other focus corresponds to the symmedian point (Lemoine point):
In[10]:= |
Out[10]= |
The area of the Lemoine inellipse can be expressed in terms of the area of the original triangle and the lengths of its sides:
In[11]:= |
Out[11]= |
In[12]:= |
Out[12]= |
This work is licensed under a Creative Commons Attribution 4.0 International License