Sum of products: Difference between revisions
From Rice Wiki
(Created page with "The '''sum of products''' method can be used to devise circuits. = Extra notation = <math>\sum (1, 2, 4, 7)</math>") |
No edit summary |
||
Line 1: | Line 1: | ||
The '''sum of products''' method can be used to devise circuits. | The '''sum of products''' method can be used to devise circuits. | ||
= | = Procedure = | ||
First, make a truth table for an output Y. Then, for every row where Y = 1, write out the [[minterm]] of that row. Finally, add all minterms together to form a complete boolean equation for the variable. | |||
[[Category:Computer Architecture]] | |||
[[Category:ECS154A Midterm]] |
Revision as of 21:47, 9 May 2024
The sum of products method can be used to devise circuits.
Procedure
First, make a truth table for an output Y. Then, for every row where Y = 1, write out the minterm of that row. Finally, add all minterms together to form a complete boolean equation for the variable.