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 12 - Amer Rasheed
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Discrete structures: Chapter 12 - Amer Rasheed
Bảo Thoa
152
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 includes contents: A justification for a mathematical framework, the ceiling and floor functions, L’Hôpital’s rule, logarithms, arithmetic and other polynomial series, geometric series, recurrence relations, weighted averages, combinations. | (CSC 102) Lecture 12 Discrete Structures Previous Lecture Summary Floor and Ceiling Functions Definition of Proof Methods of Proof Direct Proof Disproving by Counterexample. Indirect Proof: Proof by Contradiction Methods of Proof and Number Theory Today's Lecture Mod Functions Divisibility and Floor Mod Congruence Indirect Proofs Proof by Contra-positive Relation between Contradiction and Contra-positive methods of Proof Compute following 113 mod 24 -29 mod 7 113 mod 24: 113 div 24 -29 mod 7: -29 div 7 Mod Functions Mod and div Definitions Theorem Divisibility and Floor Cont Use the floor notation to compute 3850 div 17 and 3850 mod 17. Sol: Computing div and mod Let a, b be integers and n be a positive integer. We say that a is congruent to b modulo n (i.e. a b(mod n) ) iff n | (b-a), implies that there exist some integer k such that b-a = n·k. Note: a mod n = b mod n Which of the following are true? 3 3 (mod 17) 3 -3 (mod 17) 172 177 (mod 5) -13 13 (mod 26) Mod Congruence's Cont 3 3 (mod 17) True: any number is congruent to itself (3-3 = 0, divisible by all) 3 -3 (mod 17) False: (-3-3) = 6 isn’t divisible by 17. 172 177 (mod 5) True: 177-172 = 5 is a multiple of 5 -13 13 (mod 26) True: 13-(-13) = 26 divisible by 26. Congruence's Identities Let n > 1 be fixed and a, b, c, d be arbitrary integers. Then the following properties holds: (Reflexive Property ) a a (mod n). (Symmetric Property) If a b(mod n) then b a(mod n). ( Transitive Property) If a b(mod n) and b c (mod n) then a c(mod n). If a b(mod n) and c d (mod n) then a + c (b + d ) (mod n) and a·c b·d(mod n). If a b(mod n) then a + c b+c(mod n) and a·c b·c(mod n). If a b(mod n) then a k b k (mod n) for any positive integer k. Theorem If k is any integer such that k 1 (mod 3), then k3 1 (mod 9). Proof: k Z, k 1(mod 3) k 3 1(mod 9) k 1(mod 3) n, k-1 = 3n n, k = 3n + 1 n, k 3 = (3n + 1)3 n, k 3 = 27n 3 + 27n 2 + 9n + 1 n, k 3-1 = 27n 3 | (CSC 102) Lecture 12 Discrete Structures Previous Lecture Summary Floor and Ceiling Functions Definition of Proof Methods of Proof Direct Proof Disproving by Counterexample. Indirect Proof: Proof by Contradiction Methods of Proof and Number Theory Today's Lecture Mod Functions Divisibility and Floor Mod Congruence Indirect Proofs Proof by Contra-positive Relation between Contradiction and Contra-positive methods of Proof Compute following 113 mod 24 -29 mod 7 113 mod 24: 113 div 24 -29 mod 7: -29 div 7 Mod Functions Mod and div Definitions Theorem Divisibility and Floor Cont Use the floor notation to compute 3850 div 17 and 3850 mod 17. Sol: Computing div and mod Let a, b be integers and n be a positive integer. We say that a is congruent to b modulo n (i.e. a b(mod n) ) iff n | (b-a), implies that there exist some integer k such that b-a = n·k. Note: a mod n = b mod n Which of the following are true? 3 3 (mod 17) 3 -3 (mod 17) 172 177 (mod 5) -13 13 (mod 26) Mod .
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.