Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Given edge lengths of a triangle, return the angles opposite those edges
ResourceFunction["TriangleEdgeAngles"][{a,b,c}] returns the angles opposite edges (a,b,c). |
Edges of a 30-60-90 triangle:
In[1]:= |
Out[1]= |
Edges for a 45-60-75 look complicated:
In[2]:= |
Out[2]= |
RootReduce can help:
In[3]:= |
Out[3]= |
In[4]:= |
Out[4]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License