Question: How to integrate matrix with one independent var and a constant

Hi I am trying to integrate the product of two matrices.  The independent variable is "x" and the constant is "L".  The two matrices are H and B.  I would like to integrate the two matrices on the x-domain from x= 0 to L.  Any help would be greatly appreciated.  Also I am new to Maple.  Is there a good beginner's book that would cover topics like matrix integration?  Thanks-Tom

H= [1, x, x^2, x^3]          (1x4 matrix)

B=[1,0,0,0|0,1,0,0|-3/L^2, 2/L, 3/L^2, -1/L| 2/L^3, 1/L^2, -2/L^3, 1/L^2]           (4x4 matrix)

Please Wait...