Describe SageDays/Kreyszig-6.2-1 here. /* code starts here */ # problem 1 a = matrix([[1],[4],[3]]) b = matrix([[2 , -3],[0 , 2],[0 , 1]]) c= matrix([[4, 6, 2],[6, 0, 3],[2, 3, -1]]) d= matrix([4, 3, 0]) # product of b & a print b*a /*code ends here */ /*submitted by Shambulingayya.N.D*/