Continuous function II: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 13: Line 13:
  graph = board.createElement('curve', ['x',f, 'x', 0.00001, 15], {curveType:'graph',strokeColor:'#00ff00'});
  graph = board.createElement('curve', ['x',f, 'x', 0.00001, 15], {curveType:'graph',strokeColor:'#00ff00'});


  s = board.createElement('slider', [0,-1,4,0,1,1],{name:' '});
  s = board.createElement('slider', [[0,-1],[4,-1],[0,1,1]],{name:' '});


  y1 = board.createElement('glider', [0,3,b1axisy],{name:'f(a)'});
  y1 = board.createElement('glider', [0,3,b1axisy],{name:'f(a)'});

Revision as of 15:21, 21 January 2009

References