You must login before you can post a comment.
Author: Oscar Hanke
Project access type: Public
Description:
A tricky question involving taking a logical equation, and turning it into an equation fit for making a circuit that only includes nand gates.
given ~((A^B) V C) ---------------- There is an or gate in here, something we don't want.
~(A^B) ^ ~C ----------------------- Using distribution rule, I remove the only or gate, and am ready to graph.
Refer to project for final results illustrated.
Created: Jan 27, 2023
Updated: Jan 27, 2023
Comments