Interesting. Then Pike is erranous:
| > object A=Math.Matrix(({1,2,3,4})/2); | > object B=Math.Matrix(({5,6,7,8})/2); | > A*B; | (9) Result: Math.Matrix( ({ ({ 23, 34}), | ({ 31, 46}) }) )
(It should be: | |(9) Result: Math.Matrix( ({ ({ 19, 22}), | ({ 43, 50}) }) ) )
Any suggestion for how to fix? Will any code break if I just fix it straight off?
/ Mirar
Previous text:
12548097 2004-11-08 21:56 /1 lines/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) Recipients: Matematik och logik Comment to 12548086 Subject: matriser
Det senare. "i:te raden * j:te kolonnen".
(12548097) /Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)/-------------