"Boolean Simplification"

Written By Atticus Kuhn
Tags: "public", "project"
:PROPERTIES: :ID: b4c4f83d-9d73-4a1f-9dc3-eb8ae691769e :mtime: 20231006040203 :ctime: 20231006040134 :END: #+title: Boolean Simplification #+filetags: :public:project: * Definition Boolean simplification is the process of using the laws of a [[id:0f27ed55-e622-428f-83ec-8aa9057d0f9c][Boolean Algebra]] in order to simplfy a boolean expression. * Examples of Boolean Simplifcation $a.\overline{b} + a.\overline{b+c} + b.\overline{b+c} =a.\overline{b} + a.\overline{b}.\overline{c} + b.\overline{b}.\overline{c} = a.\overline{b} + a.\overline{b}.\overline{c} = a.\overline{b}$

See Also

Multi-level LogicDigital Electronics Example Sheet I Solutions -- Atticus KuhnBoolean Algebra

Leave your Feedback in the Comments Section