Kreisfläche

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 28: Zeile 28:
var V_dot=function()
var V_dot=function()
{
{
-
var v_val=Math.abs(pv1.X()-pv0.x());
+
var v_val=Math.abs(pv1.X()-pv0.X());
var v_ex=Math.abs(pv1.Y()-pv0.Y())/10;
var v_ex=Math.abs(pv1.Y()-pv0.Y())/10;
return v_val*v_ex;
return v_val*v_ex;

Version vom 21:04, 7. Dez. 2013

Mit Hilfe des Programmpakets JSXGraph (siehe http://jsxgraph.uni-bayreuth.de/wp/) können komplexe, interaktive Grafiken nur mit Hilfe von JavaScript in Webseiten integriert werden. Details unter http://jsxgraph.uni-bayreuth.de/docs/symbols/Circle.html

Persönliche Werkzeuge