zakyn

258 Reputation

8 Badges

20 years, 206 days

MaplePrimes Activity


These are replies submitted by zakyn

Hello,

I write this posts as an answer of notification e-mail.

My subscrition for notification work correctly.

Vladimir

Hello,

thank you for your solunition.

 

All posts help me.

Thanks

Vladimir

 

 

Hello,

thank you for your solunition.

 

All posts help me.

Thanks

Vladimir

 

 

Hello,

I have solved several problems and I am very glad that the LibraryTools exists.

Your document is perfect.

Thanks.

Vladimir

Hello,

I have solved several problems and I am very glad that the LibraryTools exists.

Your document is perfect.

Thanks.

Vladimir

Well, www.maplesoft.com works correctly but the other does not work. Why? Vladimir
Hello, I thought, that it works, but if I change URL e.g. to www.maplesoft.cz it does not work. Do you explain me please? Two examples: > (r, txt) := HTTP[Get]("www.maplesoft.cz"); r, txt := 200, "" > (r, txt) := HTTP[Get]("www.vladimirzak.com/maple"); r, txt := 301, "< !DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"\> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="http://www.vladimirzak.\com/maple/">here</a>.</p> </body></html> " What is wrong? The sites are there. Thank you very much for your answer. Vladimir
Hello Laurent, we have met on MARC 2006. Thank you very much, HTTP works. It is very usefull. Is it possible to do that with Socket package? Thank you. Vladimir
Thanks a lot. It is very usefull for me. Vladimir
Hello, I forgot that I use verboseproc=3 to show code of procedure. e.g. > interface(verboseproc=3): > print(dsolve); I have already used showstat too. But why should I use kernelopts(opaquemodules=false): ? Thanks for a link to old timer techniques, too. It is very useful :o) Vladimir
Thank you for your help. If I understand well, I am not able to rewrite test4, test5 and tes6 procedure to get faster because I call the Sample(...) only once. Well, procedures of Statistics are very slow and then my procedures are slow as well. Is it right? Thank you Vladimir
Hello, your answer is very interesting for me. How should I trace the procedure to see what you say? Is the following code the most usefull? with(CodeTools[Profiling]): Profile(test3): PrintProfiles(); Well, How should I use Maple to solve statistics problem? Thank you Vladimir
Hi, I do not know, what does A[i,1..-1] mean? Why 1..-1? Thanks Vladimir
Hello, I have read your comments and thank you for it. But I posted this for my friend. I will try to rewrite the procedures. I thought that the slow is because of Statistics package. Vladimir
Thank you, it works. Is it a Maple bug or different ps format? Vladimir
1 2 3 4 Page 2 of 4