Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Cơ sở dữ liệu
Lecture Discrete structures: Chapter 2 - Amer Rasheed
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Discrete structures: Chapter 2 - Amer Rasheed
Bá Thành
367
1
ppt
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
This chapter presents logical equivalences, De Morgan’s laws, tautologies and contradictions, laws of logic, conditional propositions. In this lecture, the following topics will be covered: Mathematical review; asymptotic and algorithm analysis; relationships and data structures; requential storage: Lists, queues, stacks, deques; hash tables; trees; priority queues and heaps; sort algorithms; graphs and graph algorithms; algorithm design techniques; complexity classes and NP completeness. | (CSC 102) Lecture 2 Discrete Structures Previous Lecture Summery Introduction to the Course Propositions Logical Connectives Truth Tables Compound propositions Translating English to logic and logic to English. Today’s Lecture Logical Equivalences. De Morgan’s laws. Tautologies and Contradictions. Laws of Logic. Conditional propositions. Logical Equivalence Definition Two proposition form are called logically equivalent if and only if they have identical truth values for each possible substitution of propositions for their proposition variable. The logical equivalence of proposition forms P and Q is written P ≡ Q Construct the truth table for P. Construct the truth table for Q using the same proposition variables for identical component propositions. Check each combination of truth values of the proposition variables to see whether the truth value of P is the same as the truth value of Q. Equivalence of Two Compound Propositions P and Q If in each row the truth value of P is the same as the truth value of Q, then P and Q are logically equivalent. If in some row P has a different truth value from Q, then P and Q are not logically equivalent. Equivalence Check Example Prove that ¬ (¬p)≡ p Solution As you can see the corresponding truth values of p and ¬ (¬p) are same, hence equivalence is justified. p ¬p ¬ (¬p) T F T F T F Example Show that the proposition forms ¬(p q) and ¬p ¬q are NOT logically equivalent. Here the corresponding truth values differ and hence equivalence does not hold p q ¬p ¬q (p q) ¬(p q) ¬p ¬q T T F F T F F T F F T F T F F T T F F T F F F T T F T T De Morgan’s laws De Morgan’s laws state that: The negation of an and proposition is logically equivalent to the or proposition in which each component is negated. The negation of an or proposition is logically equivalent to the and proposition in which each component is negated. Symbolically (De Morgan’s Laws) ¬(p q) ≡ ¬p ¬q ¬(p q) ≡ ¬p ¬q Applying De-Morgan’s Law Question: Negate the following . | (CSC 102) Lecture 2 Discrete Structures Previous Lecture Summery Introduction to the Course Propositions Logical Connectives Truth Tables Compound propositions Translating English to logic and logic to English. Today’s Lecture Logical Equivalences. De Morgan’s laws. Tautologies and Contradictions. Laws of Logic. Conditional propositions. Logical Equivalence Definition Two proposition form are called logically equivalent if and only if they have identical truth values for each possible substitution of propositions for their proposition variable. The logical equivalence of proposition forms P and Q is written P ≡ Q Construct the truth table for P. Construct the truth table for Q using the same proposition variables for identical component propositions. Check each combination of truth values of the proposition variables to see whether the truth value of P is the same as the truth value of Q. Equivalence of Two Compound Propositions P and Q If in each row the truth value of P is the same
TÀI LIỆU LIÊN QUAN
Lecture Discrete structures: Chapter 1 - Amer Rasheed
Lecture Discrete structures: Chapter 2 - Amer Rasheed
Lecture Discrete structures: Chapter 3 - Amer Rasheed
Lecture Discrete structures: Chapter 4 - Amer Rasheed
Lecture Discrete structures: Chapter 5 - Amer Rasheed
Lecture Discrete structures: Chapter 6 - Amer Rasheed
Lecture Discrete structures: Chapter 7 - Amer Rasheed
Lecture Discrete structures: Chapter 8 - Amer Rasheed
Lecture Discrete structures: Chapter 9 - Amer Rasheed
Lecture Discrete structures: Chapter 10 - Amer Rasheed
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.