Skip to content

Commit

Permalink
moved stuff, recompiled book
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfnick committed Nov 7, 2023
1 parent 93fe9bf commit 15dd717
Show file tree
Hide file tree
Showing 142 changed files with 32,007 additions and 2,768 deletions.
Binary file modified _build/.doctrees/Chapters/Chapter01Modeling.doctree
Binary file not shown.
Binary file modified _build/.doctrees/Chapters/Chapter02LinearProgramming.doctree
Binary file not shown.
Binary file modified _build/.doctrees/Chapters/Chapter03SimplexMethod.doctree
Binary file not shown.
Binary file modified _build/.doctrees/Chapters/Chapter08GreedyHeuristics.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _build/.doctrees/Chapters/Introduction.doctree
Binary file not shown.
Binary file added _build/.doctrees/ClassWork/AstrosSuck.doctree
Binary file not shown.
Binary file not shown.
Binary file added _build/.doctrees/ClassWork/ClassWork81723.doctree
Binary file not shown.
Binary file not shown.
Binary file added _build/.doctrees/ClassWork/Mercy.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
8 changes: 7 additions & 1 deletion _build/html/Chapters/Chapter01Modeling.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1 class="site-logo" id="site-title">Operations Research OER</h1>
</li>
<li class="toctree-l1">
<a class="reference internal" href="Chapter08GreedyHeuristics.html">
Theory
Greedy Heuristics
</a>
</li>
<li class="toctree-l1">
Expand Down Expand Up @@ -439,6 +439,12 @@ <h3>Calculus and The Cow<a class="headerlink" href="#calculus-and-the-cow" title
<div class="section" id="how-tall-is-my-tree">
<h3>How Tall is My Tree<a class="headerlink" href="#how-tall-is-my-tree" title="Permalink to this headline"></a></h3>
<p>There is a large tree in my yard that I would like to know the height of. Unfortunately I am not a very good climber! I do have a very large tape measurer, a partner and a good eye.</p>
<p><img alt="TwoPeopleAndATree" src="https://raw.githubusercontent.com/nurfnick/Operations_Research/main/Drafts/Modeling/ModelingImg/meAndATree.jpg" /></p>
<p>First I should try a rough estimate. I could simply see how many stick figures it takes to get to the top of the tree.</p>
<p><img alt="StackOfPeople" src="https://raw.githubusercontent.com/nurfnick/Operations_Research/main/Drafts/Modeling/ModelingImg/meAndATreeStack.jpg" /></p>
<p>Roughly I could guess that the tree is four times the height of a person. Often this would be enough.</p>
<p>If I wanted to get more acurate, I could apply some trigonometery and use my tape measurer. First method I try is a similar triangles approach.</p>
<p><img alt="similarTriangle" src="https://raw.githubusercontent.com/nurfnick/Operations_Research/main/Drafts/Modeling/ModelingImg/treeSighted.jpg" /></p>
</div>
<div class="section" id="how-many-squares-on-the-checker-board">
<h3>How Many Squares on the Checker Board<a class="headerlink" href="#how-many-squares-on-the-checker-board" title="Permalink to this headline"></a></h3>
Expand Down
Loading

0 comments on commit 15dd717

Please sign in to comment.