CompatibleUnitQ

CompatibleUnitQ[quantity1,quantity2]

quantity1quantity2が互換単位を含む場合はTrueを,それ以外の場合はFalseを返す.

詳細

  • quantityiは,Quantityオブジェクト,または"Meters"あるいは"Feet"/"Seconds"のような単位の式でよい.
  • CompatibleUnitQは,Quantityまたは単位要素が同じUnitDimensionsを持たない限りFalseを返す.
  • CompatibleUnitQ[quantity]は,quantity が有効なQuantityあるいは単位の式かどうかを判定する.
  • CompatibleUnitQ[quantity1,,quantityn]は,すべての quantityi式が互換単位を有するかどうかを判定する.
  • CompatibleUnitQ[{quantity1,,quantityn}]CompatibleUnitQ[quantity1,,quantityn]に等しい.
  • 温度の単位は温度差の単位と互換であるとみなされる.

例題

すべて開くすべて閉じる

  (3)

2つのQuantityオブジェクトが互換かどうかを判定する:

2つの単位が互換かどうかを判定する:

一連の数量と単位の互換性を判定する:

スコープ  (6)

Quantityオブジェクトの互換性を判定する:

単位の式の互換性を判定する:

リスト要素の互換性を判定する:

QuantityArrayオブジェクトが互換単位を有するかどうかを判定する:

MixedUnit指定を使う:

DatedUnit指定を使う:

特性と関係  (6)

CompatibleUnitQは,その要素が同じUnitDimensionsを有する場合はTrueを返す:

IndependentUnitオブジェクトはそれ自身としか互換ではない:

既知の単位は同名のIndependentUnitオブジェクトとは互換ではない:

数式は無次元の数量として扱われる:

CompatibleUnitQは未知の単位文字列を自動的に解釈しようとする:

1引数のCompatibleUnitQKnownUnitQに似ている:

CompatibleUnitQは数式に使うことができる:

CompatibleUnitQは未知の単位文字列を解釈しようとする:

CompatibleUnitQは,数量と単位以外の要素が存在する場合はFalseを返す:

考えられる問題  (1)

温度と温度差は互換であるが,常に一方からもう一方に変換できるわけではない:

Wolfram Research (2012), CompatibleUnitQ, Wolfram言語関数, https://reference.wolfram.com/language/ref/CompatibleUnitQ.html (2022年に更新).

テキスト

Wolfram Research (2012), CompatibleUnitQ, Wolfram言語関数, https://reference.wolfram.com/language/ref/CompatibleUnitQ.html (2022年に更新).

CMS

Wolfram Language. 2012. "CompatibleUnitQ." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/CompatibleUnitQ.html.

APA

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

BibTeX

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

BibLaTeX

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