Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Draw an arc through three points
ResourceFunction["ThreePointArc"][{p1,p2,p3}] gives a Circle arc starting at p1, going through p2 and ending at p3. |
Find an arc through three points:
| In[1]:= |
| Out[2]= |
Show it:
| In[3]:= |
| Out[3]= | ![]() |
The middle point is in the mid-arc:
| In[4]:= |
| Out[4]= | ![]() |
Create a spline which passes through three points:
| In[5]:= |
| Out[6]= | ![]() |
Create an arc through the same three points:
| In[7]:= |
| Out[7]= |
Compare the two:
| In[8]:= |
| Out[8]= | ![]() |
Collinear points give a Line:
| In[9]:= |
| Out[9]= |
Find a representation of the smallest projective space with 15 points, 35 lines and 15 planes:
| In[10]:= | ![]() |
| Out[15]= | ![]() |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License