Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 1.75 KB

README.md

File metadata and controls

15 lines (15 loc) · 1.75 KB

Instructions

  1. In order to provide the logical function you must provide both its minterms and variables. For example if your function is than use 3, 5, 6 as your minterms and A, B, C as variables.
  2. Limit the number of minterms and variables to 16 due to LaTeX support.
  3. You can also use symbols like and by simply using their LaTeX equivalent. For example,
    • \alpha :
    • \beta :
    • \gamma :
    • \phi:
    • \psi:
  4. Do not use % , $ and other LaTeX reserved symbols as variables.