Add a demonstrative article in "More information:" (#20143)

* Add a demonstrative article in "More information:"

* Change content in a tag
This commit is contained in:
Yizhou Sun
2018-10-27 23:54:26 -04:00
committed by Christopher McCormack
parent f67d87faad
commit 62139160f5

View File

@ -22,3 +22,5 @@ The three basic operations in Boolean Algebra are `AND`, `OR`, and `NOT`. Consid
### More Information: ### More Information:
- The Calculus of Logic: <a href='http://www.maths.tcd.ie/pub/HistMath/People/Boole/CalcLogic/CalcLogic.html' target='_blank' rel='nofollow'>George Boole</a> - The Calculus of Logic: <a href='http://www.maths.tcd.ie/pub/HistMath/People/Boole/CalcLogic/CalcLogic.html' target='_blank' rel='nofollow'>George Boole</a>
- Boolean algebra article: <a href='https://en.wikipedia.org/wiki/Boolean_algebra' target='_blank' rel='nofollow'>Wikipedia</a> - Boolean algebra article: <a href='https://en.wikipedia.org/wiki/Boolean_algebra' target='_blank' rel='nofollow'>Wikipedia</a>
- Boolean Algebra Demonstration: <a href='http://mathworld.wolfram.com/BooleanAlgebra.html' target='_blank' rel='nofollow'>Boolean Algebra</a>