Matrix multiplication: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary  | 
				A WASSERMANN (talk | contribs) No edit summary  | 
				||
| Line 12: | Line 12: | ||
   b1.createElement('axis', [[0,0], [1,0]], {});  |    b1.createElement('axis', [[0,0], [1,0]], {});  | ||
   b1.createElement('axis', [[0,0], [0,1]], {});  |    b1.createElement('axis', [[0,0], [0,1]], {});  | ||
   a = b1.createElement('slider',[1,-2,  |    a = b1.createElement('slider',[1.0,-2,0,5,10,0],{name:'a'});  | ||
   b1.unsuspendUpdate();  |    b1.unsuspendUpdate();  | ||
Revision as of 09:39, 15 December 2008