单项选择题

A、f=(cos(x/2))^2; int(f,x)
B、symsf; f=(cos(x/2))^2; int(f,x)
C、syms x; f=(cos(x/2))^2; int(f,x)
D、syms x; f=(cos(x/2))^2; lnt(f,x)
点击查看答案
