Question: execution stopped:......, the kernel has been shut down

hi guys,i have a program when i run it after 3or4 minutes maple give this :

execution stopped:memory allocation failed.please see ?alloc for more detail.

when i ok it then give this :

the kernel has been shut down.further computations cannot be performed.

 

what do you think ?

 

 

thank you very much



ode1:=diff(L(t),t)*(V(t))=0.682*10^(-7);

ode1 := (diff(L(t), t))*V(t) = 0.6820000000e-7

(1)

ode2:=137*10^6*diff(V(t),t)*V(t)=(1/(4*3.14))*1.66*10^(-10)*L(t)^2*(3.5*10^3-V(t))^2;

ode2 := 137000000*(diff(V(t), t))*V(t) = 0.1321656051e-10*L(t)^2*(3500.0-V(t))^2

(2)

ic1:=V(0)=0.01;

ic1 := V(0) = 0.1e-1

(3)

ic2:=L(0)=0;

ic2 := L(0) = 0

(4)

dsolve({ode1,ode2,ic1,ic2},{V(t),L(t)});

 

 

 

 

 



Download moji.mws



Please Wait...