Make sure we've got all the docs, etc.

This commit is contained in:
Simon Forman
2018-07-15 20:43:26 -07:00
parent cf12b9ce17
commit 230134e6c2
15 changed files with 1750 additions and 21 deletions
+1 -5
View File
@@ -12215,11 +12215,7 @@ expressions grow each derivation.</p>
<div class="prompt input_prompt">In&nbsp;[11]:</div>
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython2"><pre><span></span><span class="c1"># This is the straightforward version with no &quot;compaction&quot;.</span>
<span class="c1"># It works fine, but does waaaay too much work because the</span>
<span class="c1"># expressions grow each derivation.</span>
<span class="k">def</span> <span class="nf">D</span><span class="p">(</span><span class="n">symbol</span><span class="p">):</span>
<div class=" highlight hl-ipython2"><pre><span></span><span class="k">def</span> <span class="nf">D</span><span class="p">(</span><span class="n">symbol</span><span class="p">):</span>
<span class="k">def</span> <span class="nf">derv</span><span class="p">(</span><span class="n">R</span><span class="p">):</span>