• 2022-06-07 问题

    求不定积分[img=132x48]17da6537fc8dad6.png[/img]; ( ) A: -(4*(cos(x/2)/2 + 2*sin(x/2)))/(17*exp(2*x)) B: (4*(sin(x/2)/2 + 2*sin(x/2)))/(17*exp(2*x)) C: (4*(cos(x/2)/2 + 2*sin(x/2)))/(17*exp(2*x)) D: (4*(cos(x/2)/2 + 2*cos(x/2)))/(17*exp(2*x))

    求不定积分[img=132x48]17da6537fc8dad6.png[/img]; ( ) A: -(4*(cos(x/2)/2 + 2*sin(x/2)))/(17*exp(2*x)) B: (4*(sin(x/2)/2 + 2*sin(x/2)))/(17*exp(2*x)) C: (4*(cos(x/2)/2 + 2*sin(x/2)))/(17*exp(2*x)) D: (4*(cos(x/2)/2 + 2*cos(x/2)))/(17*exp(2*x))

  • 2022-06-01 问题

    求微分方程[img=143x21]17da5f14490e50e.png[/img]的通解,实验命令为(). A: dsolve(D2y-2*Dy+5*y=sin(2*x),x)ans =exp(x)*sin(2*x)*C2+exp(x)*cos(2*x)*C1+1/17*sin(2*x)+4/17*cos(2*x) B: dsolve('D2y-2*Dy+5*y=sin(2*x)','x')ans =cos(2*x)*(sin(4*x)/17 - cos(4*x)/68 + 1/4) - sin(2*x)*(cos(4*x)/17 + sin(4*x)/68) + C1*cos(2*x)*exp(x) - C2*sin(2*x)*exp(x) C: dsolve(D2y-2*Dy+5*y=sin(2*x),'x','y')ans =exp(x)*sin(2*x)*C2+exp(x)*cos(2*x)*C1+1/17*sin(2*x)+4/17*cos(2*x)

    求微分方程[img=143x21]17da5f14490e50e.png[/img]的通解,实验命令为(). A: dsolve(D2y-2*Dy+5*y=sin(2*x),x)ans =exp(x)*sin(2*x)*C2+exp(x)*cos(2*x)*C1+1/17*sin(2*x)+4/17*cos(2*x) B: dsolve('D2y-2*Dy+5*y=sin(2*x)','x')ans =cos(2*x)*(sin(4*x)/17 - cos(4*x)/68 + 1/4) - sin(2*x)*(cos(4*x)/17 + sin(4*x)/68) + C1*cos(2*x)*exp(x) - C2*sin(2*x)*exp(x) C: dsolve(D2y-2*Dy+5*y=sin(2*x),'x','y')ans =exp(x)*sin(2*x)*C2+exp(x)*cos(2*x)*C1+1/17*sin(2*x)+4/17*cos(2*x)

  • 2022-06-06 问题

    Whatistheintersectionpointforthegraphsofthelines<em>y</em>=2<em>x</em>+7and<em>y</em>=3<em>x</em>+2? A: (9,25) B: (5,17) C: (-17,-5) D: (17,-7) E: (-7,17)

    Whatistheintersectionpointforthegraphsofthelines<em>y</em>=2<em>x</em>+7and<em>y</em>=3<em>x</em>+2? A: (9,25) B: (5,17) C: (-17,-5) D: (17,-7) E: (-7,17)

  • 2022-06-03 问题

    由直线x=1/2,x=2,曲线y=1/x以及x轴所围成图形的面积为() A: 15/4 B: 17/4 C: D: 2ln2

    由直线x=1/2,x=2,曲线y=1/x以及x轴所围成图形的面积为() A: 15/4 B: 17/4 C: D: 2ln2

  • 2022-06-06 问题

    下列程序的运行结果是()。Publicclasssun{Publicstaticvoidmain(Stringargs&#91;&#93;){intx=4,y=0;if(Math.pow(X,2)==16)y—x;if(Math.pow(X,2)<15)y—l/x;if(Math.pow(X,2)>15)y=(int)Math.pow(X,2)+1;system.out.println(y);}} A: 4 B: 17 C: 18 D: 0.25

    下列程序的运行结果是()。Publicclasssun{Publicstaticvoidmain(Stringargs&#91;&#93;){intx=4,y=0;if(Math.pow(X,2)==16)y—x;if(Math.pow(X,2)<15)y—l/x;if(Math.pow(X,2)>15)y=(int)Math.pow(X,2)+1;system.out.println(y);}} A: 4 B: 17 C: 18 D: 0.25

  • 2021-04-14 问题

    若有语句double x=17; int y;,当执行y=(int)(x/5)%2;之后y的值为

    若有语句double x=17; int y;,当执行y=(int)(x/5)%2;之后y的值为

  • 2022-06-06 问题

    If<em>x</em>-9=2<em>y</em>and<em>x</em>+3=5<em>y</em>,whatisthevalueof<em>x</em>? A: -2 B: 4 C: 11 D: 15 E: 17

    If<em>x</em>-9=2<em>y</em>and<em>x</em>+3=5<em>y</em>,whatisthevalueof<em>x</em>? A: -2 B: 4 C: 11 D: 15 E: 17

  • 2022-06-06 问题

    设有如下程序: public class Sun { public static void main(String args&#91; &#93;) { int x,y; x=4; y=0; if(Math.pow(x,2)==16) y=x; if(Math.pow(x,2)<15) y=1/x; if(Math.pow(x,2)>15) y=(int)Math.pow(x,2)+1; System.out.println(y); } } 程序的运行结果是( )。 A: 4 B: 17 C: 18 D: 0.25

    设有如下程序: public class Sun { public static void main(String args&#91; &#93;) { int x,y; x=4; y=0; if(Math.pow(x,2)==16) y=x; if(Math.pow(x,2)<15) y=1/x; if(Math.pow(x,2)>15) y=(int)Math.pow(x,2)+1; System.out.println(y); } } 程序的运行结果是( )。 A: 4 B: 17 C: 18 D: 0.25

  • 2022-06-07 问题

    请根据程序的运行结果,推断程序空缺处a的最大值、b的最小值、c和d的值。 A: -17;17;3;2 B: -17;18;3;2 C: -17;18;2;3 D: -17;17;2;3

    请根据程序的运行结果,推断程序空缺处a的最大值、b的最小值、c和d的值。 A: -17;17;3;2 B: -17;18;3;2 C: -17;18;2;3 D: -17;17;2;3

  • 2022-06-06 问题

    data = &#91;16, 7, 2, 17, 6, 18&#93; data.sort(key = lambda x : len(str(x))) print(data)运行以上代码,程序输出结果是:

    data = &#91;16, 7, 2, 17, 6, 18&#93; data.sort(key = lambda x : len(str(x))) print(data)运行以上代码,程序输出结果是:

  • 1 2 3 4 5 6 7 8 9 10