Describe SageDays/Kreyszig-6.2-1 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*/

SageDays/Kreyszig-6.2-1 (last edited 2010-08-10 13:53:24 by shambulingayya.N.D)