A: t=-10:0.01:10; y=square(2*pi*t/4,25)/2+0.5;
B: t=-10:0.01:10; y=square(2*pi*t/8,25)/2+0.5;
C: t=-10:0.01:10; y=square(2*pi*t/8,50)/2+0.5;
D: t=-10:0.01:10; y=square(2*pi*t/4,50)/2+0.5;
举一反三
- 产生周期为1的三角波信号,正确的代码是 A: t=0:1/1000:5;y=sawtooth(2*pi*t,0.5);号,正确的代码是 B: t=0:1/1000:5;y=sawtooth(2*pi*10*t,0.5);,正确的代码是 C: t=0:1/1000:5;y=square(2*pi*t,0.5);� D: t=0:1/1000:5;y=square(2*pi*10*t,0.5);
- 计算曲线积分\({\oint_L {({x^2} + {y^2})} ^3}ds\),其中\(L\)为圆周\(x = a\cos t,y = a\sin t(0 \le t \le 2\pi )\)。 A: \(2\pi {a^7}\) B: \(2\pi {a^6}\) C: \(2\pi {a^5}\) D: \(2\pi {a^8}\)
- 已知\(L\)为圆周 \(x = a\cos t,y = a\sin t(0 \le t \le 2\pi )\),则\({\oint_L {({x^2} + {y^2})} ^n}ds{\rm{ = }}\) ( ). A: \(2\pi {a^{2n + 1}}\) B: \(2\pi {a^{2n - 1}}\) C: \(\pi {a^{2n + 1}}\) D: \(\pi {a^{2n - 1}}\)
- 计算\({\oint_L {({x^2} + {y^2})} ^n}ds\),其中\(L\)为圆周\(x = a\cos t\),\(y=asint\)\((0 \le t \le 2\pi )\)。 A: \(2\pi {a^{n + 1}}\) B: \(2\pi {a^{2n + 1}}\) C: \(\pi {a^{n + 1}}\) D: \(2\pi {a^{n + 1}}\)
- 根据储量计算结果及等级化标准,对储量规模进行评价,油田储量()的储量规模为大规模。 A: >10×10<sup>8</sup>t B: 为1×10<sup>8</sup>t~10×10<sup>8</sup>t C: 为0.01×10<sup>8</sup>t~1×10<sup>8</sup>t D: 为0.01×10<sup>8</sup>t~0.1×10<sup>8</sup>t
内容
- 0
在0~4π 区间绘制y=5cos(10t+π/3)关系曲线,下述哪个程序正确? A: t=0:4*pi, y=5cos(10t+pi/3) B: t=0:0.1:4π, y=5*cos(10*t+π/3) C: t=0:4π, y=5*cos(10*t+π/3) D: t=0:0.1:4*pi, y=5*cos(10*t+pi/3)
- 1
中国大学MOOC: 下列程序的运行结果是( )。x=0:pi/100:2*pi;for n=1:2:10 plot(n*sin(x),n*cos(x)) hold onendaxis square
- 2
曲线$\left\{ \matrix{ {x^2} + {y^2} + {z^2} = 9 \cr y = x \cr} \right.$的参数方程为( ). A: $$\left\{ \matrix{ x = \sqrt 3 \cos t \cr y = \sqrt 3 \cos t \cr z = \sqrt 3 \sin t \cr} \right.(0 \le t \le 2\pi )$$ B: $$\left\{ \matrix{ x = {3 \over {\sqrt 2 }}\cos t\cr y = {3 \over {\sqrt 2 }}\cos t \cr z = 3\sin t \cr} \right.(0 \le t \le 2\pi )$$ C: $$\left\{ \matrix{ x = \cos t\cr y = \cos t\cr z = \sin t \cr} \right.(0 \le t \le 2\pi )$$ D: $$\left\{ \matrix{ x = {{\sqrt 3 } \over 3}\cos t\cr y = {{\sqrt 3 } \over 3}\cos t \cr z = {{\sqrt 3 } \over 3}\sin t\cr} \right.(0 \le t \le 2\pi )$$
- 3
一振幅为A、周期为T、波长为λ平面简谐波沿X负向传播,在X=(1/2)λ处,t=T/4时振动相位为π,则此平面简谐波的波动方程为:() A: y=Acos(2πt/T-2πx/λ-1/2π) B: y=Acos(2πt/T+2πx/λ+1/2π) C: y=Acos(2πt/T+2πx/λ-1/2π) D: y=Acos(2πt/T-2πx/λ+1/2π)
- 4
对两个周期信号x(t)和y(t),下列对和信号x(t)+y(t)说法正确的是。 A: 和信号一定是周期信号。 B: 若x(t)与y(t)的周期分别为2和2,其和信号是周期信号。 C: 若x(t)与y(t)的周期分别为2和,和信号是周期信号。 D: 若x(t)与y(t)的周期分别为2和3,和信号是周期信号。