Question: Matrix Integration

Hi, was wondering if there is a way that i can integrate each element in my matrix?

N0:=zeta->Matrix([[-2*(1-zeta)*(zera-1/2)],[4*zeta*(1-zeta)],[(2*zeta)*(zeta-1/2)]])^%T   ###1x3 matrix

N1:=zeta->N0(zeta)^%T ###3x1 matrix

dot product of N0 and N1 is a 3x3 matrix

Can in integrate the 3x3 matrix? each of the element by zeta from 0 to 1.

Please advice. Many thanks. =D

 

Please Wait...