CollinearPoints

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

p1,p2,p3,,pnが共線かどうかを調べる.

詳細

  • CollinearPointsは直進性としても知られている.
  • 点の集合が1本の直線上にあるかどうかを調べるためによく使われる.
  • CollinearPoints[{p1,p2,p3,,pn}]は,点 p3,,pnp1p2を通る直線上にある場合に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)

2点が原点を通る直線上にあるための条件を求める:

明示的な場合:

{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 Language. 2020. "CollinearPoints." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CollinearPoints.html.

APA

Wolfram Language. (2020). CollinearPoints. Wolfram Language & System Documentation Center. Retrieved from 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 ]}