진리표,truth_table

Difference between r1.5 and the current

@@ -9,19 +9,28 @@
||T ||F ||F ||T ||F ||F ||
||F ||T ||F ||T ||T ||F ||
||F ||F ||F ||F ||T ||T ||

----
관련. tolink.
BASIC PL에는 (AND OR NOT XOR 는 뻔하므로 생략하고)
EQV([[논리게이트,logic_gate]]의 [[WpEn:NXOR_gate]]와 같음) - Google:BASIC+Eqv+operator
IMP([[WpEn:IMPLY_gate]]와 같음) - Google:BASIC+Imp+operator
연산자가 있다.
rel. [[논리연산,logical_operation]] [[논리연산자,logical_operator]]
----
MKL
[[표,table]]
[[RR:진리표,truth_table]]
[[논리,logic]] esp. [[불_논리,Boolean_logic]](curr goto [[불_대수,Boolean_algebra]])
[[진리값,truth_value]]
{
어떤 [[명제,proposition]]의 내용이 참인지 거짓인지를 나타내는 값.
[[RR:진리집합]]
[[연결사,connective]]

[[WpKo:진릿값]]
[[https://terms.naver.com/entry.naver?docId=2426184&cid=60208&categoryId=60208 수학의 세계: 진리]]
}
----
Twins:
https://mathworld.wolfram.com/TruthTable.html
https://planetmath.org/truthtable
https://everything2.com/title/Truth+table
https://encyclopediaofmath.org/wiki/Truth_table
[[RR:진리표,truth_table]]

Up: [[논리,logic]]
[[논리,logic]] esp. [[불_논리,Boolean_logic]], and [[불_대수,Boolean_algebra]] ?



진리표에서 T는 참,true을, F는 거짓,false을 나타낸다.

P ¬P
T F
F T

P Q P∧Q P∨Q P⇒Q P⇔Q
T T T T T T
T F F T F F
F T F T T F
F F F F T T


BASIC PL에는 (AND OR NOT XOR 는 뻔하므로 생략하고)
EQV(논리게이트,logic_gateWpEn:NXOR_gate와 같음) - Google:BASIC Eqv operator
IMP(WpEn:IMPLY_gate와 같음) - Google:BASIC Imp operator
연산자가 있다.
rel. 논리연산,logical_operation 논리연산자,logical_operator