Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


23 Pages123>»
Options
Go to last post Go to first unread
Offline uni  
#1 Posted : 14 September 2011 19:09:19(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Maple Tools

SMath Studio compatibility SMath Viewer compatibility mono compatibility Extension page Sources Examples


Functions: maple().
Components: Maple, Maple Plot.

For now I just want to show how to use old symbolic engine in SMath Studio. We haven't normal symbolic engine yet, so I decided to use cmaple.exe for this purpose.

Click to enlarge Click to enlarge Click to enlarge Click to enlarge

Examples:

maple-system-tools.sm (18kb) downloaded 95 time(s).

plot3d() example plot() example implicitplot3d() example contourplot() example fieldplot() example polarplot() example

Links:

1. Maple interpreter (rus)

Edited by user 29 April 2023 09:39:39(UTC)  | Reason: Not specified

File Attachment(s):
MapleWrapper. Examples.pdf (67kb) downloaded 1,063 time(s).
Russia ☭ forever
Viacheslav N. Mezentsev
thanks 4 users thanked uni for this useful post.
on 15/09/2011(UTC),  on 15/05/2013(UTC),  on 12/11/2018(UTC),  on 09/03/2022(UTC)

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline omorr  
#2 Posted : 15 September 2011 04:32:38(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Thank you uni for this one very much,

I tried it but unfortunately I did not figure out how to use it. Just copied the folders from the zip archive, started SMath and even I could see that the MapleVR4 plugin present in the plugin list, there is also a maple() function in the function list but did not figure out how to use it. Never mind, I am just very grateful to you for working on this issue.

BTW, is there any chance to include some other (free) symbolic engines into SMath?

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
Offline oscampo  
#3 Posted : 15 September 2011 05:22:56(UTC)
oscampo


Rank: Advanced Member

Groups: Registered
Joined: 10/12/2009(UTC)
Posts: 238
Man
Colombia
Location: Cali, Colombia

Was thanked: 79 time(s) in 60 post(s)
Please, Uni or Omorr, could you translate the text on the image on first post?

Thanks a lot

oscampo
Offline uni  
#4 Posted : 15 September 2011 06:04:02(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Quote:
BTW, is there any chance to include some other (free) symbolic engines into SMath?


SMath Studio Should have own symbolic engine. Some knowledge is needed for this. Except the author, I also try to do researches in this area. These knowledges are based on works of 1960-1970th years in MIT. Before transformation were executed on LISP. Here there are two programs which I try to restore:

SIN: https://mysvn.ru/cop/sin/SIN.lisp
SOLDIER: https://mysvn.ru/cop/sin/SOLDIER.lisp

The description can be found here (Joel Moses):
LISP 1.5 family

Code:
Joel Moses. Symbolic Integration. AI Memo 97, Artificial Intelligence Project, MAC-M-310, Project MAC, Massachusetts Institute of Technology, June 10, 1966, 17 pages.

ftp://publications.ai.mi...ications/pdf/AIM-097.pdf

Code:
Joel Moses. Symbolic Integration II. AI Memo 97a, Artificial Intelligence Project, MAC-M-327, Project MAC, Massachusetts Institute of Technology, October 13, 1966, 12 pages.

ftp://publications.ai.mi...cations/pdf/AIM-097a.pdf

As to other possibilities, yes it is possible, but it can't be done, because work on own symbolic engine will be stoped or paused. We'll get history of Mathcad in this case (only numeric -> maple engine -> mupad engine -> ? (Mathcad Prime)).

On the picture the mechanism of work is described. It's not so needed for use maple() function. Try some expression on the picture. If you'll see any result then it works.

Edited by user 15 September 2011 10:41:38(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
Offline omorr  
#5 Posted : 15 September 2011 07:59:23(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Hello uni,

If I understood you well, your intention is to improve the SMath own symbolic engine. I appreciate that, thank you.

BTW, the maple plugin did not work for me.



Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
Offline uni  
#6 Posted : 15 September 2011 09:56:48(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
I have forgotten that separators can be different. As you see I use other adjustments ("," and ";" instead of "." and "," like on your example). Number PI isn't supported yet, it is necessary to write so: Pi (maple notation).

Quote:
If I understood you well, your intention is to improve the SMath own symbolic engine.

Yes, that's right. Yes

Edited by user 15 September 2011 09:58:55(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
Offline uni  
#7 Posted : 15 September 2011 10:05:55(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
oscampo wrote:
Please, Uni or Omorr, could you translate the text on the image on first post?

Thanks a lot

oscampo


The algorithm (C#):


I can make system() function for executing external programs but this is dangerous.

Edited by user 15 January 2019 14:36:25(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
Offline omorr  
#8 Posted : 15 September 2011 19:36:34(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
uni wrote:
I have forgotten that separators can be different. As you see I use other adjustments ("," and ";" instead of "." and "," like on your example). Number PI isn't supported yet, it is necessary to write so: Pi (maple notation).

Unfortunately, I can not make it work. There is no difference regarding languages, decimal and argument separator. It is not working for me. I will try some more. I hope that someone else will have success in trying this plugin.

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
thanks 1 user thanked omorr for this useful post.
on 15/09/2011(UTC)
Offline kilele  
#9 Posted : 17 September 2011 13:22:53(UTC)
kilele


Rank: Advanced Member

Groups: Registered
Joined: 30/03/2011(UTC)
Posts: 393

Was thanked: 132 time(s) in 113 post(s)
uni wrote:

Quote:
If I understood you well, your intention is to improve the SMath own symbolic engine.

Yes, that's right. Yes


You might want to take a look at this symbolic calculator written in java. Sources at :
http://webuser.hs-furtwa...ch/jasymca2/indexEN.html

Maybe the SMath developer plans to use the library Mathdotnet, funded by Microsoft, which eventually will support symbolics.

thanks 1 user thanked kilele for this useful post.
on 19/09/2011(UTC)
Offline omorr  
#10 Posted : 17 September 2011 21:37:55(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Hello,

I am not a programmer and do not know how the things are working regarding SMath development, but regarding plugins I was hopping (and still I am) that the thing would go this way. I thought that there would be interested people to just made some plugins from already free existed numerical and symbolical libraries - like a lego bricks. I might be wrong or there must be some other things to be done regarding the plugin functionality, or maybe there are some project on the way - I do not know. Anyway, I still think that the best way for SMath is just to incorporate as many numerical functions as possible from different available sources and to incorporate already existing symbolic engines side by side with the SMath core functionality. On the other way, I think that SMath needs just few more numerical and symbolical features (equations solvers, fitting, plotting capabilities etc.) in order to be used by many of users on a daily basis.

I might be naive about this, but the only thing I wish is that the SMath become quite powerful and to have larger user base.

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
Offline uni  
#11 Posted : 19 September 2011 11:10:28(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Radovan, I think that there is a possibility to connect any mathematical package (like Maple, Matlab, Mathematica...), but they should be installed in system. If you have Matlab (for example, with size of 1-10 Gb Good ), why you need SMath Studio in this case?

It is possible to be connected to free packages (AlgLib, ...), but only without fanaticism. Otherwise SMath Studio will lose the status of the mathematical program, and will be only the interface with plug-ins to mathematical engines. That's why I am careful in this question.
Russia ☭ forever
Viacheslav N. Mezentsev
Offline omorr  
#12 Posted : 19 September 2011 21:44:37(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Hello uni,

Thank you for the reply, but I think I did not make myself clear. I'll try to be more specific.
I just think that SMath needs to be more powerful. It needs few more solvers (algebraic, ODE etc.) and some other things. For instance, I am very grateful to you that you made the Mathcad like ODE solvers. I hope they will be a standard SMath plugin. Smath needs some more numerical functions - you already did some from Mathcad as well. It needs some more symbolic features - you try to do the same as well. The question is - how to make SMath a bit more powerful in a relatively acceptable period of time in the future? SMath made quite a progress in past few years and I am really convinced that SMath needs only few more things in order to be used by many more users on a daily basis. As I could see there are two things to be done. Firstly, Andrey to continue developing the SMath core as he is doing, but he can not do all these things in SMath - this is impossible. Secondly, good willing people (like you) to make plugins. Now, I did not quite understand how to make those plugins. I do not understand what could be reused in SMath from other available sources and just make "packages"-plugins for SMath and, moreover, what could be useful for SMath and its users.
uni wrote:
Radovan, I think that there is a possibility to connect any mathematical package (like Maple, Matlab, Mathematica...), but they should be installed in system. If you have Matlab (for example, with size of 1-10 Gb Good ), why you need SMath Studio in this case?

No, not at all. I am not using either of these programs and there is no need to make any plugin to connect with them - just my opinion.
uni wrote:
It is possible to be connected to free packages (AlgLib, ...), but only without fanaticism. Otherwise SMath Studio will lose the status of the mathematical program, and will be only the interface with plug-ins to mathematical engines. That's why I am careful in this question.

Sorry, I did not understand this at all. Could you please explain that to me.
Let us imagine the present state of SMath as it now but with few hundred numerical functions more in the function list, with more symbolic possibilities and features. I think that the average user would not care where those things come from while he/she is able to do the all the math calculations in SMath (without installing some additional commercial packages, of course). At the present state, some more advanced user will say:"Hmm...I like SMath but unfortunately I can not do this or that in it and I am forced to use some other math tool".
I could not see how SMath could lose the status of a mathematical program by incorporating in it some freely available numerical or symbolical libraries. SMath can not compete with, say, Matlab because there are thousands of programmers involved in its development and it is not the point to compare Matlab and SMath. However, as far as I know even than Matlab used and incorporated in it lots of freely available numerical libraries. The same thing is with, say, Scilab (free Matlab like software). There are lots of incorporated freely available libraries as well.

I might be wrong about all of this, of course, but can not see what could be wrong in making plugins from some freely available, well established C, C++, C# numerical library (or even Fortran), if this could be possible. On the other hand, I would not really care if some other (free) symbolic engine is present in SMath as a plugin - contrary I would like that (BTW, I prefer, say, Jasymca over Maple). Actually, I would be very grateful if someone is willing and could do all of this.

Regards,
Radovan

Edited by user 19 September 2011 22:01:17(UTC)  | Reason: Not specified

When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
thanks 1 user thanked omorr for this useful post.
on 20/09/2011(UTC)
Offline kilele  
#13 Posted : 20 September 2011 04:58:43(UTC)
kilele


Rank: Advanced Member

Groups: Registered
Joined: 30/03/2011(UTC)
Posts: 393

Was thanked: 132 time(s) in 113 post(s)
Please look at
http://bit.ly/puJvvD
There are links to numerical .Net libraries and also a library for accessing matlab from .Net
As for me I'll try to learn c# and make some plugin.
thanks 1 user thanked kilele for this useful post.
on 20/09/2011(UTC)
Offline omorr  
#14 Posted : 20 September 2011 20:41:30(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Hello,

As a reminder, uni made few just amazing plugins. Just see this pages:
ODEsolvers
debugger
mcadefi
Alglib
plot3D

I hope I did not miss any.
Many thanks to uni Thank you

Regards,
Radovan

Edited by user 20 September 2011 20:45:03(UTC)  | Reason: Not specified

When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
thanks 1 user thanked omorr for this useful post.
on 07/10/2011(UTC)
Offline uni  
#15 Posted : 07 October 2011 10:30:07(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
In Russian part of a forum there is one more library: FIRFilterDesign.dll. With function remez().
FIR Filter Design (rus)

Edited by user 07 October 2011 10:32:17(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
Offline Steen  
#16 Posted : 17 October 2011 01:45:48(UTC)
Steen

Rank: Newbie

Groups: Registered
Joined: 23/03/2011(UTC)
Posts: 6
Location: Danmark

I get an error from the Mapledos. Something around VirtualDeviceDrivers.VDD - the format is illegal. It has to do with 16bit, but I know nothing more than that.
When I ignore this error in smath the command Maple does nothing - sometimes I get an error message saying: Fill out every empty places (or something like this, I am translating back to English from the Danish message). If I instead try to run Mapledos in a commandprompt it reports that VDM IPX/SPX isn't supported but apart from this I can actually run Mapledos in this commandprompt.

Has anybody got a clue why smath can't communicate with this?

And, Uni, I have noticed that your maple files are slightly different from what I am running under Mathcad 11.2SG. Can this be something related to sources and could this possibly have any impact on my issues?
Offline adiaz  
#17 Posted : 24 September 2012 22:11:41(UTC)
adiaz


Rank: Member

Groups: Registered
Joined: 03/06/2009(UTC)
Posts: 25

Was thanked: 5 time(s) in 5 post(s)
Hi uni. Can you upload again the maple plugin? File was deleted from cd.ru. Thanks.

Edited by user 24 September 2012 22:13:16(UTC)  | Reason: Not specified

Offline uni  
#18 Posted : 25 September 2012 20:38:29(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Originally Posted by: adiaz Go to Quoted Post
Hi uni. Can you upload again the maple plugin? File was deleted from cd.ru. Thanks.

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.

Edited by user 26 September 2012 05:15:18(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
Offline omorr  
#19 Posted : 26 September 2012 08:01:10(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Hello uni
Originally Posted by: oscampo Go to Quoted Post
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 Sad .

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
Offline uni  
#20 Posted : 26 September 2012 09:04:05(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Originally Posted by: omorr Go to Quoted Post
Hello uni
Originally Posted by: oscampo Go to Quoted Post
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 Sad .

Regards,
Radovan


Ok. I'll make simple video tutorial.
Russia ☭ forever
Viacheslav N. Mezentsev
thanks 3 users thanked uni for this useful post.
on 26/09/2012(UTC),  on 26/09/2012(UTC),  on 25/05/2013(UTC)
Users browsing this topic
23 Pages123>»
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.