Difference between revisions of "Matrix multiplication"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 37: | Line 37: | ||
b2.unsuspendUpdate(); | b2.unsuspendUpdate(); | ||
t = b2.createElement('text',[-6,-2,function(){ return | t = b2.createElement('text',[-6,-2,function(){ return | ||
− | + | '= |'+b2.round(a.X(),2)+' '+b2.round(b.X(),2)+'|'+'<br>'+ | |
− | + | '= |'+b2.round(c.X(),2)+' '+b2.round(d.X(),2)+'|';}]); | |
</script> | </script> |
Revision as of 11:08, 15 December 2008