CoplanarPoints
CoplanarPoints[{p1,p2,p3,p4,…,pn}]
tests whether the points p1,p2,p3,p4,…,pn are coplanar.
Details
- CoplanarPoints is also known as linearly dependent.
- Typically used to test whether a set of points lie on the same plane.
- CoplanarPoints[{p1,p2,p3,p4,…,pn}] gives True if the points p4,…,pn are on the plane passing through the points p1, p2 and p3.
- For coplanar points p1, p2, p3 and p4, the rank of the matrix {p2-p1,p3-p1,p4-p1} is less than or equal to 2.
Examples
open allclose allBasic Examples (2)
Scope (4)
CoplanarPoints works with two-dimensional points:
CoplanarPoints works with numerical coordinates:
CoplanarPoints over a set of coordinates:
CoplanarPoints works for large sets:
Applications (5)
Properties & Relations (5)
PositivelyOrientedPoints returns False for coplanar points:
NegativelyOrientedPoints returns False for coplanar points:
Collinear points are coplanar:
Use RegionMember to test whether points are coplanar:
Use InfinitePlane to draw a graphics image:
Text
Wolfram Research (2020), CoplanarPoints, Wolfram Language function, https://reference.wolfram.com/language/ref/CoplanarPoints.html.
CMS
Wolfram Language. 2020. "CoplanarPoints." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CoplanarPoints.html.
APA
Wolfram Language. (2020). CoplanarPoints. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CoplanarPoints.html