Benutzer-Werkzeuge

Webseiten-Werkzeuge


ccc

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ccc [2022/03/20 11:48] torsten.roehlccc [2022/03/21 08:29] (aktuell) torsten.roehl
Zeile 22: Zeile 22:
  
 </PRELOAD> </PRELOAD>
- 
- 
- 
  
  
Zeile 55: Zeile 52:
             });             });
                          
-            ey_brd = JXG.JSXGraph.initBoard('eyBox',+           
-                boundingbox: [-3.1,3.6,3.2,-0.2], +
-                keepaspectratio: false, +
-                axis:true, +
-                grid: { +
-                  strokeColor: '#f00', +
-                  visible: false +
-                }, +
-                needsRegularUpdate:true, +
-                showNavigation:false, +
-                showCopyright:false, +
-                pan: { +
-                  enabled: false +
-                } +
-            }); +
-            +
             ex_line = ex_brd.create('functiongraph', [             ex_line = ex_brd.create('functiongraph', [
                 function(x) { return pc.calcEx(x*pc.ab, beta, pc.ab); },                 function(x) { return pc.calcEx(x*pc.ab, beta, pc.ab); },
Zeile 77: Zeile 59:
                     strokeColor: '#0a0',                     strokeColor: '#0a0',
                     strokeWidth: 2                     strokeWidth: 2
-                });                +                });   
 +              
                          
-            ey_line = ey_brd.create('functiongraph', [ 
-                function(x) { return pc.calcEy(x*pc.ab, beta, pc.ab); }, 
-                -3.0, 3.0 
-                ], { 
-                    strokeColor: '#a00', 
-                    strokeWidth: 2 
-                });               
-                 
-             
-             
-            etot_brd = JXG.JSXGraph.initBoard('etotBox', { 
-                boundingbox: [-6.0,6.0,6.0,-6.0], 
-                keepaspectratio: false, 
-                axis:true, 
-                grid: { 
-                  strokeColor: '#f00', 
-                  visible: false 
-                }, 
-                needsRegularUpdate:true, 
-                showNavigation:false, 
-                showCopyright:false, 
-                pan: { 
-                  enabled: false 
-                } 
-            }); 
-             
-            e1_line = etot_brd.create('curve', [ 
-                function(tau) { return pc.calc_r(tau, beta, pc.Eab) * Math.cos(tau); }, 
-                function(tau) { return pc.calc_r(tau, beta, pc.Eab) * Math.sin(tau); }, 
-                0.0, 2.0*Math.PI 
-                ], { 
-                    strokeColor: '#00f', 
-                    strokeWidth: 2, 
-                    needsRegularUpdate:true 
-                }); 
-             
-            e2_line = etot_brd.create('curve', [ 
-                function(tau) { return tau*beta  +1 }, 
-                function(tau) { return pc.calc_r(tau, beta, pc.Eab/4.0) * Math.sin(tau); }, 
-                0.0, 2.0*Math.PI 
-                ], { 
-                    strokeColor: '#00f', 
-                    strokeWidth: 2, 
-                    needsRegularUpdate:true 
-                }); 
-             
-            e2_line = etot_brd.create('curve', [ 
-                function(tau) { return pc.calc_r(tau, beta, pc.Eab/9.0) * Math.cos(tau); }, 
-                function(tau) { return pc.calc_r(tau, beta, pc.Eab/9.0) * Math.sin(tau); }, 
-                0.0, 2.0*Math.PI 
-                ], { 
-                    strokeColor: '#00f', 
-                    strokeWidth: 2, 
-                    needsRegularUpdate:true 
-                }); 
-                 
-            e2_line = etot_brd.create('curve', [ 
-                function(tau) { return pc.calc_r(tau, beta, pc.Eab/16.0) * Math.cos(tau); }, 
-                function(tau) { return pc.calc_r(tau, beta, pc.Eab/16.0) * Math.sin(tau); }, 
-                0.0, 2.0*Math.PI 
-                ], { 
-                    strokeColor: '#00f', 
-                    strokeWidth: 2, 
-                    needsRegularUpdate:true 
-                });                 
                          
             $("#betaOut").text(beta.toFixed(2));             $("#betaOut").text(beta.toFixed(2));
Zeile 152: Zeile 70:
             $("#betaOut").text(beta.toFixed(2));             $("#betaOut").text(beta.toFixed(2));
             ex_brd.fullUpdate();             ex_brd.fullUpdate();
-            ey_brd.fullUpdate(); +           
-            etot_brd.fullUpdate();+
         }         }
 </JS> </JS>
Zeile 166: Zeile 83:
     <tr>     <tr>
         <th>Feldstärke E<sub>x</sub>/E<sub>1ab</sub></th>         <th>Feldstärke E<sub>x</sub>/E<sub>1ab</sub></th>
-        <th>Feldstärke E<sub>y</sub>/E<sub>1ab</sub></th> +     
-    </tr> +
-    <tr> +
-        <td width="420px"><div id="exBox" class="jxgbox" style="width:300px; height:300px;"></div></td> +
-        <td><div id="eyBox" class="jxgbox" style="width:300px; height:300px;"></div></td>+
     </tr>     </tr>
 +   
 </table> </table>
 <table> <table>
ccc.1647776892.txt.gz · Zuletzt geändert: 2022/03/20 11:48 von torsten.roehl