Not 
例題
すべて開く すべて閉じる例 (3)
スコープ (4)
Not[Not[a]]Not[a == b]Not[a ≥ b]!Exists[x, f[x]]!ForAll[x, f[x]]TraditionalFormによる表示:
!x//TraditionalFormアプリケーション (2)
Select[{1, Pi, 2.3, 3 + 7I, x}, !NumberQ[#]&]Integrate[Boole[Not[y ^ 2 - 4x ^ 2 + 4x ^ 4 ≤ 0]], {x, -1, 1}, {y, -1, 1}]RegionPlot[Not[y ^ 2 - 4x ^ 2 + 4x ^ 4 ≤ 0], {x, -1, 1}, {y, -1, 1}]特性と関係 (4)
Notの真理値表:
BooleanTable[{x, Not[x]}, {x}]//GridBooleanConvertを使ってImpliesの否定を簡約する:
BooleanConvert[!Implies[a, b]]ド・モルガン(De Morgan)の法則は And,Or,Notを関連付ける:
BooleanConvert[!(a && b)]BooleanConvert[!(a || b || c)]Boole関数の条件の否定:
Boole[!a] == 1 - Boole[a]Simplify[%]テクニカルノート
関連するガイド
-
▪
- ブール計算 ▪
- 論理演算とブール代数 ▪
- 判定式 ▪
- 定理証明 ▪
- Wolfram言語のシンタックス
履歴
1988 で導入 (1.0) | 1996 で更新 (3.0)
テキスト
Wolfram Research (1988), Not, Wolfram言語関数, https://reference.wolfram.com/language/ref/Not.html (1996年に更新).
CMS
Wolfram Language. 1988. "Not." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 1996. https://reference.wolfram.com/language/ref/Not.html.
APA
Wolfram Language. (1988). Not. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Not.html
BibTeX
@misc{reference.wolfram_2026_not, author="Wolfram Research", title="{Not}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/Not.html}", note=[Accessed: 08-July-2026]}
BibLaTeX
@online{reference.wolfram_2026_not, organization={Wolfram Research}, title={Not}, year={1996}, url={https://reference.wolfram.com/language/ref/Not.html}, note=[Accessed: 08-July-2026]}