单项选择题


A、syms x;f= x^-3;lnt(f,x, 1,+inf)
B、 syms x;f= 1/ x^3;lnt(f,x, 1,+inf)
C、syms x;f= 1/x^3;int(f,x, 1,+inf)
D、syms x;f= x^(-3);int(f,x, 1,inf)