- Fill out Tsheet for F 7/17/15
- Meet with Tony
- Become more familiar with YAML
- How to retrieve old version of my first notebook in YAML
- Create a new gist with the old version of my first notebook
url = https://api.github.com/gists/0c37e47f24531557decd/1670b009f4baa036dab816779165cfaeff0004c0 | |
"content": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"metadata\": {},\n \"source\": [\n \"# Definition of a Field F in Mathematics (Field Axioms):\\n\",\n \"\\n\",\n \"* ### Closure of F under addition and multiplication (i.e. + and · are binary operations on F)\\n\",\n \"\\n\",\n \" $\\\\forall$ a, b $\\\\epsilon$ F,\\n\",\n \" $$a + b\\\\; \\\\epsilon\\\\; F$$\\n\",\n \" $$a · b\\\\; \\\\epsilon\\\\; F$$\\n\",\n \"\\n\",\n \"* ### Commutativity of addition and multiplication\\n\",\n \"\\n\",\n \" $\\\\forall$ a, b $\\\\epsilon$ F, the following equalities hold:\\n\",\n \" $$b + a = a + b$$\\n\",\n \" $$b · a = a · b$$\\n\",\n \"\\n\",\n \"* ### Associativity of addition and multiplication\\n\",\n \" \\n\",\n \" $\\\\forall$ a, b, and c $\\\\epsilon$ F, the following equalities hold:\\n\",\n \" $$a + (b |