dim a(2,3), b(3,2) mat read a, b data 1,2,3,2,4,5 data 3,5,2,4,5,7 mat c = a . b mat print c ?"should have been" ?22,34 ?39,61