下述断言正确的是( )。
A: $x-1$是$(x^{2}-1)^{3}(x^{3}-1)$的$3$重因式;
B: $x^{2}-1$是$(x^{2}-1)(x^{3}-1)$的单因式;
C: $(x-1)^{2}$是$(x^{2}-1)^{2}(x^{3}-1)^{2}$的$2$重因式;
D: $x-1$是$(x^{2}-1)^{2}(x^{3}-1)^{2}$的$4$重因式。
A: $x-1$是$(x^{2}-1)^{3}(x^{3}-1)$的$3$重因式;
B: $x^{2}-1$是$(x^{2}-1)(x^{3}-1)$的单因式;
C: $(x-1)^{2}$是$(x^{2}-1)^{2}(x^{3}-1)^{2}$的$2$重因式;
D: $x-1$是$(x^{2}-1)^{2}(x^{3}-1)^{2}$的$4$重因式。
举一反三
- 【单选题】用if语句表示如下分段函数f(x),下面程序不正确的是()。 f(x)=2x+1 x>=1 f(x)=3x/(x-1) x<1 A. if(x>=1):f=2*x+1 f=3*x/(x-1) B. if(x>=1):f=2*x+1 if(x<1):f=3*x/(x-1) C. f=2*x+1 if(x<1):f=3*x/(x-1) D. if(x<1):f=3*x/(x-1) else:f=2*x+1
- 求方程组的解,取初值为(1,1,1)。[img=250x164]180333307ab8fde.jpg[/img] A: f=@(x) [x(1)^3+x(2)-x(3)-5; 2*x(1)+3*x(2)^2-6; x(1)+x(2)+x(3)-3];x=fsolve(f,[1,1,1],optimset('Display','off')) B: x=fsolve(@(x) [x(1)^3+x(2)-x(3)-5; 2*x(1)+3*x(2)^2-6; x(1)+x(2)+x(3)-3],[1,1,1]) C: f=@(x) [x(1)^3+x(2)-x(3)-5; 2*x(1)+3*x(2)^2-6; x(1)+x(2)+x(3)-3];x=fzero(f,[1,1,1]) D: x=fzero(@(x) [x(1)^3+x(2)-x(3)-5; 2*x(1)+3*x(2)^2-6; x(1)+x(2)+x(3)-3],[1,1,1])
- 积分[img=136x52]1803d6afd4e6f95.png[/img]的计算程序和结果是 A: clearsyms xy=1/x^2/sqrt(x^2-1)int(y,x,-2,-1)3^(1/2)/2 B: clearsyms xint(1/x^2/sqrt(x^2-1),x,-2,-1)3^(1/2)/2 C: clearsyms xint(1/x/sqrt(x^2-1),x,-2,-1)-pi/3 D: clearsyms xint(1/x/sqrt(x^2-1),x,-2,-1)3^(1/2)/2 E: clearsyms xint(1/x^2*sqrt(x^2-1),x,-2,-1)log(3^(1/2) + 2) - 3^(1/2)/2
- 设A={x|-1<x<2},B={x|1<x<3},求A∪B. A: {x|-1<x<2} B: {x|-1<x<1} C: {x|-1<x<3} D: {x|2<x<3}
- 函数$f(x)={{(x+2)}^{2}}{{(x-1)}^{3}}$的极值点是( )。 A: $x=-2$ B: $x=1$ C: $x=-2$ 与 $x=1$ D: $x=-2$ 与 $x=-\frac{4}{5}$