CollinearPoints

CollinearPoints[{p1,p2,p3,,pn}]

检验点 p1,p2,p3,,pn 是否共线.

更多信息

  • CollinearPoints 也被称为直线式.
  • 通常用于检验一个组点是否落在同一条直线上.
  • 若点 p3,,pn 都在 p1p2 经过的直线上,则 CollinearPoints[{p1,p2,p3,,pn}] 给出 True.
  • 对于共线点 p1p2p3,矩阵 {p2-p1,p3-p1} 的秩小于或等于 1.

范例

打开所有单元关闭所有单元

基本范例  (2)

{0,0},{1,2},{2,4} 为共线:

绘制这些点:

求经过点 {0,1}{1,2} 的直线方程式:

范围  (4)

CollinearPoints 可作用于二维点:

三维点:

维点:

CollinearPoints 可作用于数字坐标:

符号坐标:

在一组坐标上的 CollinearPoints

点列表:

多个点:

CollinearPoints 可作用于较大的集合:

应用  (4)

基本应用  (3)

求出两个点都在一条经过原点的直线上的条件:

显式实例:

求经过点 {0,1}{1,2} 的直线方程式:

绘制共线点:

几何  (1)

非共线点组成一个多边形:

共线点:

属性和关系  (5)

对于共线点而言,PositivelyOrientedPoints 返回 False

对于共线点而言,NegativelyOrientedPoints 返回 False

共线点也共面:

使用 RegionMember 可测试点是否共线:

使用 InfiniteLine 可绘制图形图像:

Wolfram Research (2020),CollinearPoints,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CollinearPoints.html.

文本

Wolfram Research (2020),CollinearPoints,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CollinearPoints.html.

CMS

Wolfram 语言. 2020. "CollinearPoints." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/CollinearPoints.html.

APA

Wolfram 语言. (2020). CollinearPoints. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CollinearPoints.html 年

BibTeX

@misc{reference.wolfram_2024_collinearpoints, author="Wolfram Research", title="{CollinearPoints}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/CollinearPoints.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_collinearpoints, organization={Wolfram Research}, title={CollinearPoints}, year={2020}, url={https://reference.wolfram.com/language/ref/CollinearPoints.html}, note=[Accessed: 18-November-2024 ]}