问题matlab求极限的题
问题描述:
问题matlab求极限的题
x趋向于pai/2 式子是 (1+cosx)的 3*secx次方
答
syms x ;
limit((1+cos(x)).^(3*sec(x)),x,pi/2)
ans =
exp(3)