Recent content by Koopan

  1. K

    Extra term in Karnaugh map simplification of Σ(0,5,6,7,13)

    Thank you Ivan92 your advice helped me solve this. Now as I'm here does anyone know any free or opensource software for modelling this function visually?
  2. K

    Extra term in Karnaugh map simplification of Σ(0,5,6,7,13)

    Hi, I'm new to this forum. My problem led me here. Homework Statement I need to solve this, using simplifying rules. ∫ = Ʃ(0,5,6,7,13) But I always get one extra area when checking with Karnaugh map, which isn't necessary. Homework Equations ∫() = a' b' c' d' + a' b c' d +...