Applets:Periodendauer periodischer Signale: Unterschied zwischen den Versionen

Aus LNTwww
Wechseln zu:Navigation, Suche
Zeile 63: Zeile 63:
 
</head>
 
</head>
 
<body>
 
<body>
 +
 +
 +
 +
<div class="wrapper1">
 +
 +
  <div id="container1">
 +
 +
formel
 +
 +
</div>
 +
 +
  <div id="container2">
  
 
<div id="pltBoxHtml" class="jxgbox" style="width:600px; height:600px; border:1px solid black;"></div>
 
<div id="pltBoxHtml" class="jxgbox" style="width:600px; height:600px; border:1px solid black;"></div>
  
<script type="text/javascript">
+
  </div>
pltBox = JXG.JSXGraph.initBoard('pltBoxHtml', {
+
 
    showCopyright: false, axis: true,
+
  <div id="container3">
    zoom: { factorX: 1.1, factorY: 1.1, wheel: true, needshift: true, eps: 0.1 },
+
 
    grid: true, boundingbox: [-0.5, 2.2, 12.4, -2.2]
+
blabla
});
+
 
</script>
+
  </div>
 +
 
 +
  <div id="leerraum">
 +
  </div>
 +
</div>
  
  
  
 +
<div class="wrapper2">
  
  
 +
  <div >
  
 +
<p>
 +
    <input type="checkbox" id="gridbox" onclick="showgrid();" checked> <label for="gridbox">Gitterlinien zeigen</label>
 +
    <button class="button" onclick="drawNow();">Reset</button>
 +
</p>
  
 +
</div>
 +
</div>
  
  
 +
<script>
 +
pltBox = JXG.JSXGraph.initBoard('pltBoxHtml', {
 +
    showCopyright: false, axis: true,
 +
    zoom: { factorX: 1.1, factorY: 1.1, wheel: true, needshift: true, eps: 0.1 },
 +
    grid: true, boundingbox: [-0.5, 2.2, 12.4, -2.2]
 +
});
 +
</script>
  
  
 
</body>
 
</body>
 
</html>
 
</html>
 
 
{{Display}}
 

Version vom 18. September 2017, 22:33 Uhr

formel
blabla