0    -82>> p=[1 3 1 -1 2];>> roots(p)

0    -82>> p=[1 3 1 -1 2];>> roots(p)

A、ns =

B、-2.0000

C、-1.8393

D、0.4196 + 0.6063i

E、0.4196 - 0.6063i

F、3>> eq1=sym('2*x1+6*x2+3*x3+2*x4=6');

G、>> eq2=sym('3*x1+5*x2+2*x3+2*x4=4');

H、>> eq3=sym('x1+2*x2+x3+3*x4=2');

I、>> eq4=sym('4*x1+3*x2+2*x3+6*x4=7');

J、[x1,x2,x3,x4]=solve(eq1,eq2,eq3,eq4)

K、x1 =

L、21/25

M、x2 =

N、-33/25

O、x3 =

P、104/25

Q、x4 =

R、-3/25

S、4function y=fc(x)

T、y(1)=x(1)*x(1)-x(2)*x(2)+x(3)-9;

U、y(2)=3*x(1)+5*x(2)+6*x(3);

V、y(3)=x(1)-3*x(2)-6*x(3)-1;

W、[y(1) y(2) y(3)];

X、nd

Y、[-1,1,-1];

Z、X=fsolve('fc',x0)

[、o be converging to a point which is not a root.

\、Relative function value changing by less than max(options.TolFun^2,eps) but

]、res of function values is greater than or equal to sqrt(options.TolFun)

^、Try again with a new starting guess.

_、X =

`、-2.6087    1.0127   -0.2751

a、5>> subplot(1,2,1)

b、>> x1=0:0.1:2;

c、>> y1=exp(x1);

d、>> plot(x1,y1,'r')

e、>> title('指数函数')

f、>> subplot(1,2,2)

g、>> x2=0:0.1:3;

h、>> y2=log10(x2);

i、>> plot(x2,y2,'b')

j、>> title('对数函数')

k、6function f=m(x)

l、if x>=1

m、=x*x+1;

n、lseif x>-1&x<1

o、=x*x;

p、lse f=x*x-1;

q、nd

r、>> x=2;

s、>> m(x)

t、ns =

本站整理有大量高等教育、资格考试类试题答案,Ctrl+D收藏备用!

答案解析