类似于这样的连乘
z=0; 
 for i=1:n
z=z+t*t(i)*t(n-i+1);
 end



f=[sqrt(1-t*t)]*z




int (f,'t',-1,1)