• 2022-06-11 问题

    计算u(3-t)u(t)=( ) A: u(t)-u(t-3) B: u(t) C: u(t)-u(3-t) D: u(3-t)

    计算u(3-t)u(t)=( ) A: u(t)-u(t-3) B: u(t) C: u(t)-u(3-t) D: u(3-t)

  • 2022-05-28 问题

    优学院: 计算u (3-t) u (t)= (   )

    优学院: 计算u (3-t) u (t)= (   )

  • 2022-06-16 问题

    如果f(x)=x2+bx+c对任意实数t都有f (3+t)=f (3-t),那么(  )

    如果f(x)=x2+bx+c对任意实数t都有f (3+t)=f (3-t),那么(  )

  • 2022-07-02 问题

    对于一系统的输入输出关系为y(t)=f(3-t)-f(t-1),f(t)为输入,y(t)为输出,试问:该系统是__() A: 线性、因果系统 B: 非线性、因果系统 C: 线性、非因果系统 D: 非线性、非因果系统

    对于一系统的输入输出关系为y(t)=f(3-t)-f(t-1),f(t)为输入,y(t)为输出,试问:该系统是__() A: 线性、因果系统 B: 非线性、因果系统 C: 线性、非因果系统 D: 非线性、非因果系统

  • 2022-06-16 问题

    已知:x=3-t,y=2+3t.求:y与x的函数关系

    已知:x=3-t,y=2+3t.求:y与x的函数关系

  • 2022-06-19 问题

    求微分方程[img=269x55]17da6536a9fba07.png[/img]的通解; ( ) A: (C15*sin(2*t))/exp(3*t) + (C16*sin(2*t))/exp(3*t) B: (C15*cos(2*t))/exp(3*t) - (C16*sin(2*t))/exp(3*t) C: (C15*cos(2*t))/exp(3*t) + (C16*cos(2*t))/exp(3*t) D: (C15*cos(2*t))/exp(3*t) + (C16*sin(2*t))/exp(3*t)

    求微分方程[img=269x55]17da6536a9fba07.png[/img]的通解; ( ) A: (C15*sin(2*t))/exp(3*t) + (C16*sin(2*t))/exp(3*t) B: (C15*cos(2*t))/exp(3*t) - (C16*sin(2*t))/exp(3*t) C: (C15*cos(2*t))/exp(3*t) + (C16*cos(2*t))/exp(3*t) D: (C15*cos(2*t))/exp(3*t) + (C16*sin(2*t))/exp(3*t)

  • 2022-06-15 问题

    ‏var t = 10; ‌‏function test(test){ ‌‏ t = t + test; ‌‏ console.log(t);‌‏ var t = 3; ‌‏} ‌‏test(t); ‌‏console.log(t); ‌‏运行结果是( )?‌‏‌ A: 3 3 B: 3 10 C: NaN 10 D: NaN 3

    ‏var t = 10; ‌‏function test(test){ ‌‏ t = t + test; ‌‏ console.log(t);‌‏ var t = 3; ‌‏} ‌‏test(t); ‌‏console.log(t); ‌‏运行结果是( )?‌‏‌ A: 3 3 B: 3 10 C: NaN 10 D: NaN 3

  • 2022-06-09 问题

    设\(z = {e^{x - 2y}}\),而\(x = \sin t,\;y = {t^3},\)则\( { { dz} \over {dt}} = \)( ) A: \({e^{\sin t - 2{t^3}}}\) B: \({e^{\sin t - 2{t^3}}}\left( {\cos t - 6{t^2}} \right)\) C: \({e^{\sin t - 2{t^3}}}\ {\sin t } \) D: \({e^{\sin t - 2{t^3}}}\,{t^3}\)

    设\(z = {e^{x - 2y}}\),而\(x = \sin t,\;y = {t^3},\)则\( { { dz} \over {dt}} = \)( ) A: \({e^{\sin t - 2{t^3}}}\) B: \({e^{\sin t - 2{t^3}}}\left( {\cos t - 6{t^2}} \right)\) C: \({e^{\sin t - 2{t^3}}}\ {\sin t } \) D: \({e^{\sin t - 2{t^3}}}\,{t^3}\)

  • 2022-06-14 问题

    逻辑判断式中错误的是_____。 A: t>20 B: t>=1 & t<=3 C: t>=1 and t<=3 D: t<=1 || t>=3

    逻辑判断式中错误的是_____。 A: t>20 B: t>=1 & t<=3 C: t>=1 and t<=3 D: t<=1 || t>=3

  • 2021-04-14 问题

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

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

  • 1 2 3 4 5 6 7 8 9 10