Maple Tools

Maple Tools - Symbolic engine for SMath Studio. - Messages

#21 Posted: 9/26/2012 4:16:36 PM
Oscar Campo

Oscar Campo

124 likes in 298 posts.

Group: Moderator

Wrote

Wrote

Hello uni

Wrote

Please, Uni or Omorr, could you translate the text on the image on first post?

Thanks a lot

oscampo


Thank you for your efforts on this but, unfortunately, there is no way for me to understand how is this working and how should this plugin be used .

Regards,
Radovan



Ok. I'll make simple video tutorial.



Hi Uni, I was trying again with your plugin, but I have a problem: This plugin is not compatible with windows 7



#22 Posted: 9/26/2012 10:28:31 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Quote

Hi Uni, I was trying again with your plugin, but I have a problem: This plugin is not compatible with windows 7



Try to change the environment variable TEMP (TMP) to c:\temp (short path). And run the program with administrator privileges.

Russia ☭ forever, Viacheslav N. Mezentsev
#23 Posted: 9/27/2012 1:02:48 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Hello uni,

By changing TMP,TEMP variables it works now for me (WinXP(32))
Just could not believe it was that simple

[MATH=eng]maple(dsolve(diff(y(x),x)+5*y(x)≡3*x,y(x)))=y(x)={3*(-1+5*x)+25*exp(-5*x)*_C1}/25[/MATH]

[MATH=eng]maple(int(1/x,x))=ln(x)[/MATH]

Thank you,
Radovan

EDIT:
On Win7(64) (I changed TMP,TEMP variables) the following error appeared - first picture attached.
I have the Administrator privileges, of course. If I run SMath as Administrator, error apperaed - second picture attached
smathmapleadmin.png
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
1 users liked this post
Вячеслав Мезенцев 9/28/2012 12:54:00 AM
#24 Posted: 9/27/2012 3:52:19 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Hello,

Just a reminder on this post about wrong mixed derivatives

See please the results using maple plugin by uni -(unfortunately, it seems it is not working on Win7(64) or I do not know how to make it work) and by SMath. SMath is doing this wrong and I hope this will be corrected in the next SMath release.

Regards,
Radovan
mixedderivatives.png
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#25 Posted: 9/27/2012 8:44:33 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Radovan, plugin doesn't support nested expressions yet (see file mvr4.txt with intermediate calculations). This means that you can not use functions, because mapledos.exe not see them (need to finish, I hope it will be in the next release):

27.09.2012 18:33:09 [->] diff(diff(f(x;y);y);x)
27.09.2012 18:33:09 [->] C:\Temp\tmp8C7.tmp:
interface(quiet=true);
writeto(`C:\\Temp\\tmp8C8.tmp`):
sys := proc() { args[i] $ i = 1..nargs-2 }; end:
ans := diff(diff(f(x,y),y),x):
if ( whattype( ans ) = `exprseq` ) then convert( cat( `mat(`, substring( convert( [ans], string ), 2..-2 ), `,`, nops( [ans] ), `,1)` ), string ); elif ( whattype( ans ) = `set` ) then convert(cat(`mat(`,substring(convert(map2(op,2,[ans[i]$i=1..nops(ans)]),string),2..-2),`,`,nops(ans),`,1)`),string);else convert( ans, string ); fi;
quit:

27.09.2012 18:33:13 [<-] C:\Temp\tmp8C8.tmp:
diff(diff(f(x,y),x),y)
27.09.2012 18:33:13 [<-] diff(diff(f(x;y);x);y)

As for the 64-bit version, I'll think about it.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Radovan Omorjan 9/27/2012 11:55:00 AM
#26 Posted: 9/27/2012 11:25:02 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Update: mvr4_20120927.zip

If you want to use function from SMath Studio write this: int(sin(x),x) or maple(int(sin(x),x)) - it will be the same.
But If you want to use function from Maple V R4 (DOS) write this: maple("int"(sin(x),x)) it will not be equivalent to maple(int(sin(x),x)) (preprocessing is done before calling maple()).

P.S. I still think how to do better .

Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Radovan Omorjan 9/27/2012 11:57:00 AM
#27 Posted: 9/27/2012 12:27:02 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Hello uni,
Wrote


P.S. I still think how to do better .



Wish you all the best about it.

By the way, is there any chance that plugins you and other good people made could be available in one place and not scattered through the Forum . I suppose that at list new forum like "User plugins" could be made and all the user plugins available for using to be put there. As far I know all the plugins are in the "Samples" among many other topics.

Maybe Andrey could open a new "User plugins" Forum for instance

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
1 users liked this post
Вячеслав Мезенцев 9/28/2012 12:54:00 AM
#28 Posted: 9/27/2012 12:43:02 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Radovan, I added a link in the signature.
Russia ☭ forever, Viacheslav N. Mezentsev
#29 Posted: 9/27/2012 2:13:12 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Ah yes, I see - did not see that sorry

Thank you very much - I will keep your link as a reference for all your very useful plugins

Thank you very much,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#30 Posted: 9/27/2012 2:16:45 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Wrote

Ah yes, I see - did not see that sorry


I added it today :d
Russia ☭ forever, Viacheslav N. Mezentsev
#31 Posted: 9/27/2012 11:54:17 PM
adiaz

adiaz

5 likes in 25 posts.

Group: User

Wrote


Try this one: mvr4_20120926.zip. In the plugins folder there is a log file of transformations: mvr4.txt. Don't forget to check it periodically.



Thanks. Testing ...

Alvaro.

1 users liked this post
Вячеслав Мезенцев 9/28/2012 12:54:00 AM
#32 Posted: 9/28/2012 12:56:51 AM
adiaz

adiaz

5 likes in 25 posts.

Group: User

Hi. I dislake M54IV (the last version which use old Mathcad versions). But love M5R5. That version have a different notation for strings, more like the new versions of others softwares. Also, it works in Windows 3 version, for 16 bits, but with the extension for 32 bits. Even I don't understand how use the semicolon in the uni examples, here is the result replacing mapledos.exe, and lib and licence folders with this version.



MAPLE_SM.png
#33 Posted: 9/28/2012 1:07:51 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Wrote

Hi. I dislake M54IV (the last version which use old Mathcad versions). But love M5R5. That version have a different notation for strings, more like the new versions of others softwares. Also, it works in Windows 3 version, for 16 bits, but with the extension for 32 bits. Even I don't understand how use the semicolon in the uni examples, here is the result replacing mapledos.exe, and lib and licence folders with this version.


Could you show the contents of the file mvr4.txt?
Many years ago there was even a website called "Maple bugs". It had a lot of them.
Russia ☭ forever, Viacheslav N. Mezentsev
#34 Posted: 9/28/2012 1:22:39 AM
adiaz

adiaz

5 likes in 25 posts.

Group: User

Sure, here it is.
mvr4.txt (65 KiB) downloaded 91 time(s).
1 users liked this post
#35 Posted: 9/28/2012 1:30:17 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Wrote

Sure, here it is.


I forgot that I also have cmaple.exe. Thanks for reminding me, I'll change the plugin to support the "Maple V Release 5". As for the semicolon, you can just write a comma. It depends on the settings in SMath Studio.
Russia ☭ forever, Viacheslav N. Mezentsev
#36 Posted: 9/28/2012 1:45:59 AM
adiaz

adiaz

5 likes in 25 posts.

Group: User

It can be great, and I agree with you about to not convert smath in a kind of fronten or front cover to call others programs. But in the meantime that have not some functions, like indefinite integrals, maybe the best way in call some external program could be use a wrapper function (like Eval or Parse) inside of smath, where each user can configure it's oun kernel (maxima, yacas, ...).

Ah, and thanks for remember me the smath configuration.
#37 Posted: 9/28/2012 2:00:01 AM
adiaz

adiaz

5 likes in 25 posts.

Group: User

Can´t call the function with two args. (Pila vacía = empty stack)

Regards.

Alvaro.
err_msg.gif
#38 Posted: 9/28/2012 2:08:36 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

statement :d

Wait for a while, I'll change the plugin and then you'll can use it normally.

Russia ☭ forever, Viacheslav N. Mezentsev
#39 Posted: 9/28/2012 2:23:40 AM
adiaz

adiaz

5 likes in 25 posts.

Group: User

jajaja. It's late and it's raining. Thanks.
Alvaro.
#40 Posted: 9/28/2012 4:27:15 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Wrote

Wrote

Ah yes, I see - did not see that sorry


I added it today :d


It worked few hours ago and now do not - hope this is temporarily

ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: ftp://82.193.156.30/SMath/plugins

The following error was encountered:

Connection to 82.193.156.30 Failed

The system returned:

(113) No route to host

The remote host or network may be down. Please try the request again.

Your cache administrator is root.
Generated Fri, 28 Sep 2012 08:26:00 GMT by proxy.uns.ac.rs (squid/2.6.STABLE21)


Regards,
Radovan


When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
  • New Posts New Posts
  • No New Posts No New Posts