Hi!,
Thanks for this great software. I really like it. However, I got an error message :
"Could not execute xcas properly : timeout. It seems as if xcas has hanged"
whenener I try to execute the following scipt
Start of script :
z:=ln(x^2*w+y^2)*sin(x*y+w)/(cos(y+1));
a:=1;da:=0.01;
b:=2;db:=0.02;
c:=3;dc:=0.03;
za:=abs(diff(z,x))*da;
zb:=abs(diff(z,y))*db;
zc:=abs(diff(z,w))*dc;
dz:=za+zb+zc;
zv:=approx(subst(subst(z,x=a,y=b),w=c));
"z=",zv;
"dz=",approx(subst(subst(dz,x=a,y=b),w=c));
End of script
PS: The same script works fine with the freeware "Cas commander v1.1b". But I prefer PocketCas as it is user frendly.
Some other suggestions for future release :
1. Include a on-line help with examples
2. Include the resolution of partial differential equations (PDEs)
3. Include plotting capabilities
By the way, what is the instruction to clear screen, within a script ?
Thanks
Belaidi