Examples
Basic Examples (2)
Find the barycentric coordinates for the point {0.3,0.4} for the coordinate system {{1,1},{-1,1},{0,-1}}:
Check the finding:
Scope (4)
Exact input leads to exact output:
BarycentricCoordinates works in 1D:
BarycentricCoordinates also works in higher dimensions:
BarycentricCoordinates also works in very high dimensions:
Check that the barycentric coordinates add up to 1:
Recreate the point p and subtract it from the original:
Properties and Relations (1)
The barycentric coordinates add up to 1:
Possible Issues (2)
The dimensions of the points must agree with each other:
The dimension of the coordinate system should be one more than the dimension of the points:
Neat Examples (1)
Interactively move the points of the coordinate system:
Publisher
SHuisman
Related Links
Version History
-
1.1.0
– 19 May 2025
-
1.0.0
– 23 September 2019
Related Resources