Boolean Algebra

From TRCCompSci - AQA Computer Science
Revision as of 08:45, 8 May 2018 by Admin (talk | contribs)
Jump to: navigation, search

Any equation must be within the <math> </math> tags. For Boolean alegbra the main issue is how to negate a term like:

[math] \overline{a}[/math] or [math] \overline{\overline{a}+b}[/math]

this can be done by adding the following around any term you wish to negate.:

\overline{}  

[math] \overline{a}[/math]

is

\overline{a}

[math] \overline{\overline{a}+b}[/math]

is

\overline{\overline{a}+b}.

AND Identities

OR Identities

Commutative Law

Associate Law

Distributive Law

Redundancy Law

Identity Law

Negation Law