在MATLAB的Editor中输入下列语句:x=[13;24];y=norm(x(:,2));z=det(x);u=diag(x);v=polyval(u,1);运行后,在CommandWindow中对应y,z,u,v的输出结果为() A: 4 2 [1;2] 3 B: 4 -2 [1;4] 5 C: 5 2 [1;2] 3 D: 5 -2 [1;4] 5
在MATLAB的Editor中输入下列语句:x=[13;24];y=norm(x(:,2));z=det(x);u=diag(x);v=polyval(u,1);运行后,在CommandWindow中对应y,z,u,v的输出结果为() A: 4 2 [1;2] 3 B: 4 -2 [1;4] 5 C: 5 2 [1;2] 3 D: 5 -2 [1;4] 5
【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]
【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]
设随机过程X(t)=At+B, -∞<t<∞. 其中随机变量A与B独立同服从区间(0, 2)上均匀分布. 则以下选项正确的有( ). A: X(1)-X(0)~U(0, 2). B: X(1)~U(0, 4). C: X(2)-X(1)与X(0)同分布. D: X(0)~U(0, 2).
设随机过程X(t)=At+B, -∞<t<∞. 其中随机变量A与B独立同服从区间(0, 2)上均匀分布. 则以下选项正确的有( ). A: X(1)-X(0)~U(0, 2). B: X(1)~U(0, 4). C: X(2)-X(1)与X(0)同分布. D: X(0)~U(0, 2).
采用基2时间抽取FFT算法流图计算8点序列的DFT,第一级的数据顺序为 A: x[0],x[2],x[4],x[6],x[1],x[3],x[5],x[7] B: x[0],x[1],x[2],x[3],x[4],x[5],x[6],x[7] C: x[0],x[4],x[2],x[6],x[1],x[5],x[3],x[7] D: x[0],x[2],x[1],x[3],x[4],x[6],x[5],x[7]
采用基2时间抽取FFT算法流图计算8点序列的DFT,第一级的数据顺序为 A: x[0],x[2],x[4],x[6],x[1],x[3],x[5],x[7] B: x[0],x[1],x[2],x[3],x[4],x[5],x[6],x[7] C: x[0],x[4],x[2],x[6],x[1],x[5],x[3],x[7] D: x[0],x[2],x[1],x[3],x[4],x[6],x[5],x[7]
采用基2频率抽取FFT算法计算点序列的DFT,以下()流图是对的。 A: x[0],x[1],x[2],x[3],x[4],x[5],x[6],x[7] B: x[0],x[2],x[4],x[6],x[1],x[3],x[5],x[7] C: x[0],x[2],x[1],x[3],x[4],x[6],x[5],x[7] D: x[0],x[4],x[2],x[6],x[1],x[5],x[3],x[7]
采用基2频率抽取FFT算法计算点序列的DFT,以下()流图是对的。 A: x[0],x[1],x[2],x[3],x[4],x[5],x[6],x[7] B: x[0],x[2],x[4],x[6],x[1],x[3],x[5],x[7] C: x[0],x[2],x[1],x[3],x[4],x[6],x[5],x[7] D: x[0],x[4],x[2],x[6],x[1],x[5],x[3],x[7]
在MATLAB的Editor中输入下列语句:x=[1<br/>3;2 4];y=norm(x(:,2));z=det();u=diag();v=polyval(u,1);运行后,在Command<br/>Window 中对应y,z,u,v的输出结果为(<br/>) A: 5 -2 [1;4] 5 B: 5 2 [1;2] 3 C: 4 2 [1;2] 3 D: 4 -2 [1;4] 5
在MATLAB的Editor中输入下列语句:x=[1<br/>3;2 4];y=norm(x(:,2));z=det();u=diag();v=polyval(u,1);运行后,在Command<br/>Window 中对应y,z,u,v的输出结果为(<br/>) A: 5 -2 [1;4] 5 B: 5 2 [1;2] 3 C: 4 2 [1;2] 3 D: 4 -2 [1;4] 5
set1 = {x for x in range(10)} print(set1) 以上代码的运行结果为? A: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} B: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10} C: {1, 2, 3, 4, 5, 6, 7, 8, 9} D: {1, 2, 3, 4, 5, 6, 7, 8, 9,10}
set1 = {x for x in range(10)} print(set1) 以上代码的运行结果为? A: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} B: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10} C: {1, 2, 3, 4, 5, 6, 7, 8, 9} D: {1, 2, 3, 4, 5, 6, 7, 8, 9,10}
>>>x= [10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9]>>>print(x.sort()) 语句运行结果正确的是( )。 A: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] B: [10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9] C: [10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0] D: ['2', '4', '0', '6', '10', '7', '8', '3', '9', '1', '5']
>>>x= [10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9]>>>print(x.sort()) 语句运行结果正确的是( )。 A: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] B: [10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9] C: [10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0] D: ['2', '4', '0', '6', '10', '7', '8', '3', '9', '1', '5']
列声母番号填入对应字的括号内:(1)zh(2)ch(3)sh(4)z(5)c(6)s(7)n(8)l(9)f(10)h(11)d(12)t(13)g(14)k(15)b(16)p(17)j(18)q(19)x(20)m长住扫来才娘谭在沁店 A: (2)(1)(6)(8)(5)(7)(12)(4)(11)(18) B: (2)(1)(6)(8)(5)(7)(12)(4)(18)(11) C: (1)(2)(6)(8)(5)(7)(12)(4)(11)(18) D: (1)(2)(6)(8)(5)(7)(12)(4)(18)(11)
列声母番号填入对应字的括号内:(1)zh(2)ch(3)sh(4)z(5)c(6)s(7)n(8)l(9)f(10)h(11)d(12)t(13)g(14)k(15)b(16)p(17)j(18)q(19)x(20)m长住扫来才娘谭在沁店 A: (2)(1)(6)(8)(5)(7)(12)(4)(11)(18) B: (2)(1)(6)(8)(5)(7)(12)(4)(18)(11) C: (1)(2)(6)(8)(5)(7)(12)(4)(11)(18) D: (1)(2)(6)(8)(5)(7)(12)(4)(18)(11)
下列哪条语句是正确的( ) A: A=[1 2;3 4];B=[3;7];A.*B; B: A=cell(2,3);A(1,2)=[4;5]; C: A=[2 3 5 7;9 4 6 1;7 3 2 5];B=[1 7;0 5];A(2:end,2:2:end) D: x=-5:5;y=-5:5;z=x.*x-y.*y;surf(x,y,z);
下列哪条语句是正确的( ) A: A=[1 2;3 4];B=[3;7];A.*B; B: A=cell(2,3);A(1,2)=[4;5]; C: A=[2 3 5 7;9 4 6 1;7 3 2 5];B=[1 7;0 5];A(2:end,2:2:end) D: x=-5:5;y=-5:5;z=x.*x-y.*y;surf(x,y,z);