;A.无记忆
B.线性
C.时变
D.因果
第1题:
3、一空间曲线由参数方程 x=t y=sin(2t) , -3<t<3 z=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)
第2题:
一空间曲线由参数方程 x=t y=sin(2t) , -3<t<3 z=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 (t, y, z)
D.t=-3:0.1:3; x=t; y=sin (2*t); z=cos (3*t.*t); plot3(x, y, z)
第3题:
某系统的零状态响应为:y(t)=f(t)sin(2t),则关于该系统表述正确的是()
A.因果的,稳定的
B.非因果的,稳定的
C.因果的,不稳定的
D.非因果的,不稳定的
第4题:
某系统的零状态响应为:y(t)=f(t)sin(2t),则关于该系统表述正确的是()
A.线性的,时不变的
B.线性的,时变的
C.非线性的,时不变的
D.非线性的,时变的
第5题:
一质点在xoy平面内运动,其运动方程有以下可能: (1)x=2t,y=1+1/t (2)x=3t,y=1+6t (3)x=sint,y=cost (4)x=2sin2t,y=cos2t 表示该质点做直线运动的方程是________。 表示该质点做椭圆运动的方程是________。