x^2-1与x-1相伴。
举一反三
- 求极限lim(x→1)(2/x^2-1)-(1/x-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}-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
- 不等式(x+2)(x-1)>0的解集为 A: {x|x<-2或x>1} B: {x|-2<x<1} C: {x|x<-1或x>2} D: {x|-1<x<2}