应用Leibniz判别法证明:[tex=5.429x2.714]iIqHY70mW7wvbJoOpm3edtxIKz7IxEpn1CjiGSlbBgqMlZEWwWZH5WgKRZrLEVH+cnRqFuOD5P1r1DhAkCStfw==[/tex]收敛 .
举一反三
- 级数1/(1*3)+ 1/(3*5)+ 1/(5*7)+…收敛。
- 级数1/(2*5)+1/(3*6)+1/(4*7)+…收敛
- set1 = {x for x in range(10) if x%2!=0} set1.remove(1) print(set1) 以上代码的运行结果为? A: {1, 3, 5, 7, 9} B: {1, 3, 5, 7} C: {3, 5, 7, 9} D: {3, 5, 7}
- set1 = {x for x in range(10) if x%2!=0} print(set1) 以上代码的运行结果为? A: {1, 3, 5, 7, 9} B: {1, 3, 5, 7} C: {3, 5, 7, 9} D: {3, 5, 7}
- \(\int { { {\sin }^{2}}x { { \cos }^{5}}xdx}\)=( ) A: \(\frac{1}{3} { { \sin }^{3}}x-\frac{2}{5} { { \sin }^{5}}x+\frac{1}{7} { { \sin }^{7}}x+C\) B: \(\frac{2}{3} { { \sin }^{3}}x-\frac{1}{5} { { \sin }^{5}}x-\frac{1}{7} { { \sin }^{7}}x+C\) C: \(\frac{1}{3} { { \cos }^{3}}x-\frac{2}{5} { { \cos }^{5}}x+\frac{1}{7} { { \cos }^{7}}x+C\) D: \(\frac{2}{3} { { \cos }^{3}}x-\frac{1}{5} { { \cos }^{5}}x-\frac{1}{7} { { \cos }^{7}}x+C\)