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',[-5.0,-1,5, |    a = b1.createElement('slider',[-5.0,-1,5,5,10,0],{name:'a'}); | ||
|    b1.unsuspendUpdate(); |    b1.unsuspendUpdate(); | ||
Revision as of 09:41, 15 December 2008
