下列求极值的命令中正确的是:
A: [x,y]=fminbnd('f(x)',a)
B: [x,y]=fminbnd('f(x)',a,b)
C: [x,y]=fminsearch('f(x)',a,b)
D: [x,y]=fminbnd('f(x)',[a,b])
A: [x,y]=fminbnd('f(x)',a)
B: [x,y]=fminbnd('f(x)',a,b)
C: [x,y]=fminsearch('f(x)',a,b)
D: [x,y]=fminbnd('f(x)',[a,b])
举一反三
- 下列求极值的命令中正确的是: A: [x,y]=fminbnd('f(x)',a) B: [x,y]=fminbnd('f(x)',a,b) C: [x,y]=fminsearch('f(x)',a,b) D: [x,y]=fminbnd('f(x)',[a,b])
- 下列求极值的命令中正确的是: A: [x,y]=fminband('f(x)',a) B: [x,y]=fminband('f(x)',a,b) C: [x,y]=fminsearch('f(x)',a,b) D: [x,y]=fminband('f(x)',[a,b])
- 在Matlab中,命令limit(f,x,y)的含义是 A: 求f(x)在x趋于y时的极限 B: 求f(y)在y趋于x时的极限 C: 求f(x,y)的极值 D: 求f(x,y)的极值点
- 以下哪项是前束范式 A: "x"y(F(x) ÙF(y) ®G(y,x)) B: "x (F(x) Ù$y(F(y) ®G(y,x))) C: "x (F(x) Ù F(y) ®$y G(y,x)) D: "x (F(x) Ù "y F(y) ® G(y,x))
- 【单选题】设函数 f ( x , y ) 在 x 2 + y 2 ≤ 1 上连续,使 成立的充分条件是 A. f ( - x , y )= f ( x , y ) f ( x , - y )= - f ( x , y ) B. f ( - x , y )= f ( x , y ) f ( x , - y )= f ( x , y ) C. f ( - x , y )= - f ( x , y ) f ( x , - y )= - f ( x , y ) D. f ( - x , y )= - f ( x , y ) f ( x , - y )= f ( x , y )