Matrix multiplication II: Difference between revisions

From JSXGraph Wiki
(Created page with "<jsxgraph width="600" height="600"> var b1 = JXG.JSXGraph.initBoard('box1', {boundingbox:[-10,10,10,-10], axis:true}); b1.suspendUpdate(); var a = b1.create('slider',[[-5,-...")
 
No edit summary
Line 1: Line 1:
<jsxgraph width="600" height="600">
<jsxgraph width="600" height="600">
   var b1 = JXG.JSXGraph.initBoard('box1', {boundingbox:[-10,10,10,-10], axis:true});
   var b1 = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-10,10,10,-10], axis:true});
   b1.suspendUpdate();
   b1.suspendUpdate();
   var a = b1.create('slider',[[-5,-2],[5,-2],[-5,1,5]],{name:'a'});
   var a = b1.create('slider',[[-5,-2],[5,-2],[-5,1,5]],{name:'a'});

Revision as of 07:44, 25 March 2011