Difference between revisions of "Matrix multiplication"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
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 10:39, 15 December 2008