Applets:Periodendauer periodischer Signale: Unterschied zwischen den Versionen

Aus LNTwww
Wechseln zu:Navigation, Suche
Zeile 66: Zeile 66:
 
<body>
 
<body>
  
 +
 +
<script type="text/javascript">
 +
        // Grundeinstellungen der beiden Applets
 +
        JXG.Options.text.useMathJax = true;
 +
        cnfBox = JXG.JSXGraph.initBoard('cnfBoxHtml', {
 +
            showCopyright: false, showNavigation: false, axis:true,
 +
            grid: true, zoom: { enabled: false }, pan: { enabled: false },
 +
            boundingbox: [-1, 2.2, 12.4, -2.2]
 +
        });
 +
        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>
  
  
Zeile 95: Zeile 113:
  
  
 
 
 
<script type="text/javascript">
 
        // Grundeinstellungen der beiden Applets
 
        JXG.Options.text.useMathJax = true;
 
        cnfBox = JXG.JSXGraph.initBoard('cnfBoxHtml', {
 
            showCopyright: false, showNavigation: false, axis:true,
 
            grid: true, zoom: { enabled: false }, pan: { enabled: false },
 
            boundingbox: [-1, 2.2, 12.4, -2.2]
 
        });
 
        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>

Version vom 18. September 2017, 22:54 Uhr

formel