index.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Pysketcher: Create Principal Sketches of Physics Problems</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '1.0',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  22. <script type="text/javascript" src="_static/sidebar.js"></script>
  23. <script src="http://sagecell.sagemath.org/static/jquery.min.js"></script>
  24. <script src="http://sagecell.sagemath.org/static/embedded_sagecell.js"></script>
  25. <script>sagecell.makeSagecell({inputLocation: ".sage"});</script>
  26. <style type="text/css">
  27. .sagecell .CodeMirror-scroll {
  28. overflow-y: hidden;
  29. overflow-x: auto;
  30. }
  31. .sagecell .CodeMirror {
  32. height: auto;
  33. }
  34. </style>
  35. <link rel="top" title="Pysketcher: Create Principal Sketches of Physics Problems" href="#" />
  36. <link rel="next" title="Pysketcher: Create Principal Sketches of Physics Problems" href="main_sketcher.html" />
  37. <style type="text/css">
  38. div.admonition {
  39. background-color: whiteSmoke;
  40. border: 1px solid #bababa;
  41. }
  42. </style>
  43. </head>
  44. <body role="document">
  45. <div class="related" role="navigation" aria-label="related navigation">
  46. <h3>Navigation</h3>
  47. <ul>
  48. <li class="right" style="margin-right: 10px">
  49. <a href="genindex.html" title="General Index"
  50. accesskey="I">index</a></li>
  51. <li class="right" >
  52. <a href="main_sketcher.html" title="Pysketcher: Create Principal Sketches of Physics Problems"
  53. accesskey="N">next</a> |</li>
  54. <li class="nav-item nav-item-0"><a href="#">Pysketcher: Create Principal Sketches of Physics Problems</a> &raquo;</li>
  55. </ul>
  56. </div>
  57. <div class="document">
  58. <div class="documentwrapper">
  59. <div class="bodywrapper">
  60. <div class="body" role="main">
  61. <div class="section" id="pysketcher-create-principal-sketches-of-physics-problems">
  62. <h1>Pysketcher: Create Principal Sketches of Physics Problems<a class="headerlink" href="#pysketcher-create-principal-sketches-of-physics-problems" title="Permalink to this headline">¶</a></h1>
  63. <p>Contents:</p>
  64. <div class="toctree-wrapper compound">
  65. <ul>
  66. <li class="toctree-l1"><a class="reference internal" href="main_sketcher.html">Pysketcher: Create Principal Sketches of Physics Problems</a><ul>
  67. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#a-first-glimpse-of-pysketcher">A first glimpse of Pysketcher</a><ul>
  68. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#basic-construction-of-sketches">Basic construction of sketches</a></li>
  69. </ul>
  70. </li>
  71. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#a-simple-pendulum">A simple pendulum</a><ul>
  72. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#the-basic-physics-sketch">The basic physics sketch</a></li>
  73. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#the-body-diagram">The body diagram</a></li>
  74. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#animated-body-diagram">Animated body diagram</a></li>
  75. </ul>
  76. </li>
  77. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#basic-shapes">Basic shapes</a><ul>
  78. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#axis">Axis</a></li>
  79. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#distance-with-text">Distance with text</a></li>
  80. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#rectangle">Rectangle</a></li>
  81. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#triangle">Triangle</a></li>
  82. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#arc">Arc</a></li>
  83. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#spring">Spring</a></li>
  84. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#dashpot">Dashpot</a></li>
  85. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#wavy">Wavy</a></li>
  86. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#stochastic-curves">Stochastic curves</a></li>
  87. </ul>
  88. </li>
  89. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#inner-workings-of-the-pysketcher-tool">Inner workings of the Pysketcher tool</a><ul>
  90. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#example-of-classes-for-geometric-objects">Example of classes for geometric objects</a></li>
  91. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#adding-functionality-via-recursion">Adding functionality via recursion</a></li>
  92. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#scaling-translating-and-rotating-a-figure">Scaling, translating, and rotating a figure</a></li>
  93. </ul>
  94. </li>
  95. </ul>
  96. </li>
  97. </ul>
  98. </div>
  99. </div>
  100. <div class="section" id="index">
  101. <h1>Index<a class="headerlink" href="#index" title="Permalink to this headline">¶</a></h1>
  102. <ul class="simple">
  103. <li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
  104. </ul>
  105. </div>
  106. </div>
  107. </div>
  108. </div>
  109. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  110. <div class="sphinxsidebarwrapper">
  111. <center>
  112. <p class="logo"><a href="http://cbc.simula.no/" title="Go to Center for Biomedical Computing">
  113. <img class="logo" src="_static/cbc_logo.png" alt="Logo"/>
  114. </a></p>
  115. </center>
  116. <h3><a href="#">Table Of Contents</a></h3>
  117. <ul>
  118. <li><a class="reference internal" href="#">Pysketcher: Create Principal Sketches of Physics Problems</a></li>
  119. <li><a class="reference internal" href="#index">Index</a></li>
  120. </ul>
  121. <h4>Next topic</h4>
  122. <p class="topless"><a href="main_sketcher.html"
  123. title="next chapter">Pysketcher: Create Principal Sketches of Physics Problems</a></p>
  124. <div role="note" aria-label="source link">
  125. <h3>This Page</h3>
  126. <ul class="this-page-menu">
  127. <li><a href="_sources/index.txt"
  128. rel="nofollow">Show Source</a></li>
  129. </ul>
  130. </div>
  131. <div id="searchbox" style="display: none" role="search">
  132. <h3>Quick search</h3>
  133. <form class="search" action="search.html" method="get">
  134. <input type="text" name="q" />
  135. <input type="submit" value="Go" />
  136. <input type="hidden" name="check_keywords" value="yes" />
  137. <input type="hidden" name="area" value="default" />
  138. </form>
  139. <p class="searchtip" style="font-size: 90%">
  140. Enter search terms or a module, class or function name.
  141. </p>
  142. </div>
  143. <script type="text/javascript">$('#searchbox').show(0);</script>
  144. </div>
  145. </div>
  146. <div class="clearer"></div>
  147. </div>
  148. <div class="related" role="navigation" aria-label="related navigation">
  149. <h3>Navigation</h3>
  150. <ul>
  151. <li class="right" style="margin-right: 10px">
  152. <a href="genindex.html" title="General Index"
  153. >index</a></li>
  154. <li class="right" >
  155. <a href="main_sketcher.html" title="Pysketcher: Create Principal Sketches of Physics Problems"
  156. >next</a> |</li>
  157. <li class="nav-item nav-item-0"><a href="#">Pysketcher: Create Principal Sketches of Physics Problems</a> &raquo;</li>
  158. </ul>
  159. </div>
  160. <div class="wrapper">
  161. <div class="footer">
  162. <a href="http://cbc.simula.no"><img src="_static/cbc_banner.png" width="100%"><a>
  163. <br />
  164. <br />
  165. &copy;2016, Hans Petter Langtangen.
  166. </div>
  167. </div>
  168. </body>
  169. </html>