Matrix multiplication: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 35: Line 35:
   va2 = b2.createElement('line',['Ursprung',v2],{straightFirst:false, straightLast:false, lastArrow:true});
   va2 = b2.createElement('line',['Ursprung',v2],{straightFirst:false, straightLast:false, lastArrow:true});
   wa2 = b2.createElement('line',['Ursprung',w2],{straightFirst:false, straightLast:false, lastArrow:true});
   wa2 = b2.createElement('line',['Ursprung',w2],{straightFirst:false, straightLast:false, lastArrow:true});
   t = b2.createElement('text',[-1,-2,function()[ return a.X()+' '+b.X()+'<br>'+c.X()+' '+d.X();}]);
   t = b2.createElement('text',[-1,-2,function(){ return a.X()+' '+b.X()+'<br>'+c.X()+' '+d.X();}]);
   b2.unsuspendUpdate();
   b2.unsuspendUpdate();



Revision as of 10:00, 15 December 2008