CS
  • Computer Science
  • 計算機概論
    • basic logic gate
    • Untitled
  • 數位電路設計
    • K-map
    • Number System
      • 進制的轉換
      • Positional number system
    • Logic Circuits
      • Binary Logic and Gates
    • Boolean Algebra
  • 離散數學
    • Set
    • Logic and proofs(1/5)
    • Logic and proofs(2/5)
    • Logic and proofs(3/5)
    • Logic and proofs(4/5)
    • Logic and proofs(5/5)
    • Proofs
  • 資料結構
  • 演算法
  • 作業系統
  • 線性代數
  • C
  • JAVA
Powered by GitBook
On this page

Was this helpful?

  1. 離散數學

Set

∅ = { }

A = {∅}; |A| = 1;

B = {{a, b, c}, {x}, y, z, x}; |B| = 5

element {a, b, c} ∈ B, {x} ∈ B, y ∈ B, z ∈ B, x ∈ B

C = {{{∅}}}; |C| = 1;

subset

proper subset

排除完全相同的可能性。

power set

聯集交集的元素個數運算

Previous離散數學NextLogic and proofs(1/5)

Last updated 6 years ago

Was this helpful?