Difference between revisions of "Differential equations"

From JSXGraph Wiki
Jump to navigationJump to search
Line 6: Line 6:
 
<jsxgraph width="500" height="500">
 
<jsxgraph width="500" height="500">
 
var brd = JXG.JSXGraph.initBoard('jxgbox', {axis:true, boundingbox:[-11,11,11,-11]});
 
var brd = JXG.JSXGraph.initBoard('jxgbox', {axis:true, boundingbox:[-11,11,11,-11]});
var N = brd.create('slider',[[-7,7],[7,7],[-15,10,15]], {name:'N'});
+
var N = brd.create('slider',[[-7,9.5],[7,9.5],[-15,10,15]], {name:'N'});
 
var P = brd.create('point',[0,1], {name:'(x_0,y_0)'});
 
var P = brd.create('point',[0,1], {name:'(x_0,y_0)'});
  

Revision as of 16:18, 14 July 2010

f(t,x)=

The underlying JavaScript code