SameAs

SameAs[y]

x に適用された場合に x===y を与える演算子形である.

詳細

  • SameAs[y][x]は,式 x と式 y が等しければTrueを,それ以外の場合はFalseを返す.
  • SameAs[y][x1,x2,]SameQ[x1,x2,,y]に等しい.
  • SameAsは式と式の厳密な一致を必要とする.例外として,実数(Real)は最後のビットが異なる場合でも等しいとみなされる.
  • SameAs[y][]SameQ[y]に等しい.

例題

すべて開くすべて閉じる

  (3)

2つの式が等しいかどうかを見る:

リストから特定の要素を分離する:

文字列の等価性を調べる:

スコープ  (2)

異なる表現を使った数は同じではない:

しかし,Equalは両者を等しいものとして扱う:

近似数は,最終桁のビットが異なっても等しいとみなされる:

アプリケーション  (1)

式がaのときにTrueを返すTrueQの異形のFalseQを作成する:

比較する:

特性と関係  (2)

単一の要素はそれ自体と等しいので,SameQには演算子形はない:

SameAsSameQの演算子形として使うことができる:

ヌル引数に適用されたSameAsは常に真である:

これは,1引数のSameQに等しい:

Wolfram Research (2022), SameAs, Wolfram言語関数, https://reference.wolfram.com/language/ref/SameAs.html.

テキスト

Wolfram Research (2022), SameAs, Wolfram言語関数, https://reference.wolfram.com/language/ref/SameAs.html.

CMS

Wolfram Language. 2022. "SameAs." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SameAs.html.

APA

Wolfram Language. (2022). SameAs. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SameAs.html

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_sameas, organization={Wolfram Research}, title={SameAs}, year={2022}, url={https://reference.wolfram.com/language/ref/SameAs.html}, note=[Accessed: 21-November-2024 ]}