Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
よくわかりません。これは同じですか?
!A && !B = !(A && B)?
それとも= !(A || B)?
= !(A || B)
真理値表を作成して自分の目で確かめてください
!A && !B = !(A || B)
これは「デモガンの法則」の一つです。 経験則として、私はかつて読んだ引用で DeMorgan の法則を思い出すのが好きです。(強調鉱山)。これは、DeMorgan の法則を実際に適用したものです。
一般に、真理値表を作成することでこれらのことを見つけることができます。