Question: compute integral

Can someone answer why i get Float(undefined) while computing integral

Here is my example

NULL

restart

with(plots):

NULL

alpha0 := .3;

.3

(1)

R := .1;

.1

(2)

sigma := 636;

636

(3)

Kfc := 101;

101

(4)

Ksc := 9;

9

(5)

E := 2*10^5;

200000

(6)

`δth` := 2*10^(-7);

1/5000000

(7)

`δc` := 0.8e-1*10^(-3);

0.8000000000e-4

(8)

p := 400;

400

(9)

`lδz` := 12.1*10^(-3);

0.1210000000e-1

(10)

lKz := 20.3*10^(-3);

0.2030000000e-1

(11)

eta := 10^(-5);

1/100000

(12)

l0 := 0;

0

(13)

xi := p/sigma;

100/159

(14)

KImax := evalf(p*sqrt(Pi*l));

708.9815404*l^(1/2)

(15)

``

`Nδ` := evalf(E*sigma*(int((-xi^2+1)*(-KImax^2+Kfc^2)/((KImax^2-Ksc^2)*((-R^4+1)*(KImax^2+Ksc^2)+eta*E*sigma)), l = l0 .. `lδz`))/alpha0);

Float(undefined)

(16)

``

NULL

NULL

NULL

NULL

NULL

``

``

``

``

``

NULL

NULL


 

Download N.mw

Thanks in advance

Please Wait...