• 2022-06-01
    下列()是抛物线方程(FANUC系统、华中系统)。
    A: X=a+r*cosθ;Y=y=b+r*sinθ
    B: X=2p*t2;Y=2p*t
    C: X=a*Cosθ;Y=b*Sinθ
    D: X2/a2+Y2/b2=1
    E: Y2=2p*X
  • B,E

    内容

    • 0

      以下表达式中,有两个的计算结果是相同的,请挑选出来 A: 1 / sqrt(sin(x) * sin(x) + cos(y) * cos(y)) B: sqrt(pow(sin(x), 2) + pow(cos(y), 2)) C: pow(sin(x) * sin(x) + cos(y) * cos(y), 0.5) D: pow(pow(sin(x), 2) + pow(cos(y), 2), 2)

    • 1

      在区域<img src="http://img2.ph.126.net/gYKpVz-ihv2c735JpXLFXA==/148900262780427590.png" />画出函数<img src="http://img1.ph.126.net/1MufBuQ2l1d-e3P0WpTtOA==/6597356739194210350.png" />的密度图形。? ContourPlot[Sin[x^2]+y Cos[y^2],{x,-6,6},{y,-6,6}]|DensityPlot[Sin[x^2]+y Cos[y^2],{x,-6,6},{y,-6,6}]|DensityPlot[Sin[x^2]+y Cos[y^2],{x,-6,6},{y,-6,6}]|ContourPlot[Sin[x^2]+y Cos[y^2],{x,-6,6},{y,-6,6}]

    • 2

      设\(z = f(x,y)\),\(x = \sin t\),\(y = {t^3}\),则全导数\( { { dz} \over {dt}} = \) A: \({f'_x} \sin t+ 3{t^2}{f'_y}\) B: \({f'_x} \cos t+ {t^2}{f'_y}\) C: \({f'_x} \cos t+ 3{t^2}{f'_y}\) D: \({f'_y} \cos t+ 3{t^2}{f'_x}\)

    • 3

      图示的力分别在x、y、z三轴上的投影为() A: X=2√2P/5,Y=3√2P/10,Z=√2P/2 B: X=2√2P/5,Y=-3√2P/10,Z=-√2P/2 C: X=-2√2P/5,Y=3√2P/10,Z=√2P/2 D: X=-2√2P/5,Y=-3√2P/10,Z=√2P/2

    • 4

      一空间曲线由参数方程x=t y=sin(2t) , -3<t<3z=cos(3t*t)表示,绘制这段曲线可以由下列哪组语句完成。 A: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z, t) B: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t*t);plot3(x, y, z) C: t=-3:0.1:3;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) D: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) E: x=-3:0.1:3;y=sin(2*x);z=cos(3*x.*x);plot3(x, y, z)