Matrix multiplication: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary  | 
				A WASSERMANN (talk | contribs) No edit summary  | 
				||
| Line 3: | Line 3: | ||
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/prototype.js"></script>  | <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/prototype.js"></script>  | ||
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>  | <script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>  | ||
<div id="box1" class="jxgbox" style="width:300px; height:300px; float:left;"></div>  | <div id="box1" class="jxgbox" style="width:300px; height:300px; float:left;"></div>  | ||
<div id="box2" class="jxgbox" style="width:300px; height:300px;"></div>  | <div id="box2" class="jxgbox" style="width:300px; height:300px;"></div>  | ||
| Line 16: | Line 15: | ||
   c = b1.createElement('slider',[-5.0,-3,10,-5,5,1],{name:'c'});  |    c = b1.createElement('slider',[-5.0,-3,10,-5,5,1],{name:'c'});  | ||
   d = b1.createElement('slider',[-5.0,-4,10,-5,5,0],{name:'d'});  |    d = b1.createElement('slider',[-5.0,-4,10,-5,5,0],{name:'d'});  | ||
  v = b1.createElement('point',[1,1],{style:5,name:'v'});  | |||
  w = b1.createElement('point',[-1,0.5],{style:5,name:'w'});  | |||
  va = b1.createElement('line',['Ursprung',v],{straightFirst:false, straightLast:false});  | |||
   b1.unsuspendUpdate();  |    b1.unsuspendUpdate();  | ||
Revision as of 09:48, 15 December 2008