Basic Examples 
(2)
 

Find the barycentric coordinates for the point
{0.3,0.4}
for the coordinate system
{{1,1},{-1,1},{0,-1}}
:
In[342]:=
pts={{1,1},{-1,1},{0,-1}};​​p={0.3,0.4};​​
[◼]
BarycentricCoordinates
[pts,p]
Out[344]=
{0.5,0.2,0.3}
Check the finding:
In[345]:=
{0.5,0.2,0.3}.pts
Out[345]=
{0.3,0.4}

Scope 
(4)
 


Properties and Relations 
(1)
 


Possible Issues 
(2)
 


Neat Examples 
(1)
 
