在同一坐标系中画出函数[img=35x19]180307337c3130b.png[/img]和[img=44x19]18030733852dad7.png[/img]在区间[-5,5]的曲线。
A: Plot[Sin[x],Sin[2x],{x,-5,5}]
B: Plot[{Sin[x],Sin[2x]},{x,-5,5}]
C: Plot[Sin[x],Sin[2x],{x,5,-5}]
D: Plot[{Sin[x],Sin[2x]},{x, 5,-5}]
A: Plot[Sin[x],Sin[2x],{x,-5,5}]
B: Plot[{Sin[x],Sin[2x]},{x,-5,5}]
C: Plot[Sin[x],Sin[2x],{x,5,-5}]
D: Plot[{Sin[x],Sin[2x]},{x, 5,-5}]
举一反三
- 设$f(x)=x\sin (2x)$,则${{f}^{(5)}}(x)=$( )。 A: $16[2x\cos (2x)+5\sin (2x)]$ B: $16[5\sin (2x)-2x\cos (2x)]$ C: $x\cos (2x)+5\sin (2x)$ D: $5\sin (2x)-x\cos (2x)$
- 在[0,2π]区间绘制 的曲线程序:x=0:pi/100:2*pi;( );plot(x,y); A: A.y=2x^2sin(x); B: B.y=2*x^2*sin(x); C: C.y=2*x.^2.*sin(x); D: D.y=2*x^2.*sin(x);
- 画出函数[img=132x25]18030732bf1c7f0.png[/img]在区域[img=169x25]18030732c84406b.png[/img]上的三维图形 A: Plot3D[Sin(x y),{x,-5,5},{y,-3,3}] B: Plot3D[Sin[xy],{x,-5,5},{y,-3,3}] C: Plot3D[Sin[x y],{x,-5,5},{y,-3,3}] D: Plot[Sin[x y],{x,-5,5},{y,-3,3}]
- 画出函数[img=132x25]17de912472ce3b3.png[/img]在区域[img=169x25]17de9124829b726.png[/img]上的三维图形 A: Plot3D[Sin(x y),{x,-5,5},{y,-3,3}] B: Plot3D[Sin[xy],{x,-5,5},{y,-3,3}] C: Plot3D[Sin[x y],{x,-5,5},{y,-3,3}] D: Plot[Sin[x y],{x,-5,5},{y,-3,3}]
- 函数y=sin(2x−5)x的导函数为y=2xcos(2x−5)−sin(2x−5)x2y=2xcos(2x−5)−sin(2x−5)x2.