这怎么算?360、36、9、3、2、()A.0B.0.5C.1D.2
举一反三
- 【单选题】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~N(1,4),则P(0<X<3)=(). A: Φ(3)−0.5 B: Φ(1)+Φ(0.5)−1 C: 2Φ(1)−1 D: 2−2Φ(1)
- 下列向量组中,( )是线性无关向量组。 A: (1, 1, 0), (0, 2, 0), (0, 0, 3) B: (1, 2), (3, 0), (5, 1) C: (2, 6, 0), (3, 9, 0), (0, 0, 2) D: (1, 2), (--3, 0), (5, 1)
- 打印九九乘法表,要求格式为: 1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*9=9 2*9=18 3*9=27 4*9=36 5*9=45 6*9=54 7*9=63 8*9=72 9*9=81 程序填空: #include void main() { int i,j; for(i=1; ;i++) { for(j=1; ;j++) printf("%d*%d=%d\t", ); ; } }
- Sets: Aam/a,b,c/:m,n;EndsetsData: M,n=2 3 1 9 0 8;Enddata下列说法错误的是 A: m(1)=2,n(1)=9 B: m(1)=2,n(2)=9 C: m(2)=1,n(2)=9 D: m(3)=0,n(3)=8