index.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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#basic-shapes">Basic shapes</a><ul>
  72. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#axis">Axis</a></li>
  73. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#distance-with-text">Distance with text</a></li>
  74. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#rectangle">Rectangle</a></li>
  75. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#triangle">Triangle</a></li>
  76. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#arc">Arc</a></li>
  77. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#spring">Spring</a></li>
  78. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#dashpot">Dashpot</a></li>
  79. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#wavy">Wavy</a></li>
  80. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#stochastic-curves">Stochastic curves</a></li>
  81. </ul>
  82. </li>
  83. <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>
  84. <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>
  85. <li class="toctree-l3"><a class="reference internal" href="main_sketcher.html#adding-functionality-via-recursion">Adding functionality via recursion</a></li>
  86. <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>
  87. </ul>
  88. </li>
  89. </ul>
  90. </li>
  91. </ul>
  92. </div>
  93. </div>
  94. <div class="section" id="index">
  95. <h1>Index<a class="headerlink" href="#index" title="Permalink to this headline">¶</a></h1>
  96. <ul class="simple">
  97. <li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
  98. </ul>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  104. <div class="sphinxsidebarwrapper">
  105. <center>
  106. <p class="logo"><a href="http://cbc.simula.no/" title="Go to Center for Biomedical Computing">
  107. <img class="logo" src="_static/cbc_logo.png" alt="Logo"/>
  108. </a></p>
  109. </center>
  110. <h3><a href="#">Table Of Contents</a></h3>
  111. <ul>
  112. <li><a class="reference internal" href="#">Pysketcher: Create Principal Sketches of Physics Problems</a></li>
  113. <li><a class="reference internal" href="#index">Index</a></li>
  114. </ul>
  115. <h4>Next topic</h4>
  116. <p class="topless"><a href="main_sketcher.html"
  117. title="next chapter">Pysketcher: Create Principal Sketches of Physics Problems</a></p>
  118. <div role="note" aria-label="source link">
  119. <h3>This Page</h3>
  120. <ul class="this-page-menu">
  121. <li><a href="_sources/index.txt"
  122. rel="nofollow">Show Source</a></li>
  123. </ul>
  124. </div>
  125. <div id="searchbox" style="display: none" role="search">
  126. <h3>Quick search</h3>
  127. <form class="search" action="search.html" method="get">
  128. <input type="text" name="q" />
  129. <input type="submit" value="Go" />
  130. <input type="hidden" name="check_keywords" value="yes" />
  131. <input type="hidden" name="area" value="default" />
  132. </form>
  133. <p class="searchtip" style="font-size: 90%">
  134. Enter search terms or a module, class or function name.
  135. </p>
  136. </div>
  137. <script type="text/javascript">$('#searchbox').show(0);</script>
  138. </div>
  139. </div>
  140. <div class="clearer"></div>
  141. </div>
  142. <div class="related" role="navigation" aria-label="related navigation">
  143. <h3>Navigation</h3>
  144. <ul>
  145. <li class="right" style="margin-right: 10px">
  146. <a href="genindex.html" title="General Index"
  147. >index</a></li>
  148. <li class="right" >
  149. <a href="main_sketcher.html" title="Pysketcher: Create Principal Sketches of Physics Problems"
  150. >next</a> |</li>
  151. <li class="nav-item nav-item-0"><a href="#">Pysketcher: Create Principal Sketches of Physics Problems</a> &raquo;</li>
  152. </ul>
  153. </div>
  154. <div class="wrapper">
  155. <div class="footer">
  156. <a href="http://cbc.simula.no"><img src="_static/cbc_banner.png" width="100%"><a>
  157. <br />
  158. <br />
  159. &copy;2015, Hans Petter Langtangen.
  160. </div>
  161. </div>
  162. </body>
  163. </html>