单项选择题


A、f=(1+x+x^2)/x*(x^2+1); int(f,x)
B、syms x; f=(1+x+x^2)/x*(x^2+1),lnt(f,x)
C、syms f; f=(1+x+x^2)/x*(x^2+1); int(f,x)
D、syms x; f=(1+x+x^2)/(x*(x^2+1)); int(f,x)

热门 试题

单项选择题