W1525 Containment

From Coder Merlin
Revision as of 17:02, 24 January 2021 by Chukwuemeka-tinashe (talk | contribs) (Created page with "thumb|link=|Nuclear containment == Prerequisites == * W1524 Score! == Research == * [https://en.wikipedia.org/wiki/Set_theory Set Theory]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
Nuclear containment

Prerequisites[edit]

Research[edit]

Background[edit]

By the 1930's, through the work of Godel, Church, Turing and others, it was realized that Set Theory relied on an even more basic concept, that of computability. Computer Science continues to be inspired by Set Theory and understanding Set Theory should facilitate your ability to think abstractly. It is, by its nature, independent of yet critical for programming.

A set is an unordered collection of objects. The objects are referred to as elements or members of the set.

Symbology
Symbols Definition
The empty set
Another way of symbolizing the empty set
The set containing the elements
is a member of the set
is NOT a member of the set
The set of natural numbers
0 The set of natural numbers with zero
The set of integers (negative, zero, and positive)
The set of real numbers

Experiment[edit]

Getting Started[edit]

Continue from the previous project; we'll be editing all of our files there. Enter into the Sources directory of the project.

john-williams@codermerlin: cd ~/Experiences/W1521/Sources/ScenesShell/

Key Concepts[edit]

Exercises[edit]

References[edit]