Logic Notation

Here is some raw HTML

<p> <i>F</i> = ( <i>A</i> &and; <i>C</i> ) &or; (<i>B</I> &and; &not;<i>C</i>)
<p> <i>G</i> = <i>A</i> &oplus; <i>B</i>

This is how it displays.

F = ( AC ) ∨ (B ∧ ¬C)

G = AB

Set Notation

More raw HTML:

<p> <i>F</i> = ( <i>A</i> &cap; <i>C</i> ) &cup; (<i>B</I> &cap; ~<i>C</i>)

and the result:

F = ( AC ) ∪ (B ∩ ~C)

Reference

Unicode alternatives for Greek and special characters in HTML (from Alan Wood http://www.alanwood.net)


Maintained by John Loomis, last updated 21 Oct 2011