Benutzer-Werkzeuge

Webseiten-Werkzeuge


hfhm

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
hfhm [2021/08/18 14:18] torsten.roehlhfhm [2024/02/21 15:13] (aktuell) – gelöscht torsten.roehl
Zeile 1: Zeile 1:
-<PRELOAD> 
-# 
-# 
-# 
- /lib/scripts/jqplot/jquery.jqplot.js 
- /lib/scripts/jqplot/jquery.jqplot.css     
- /lib/scripts/jqplot/jquery.min.js         
- /lib/scripts/jqplot/jquery.jqplot.min.js  
-  
-# 
-# jsxgraph 
-# 
-https://cdn.jsdelivr.net/npm/jsxgraph/distrib/jsxgraphcore.js 
-https://cdn.jsdelivr.net/npm/jsxgraph/distrib/jsxgraph.css 
-   
-# 
-# personal  
-# 
-/lib/scripts/src/header.js  
-/lib/scripts/src/pointCharge.js 
- 
-</PRELOAD> 
- 
- 
- 
- 
-====== TEST ====== 
- 
-<HTML> 
-<div id="jxgbox3" class="jxgbox" style="width:450px; height:450px; margin:auto"></div> 
-</HTML> 
- 
-<JS> 
-#JXG.Options.axis.ticks.insertTicks = false; 
- var brd = JXG.JSXGraph.initBoard('jxgbox3', {boundingbox: [-1, 2, 6, -1], axis:true,grid:false,showCopyright:false, showNavigation:false }); 
-  
-var u = 3; 
-var aa = brd.create('slider', [[3, 1.5], [5,1.5], [0.1, 0.1, 1.3]], {name:'FWHM', snapWidth: 0.1}); 
-var    ff = brd.create('functiongraph',[function(x){ 
-           return Math.exp(-(x-u)*(x-u)/(aa.Value()*aa.Value())) ; 
-           },0,6],{ strokeColor:'red'}); 
-</JS> 
- 
-====== TEST ====== 
- 
-<HTML> 
-<div id="jxgbox" class="jxgbox" style="width:300px; height:300px; margin:auto"></div> 
-</HTML> 
-<JS> 
- 
- var board = JXG.JSXGraph.initBoard('jxgbox', {boundingbox: [-4, 4, 4, -4], axis:true,  showCopyright:false, showNavigation:false }); 
- var graph1 = board.create('functiongraph', [function(x){return Math.sin(x);}, -Math.PI, Math.PI],{name:'sin(x)', withLabel:true}); 
- var graph2 = board.create('functiongraph', [function(x){return x*x-2;}, -3, 3],{name:'x^2 - 2', withLabel:true, strokeColor:'red'}); 
-</JS> 
- 
- 
-====== TEST ====== 
-<HTML> 
-<div id="jxgbox1" class="jxgbox" style="width:300px; height:300px; margin:auto"></div> 
-</HTML> 
-<JS> 
- var board = JXG.JSXGraph.initBoard('jxgbox1', {boundingbox: [-8, 8, 8, -8], axis:true,  showCopyright:false, showNavigation:false }); 
- var a = board.create('slider', [[-7.5, -3], [-4,-3], [-3, 1, 3]], {name:'a', snapWidth: 0.1}); 
- var c = board.create('slider', [[-7.5, -5], [-4,-5], [-1, 1, 4]], {name:'c',snapWidth: 1}); 
- var graph2 = board.create('functiongraph', [function(x){ 
-              return a.Value()*x*x + c.Value();}, -3, 3]); 
- 
- var text = board.create('text',[-6,6,function(){return a.Value().toFixed(2)+'\\times x^2'+c.Value()}]); 
-</JS> 
  
hfhm.1629296316.txt.gz · Zuletzt geändert: 2021/08/18 14:18 von torsten.roehl