在x=-1/2处的一次近似式为pi/3+2/sqrt(2)*(x+0.5[img...6db9abef74198e.png"]
举一反三
- 在x=-1/2处的一次近似式为pi/3+2/sqrt(2)*(x+0.5
- 积分[img=136x52]1803d6afd4e6f95.png[/img]的计算程序和结果是 A: clearsyms xy=1/x^2/sqrt(x^2-1)int(y,x,-2,-1)3^(1/2)/2 B: clearsyms xint(1/x^2/sqrt(x^2-1),x,-2,-1)3^(1/2)/2 C: clearsyms xint(1/x/sqrt(x^2-1),x,-2,-1)-pi/3 D: clearsyms xint(1/x/sqrt(x^2-1),x,-2,-1)3^(1/2)/2 E: clearsyms xint(1/x^2*sqrt(x^2-1),x,-2,-1)log(3^(1/2) + 2) - 3^(1/2)/2
- 求函数$y = \root 3 \of {x + \sqrt x } $的导数$y' = $( ) A: ${{1 + 2\sqrt x } \over {\root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ B: $ {{1 + 2\sqrt x } \over {6\root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ C: $ {{1 + 2\sqrt x } \over {6\sqrt x \cdot \root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ D: $ {{1 + 2\sqrt x } \over {\sqrt x \cdot \root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$
- 用赋值语句给定x数据,计算[img=181x29]18031f69d890fe4.png[/img]对应的MATLAB表达式是( ) A: sqrt(7*sin(3+2*x)+exp(2)*log(3)) B: sqrt(7sin(3+2x)+exp(2)log(3)) C: sqrt(7*sin(3+2*x)+e^2*log(3)) D: sqrt(7sin(3+2x)+e^2log(3))
- 用赋值语句给定x的数据,计算[img=520x100]17da65a77d01074.png[/img]对应的matlab语句是( ). A: sqrt(6*tan(3+2*x)+exp(2)*log(3)) B: sqrt(6tan(3+2x)+exp(2)log(3)) C: sqr(6*tan(3+2*x)+exp(2)*log(3)) D: sqr(6tan(3+2x)+exp(2)log(3))