Maple Tools

Maple Tools - Symbolic engine for SMath Studio. - Сообщения

#61 Опубликовано: 06.10.2012 01:57:53
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Updated:

[x] - fixed problem of long expressions that caused to a calculation error.
Draghilev's method. NLS. Example 2.smz (6 КиБ) скачан 113 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Radovan Omorjan 06.10.2012 02:03:00
#62 Опубликовано: 07.10.2012 05:53:24
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

Hi uni,

I updated the plugin because of the definite integration feature (which seems to work).

[MATH lang=eng]maple(int(cos(x)^2,x,0,π))=π/2@#[/MATH]

However, the plugin seems to rely heavily on standard settings for arg and dec delimiters. With german settings (komma for dec and ; for arg) there is a lot of errors in the examples (which I confirm to work with standard settings - great stuff!)

I add png-printouts of the sheets and the corresponding mvr5.txt files. I was aware of your instruction to check the log file from time to time. This seems not necessary any more.

BTW, is it legally safe to use the maple executables? Would maxima be an alternative? I'd like smath to be a front end to maxima (or to have a smath/mathcad like document front end for maxima). What is your feeling from your plugin experience - could the internal engine of smath be bypassed completely without disclosed kernel sources?

Best regards, Martin Kraska



2012 10 07 Mapleplugin.rar (117 КиБ) скачан 129 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 пользователям понравился этот пост
Вячеслав Мезенцев 07.10.2012 09:54:00, Radovan Omorjan 07.10.2012 06:26:00
#63 Опубликовано: 07.10.2012 06:33:42
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: Moderator

Hello Martin,
Wrote

...Would maxima be an alternative? I'd like smath to be a front end to maxima (or to have a smath/mathcad like document front end for maxima). What is your feeling from your plugin experience - could the internal engine of smath be bypassed completely without disclosed kernel sources?


I mentioned this quite often. I would also like this very much. Based on the previous comments I can conclude that this is not possible , isn't it?

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#64 Опубликовано: 07.10.2012 09:04:26
Davide Carpi

Davide Carpi

1417 сообщений из 2873 понравились пользователям.

Группа: Moderator

Wrote

Hello Martin,

Wrote

...Would maxima be an alternative? I'd like smath to be a front end to maxima (or to have a smath/mathcad like document front end for maxima). What is your feeling from your plugin experience - could the internal engine of smath be bypassed completely without disclosed kernel sources?


I mentioned this quite often. I would also like this very much. Based on the previous comments I can conclude that this is not possible , isn't it?

Regards,
Radovan



Maxima is distributed under the GNU General Public License; because SMath it's free but not open we can't develop plugins based on Maxima plugins without violating the license.

regards,

w3b5urf3r
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#65 Опубликовано: 07.10.2012 09:50:00
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Yes, now the log file is automatically deleted when you finish working with the program. As for the delimiters, this strange behavior. They have to be substituted depending on the settings of the program. Perhaps I made ​​a mistake somewhere. Trigonometric functions I will correct, but it will take time.

Everyone has Maple now, so I will distribute only the plugin.
Russia ☭ forever, Viacheslav N. Mezentsev
#66 Опубликовано: 07.10.2012 11:54:18
kilele

kilele

133 сообщений из 397 понравились пользователям.

Группа: User

Wrote


Maxima is distributed under the GNU General Public License; because SMath it's free but not open we can't develop plugins based on Maxima plugins without violating the license.



This is not the case with LGPL ( GNU LESSER GENERAL PUBLIC LICENSE )
Please see the following page with a list of mathematical software and libraries available under the LGPL (besides others with less restrictive license like MIT)
http://mate.dm.uba.ar/~pdenapo/mathsoft.html

#67 Опубликовано: 07.10.2012 11:56:48
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Wrote

What is your feeling from your plugin experience - could the internal engine of smath be bypassed completely without disclosed kernel sources?

Best regards, Martin Kraska



It is possible, but it is difficult to create such a bridge. If you want completely change the behavior of symbolic functions, you need to write your own version of the SpecialFunctions plugin. In addition, if the interface interaction in the form of strings, you need to convert the command syntax. As I explained earlier, SMath contains a smaller number of images to work with mathematical expressions than any other mathematics program. Therefore, the translation from any other mathematical language will inevitably lead to a distortion of meaning, its truncation.
There is another problem. Each core has its own domains on working with variables. For example, Maple does not know anything about the variables that are defined in the worksheet. Therefore, the maple() function should provide full information for its execution. I do it in a special way in the plugin. If you want a similar plugin for Maxima, it is possible.
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Martin Kraska 18.11.2012 07:16:00
#68 Опубликовано: 18.11.2012 07:30:20
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

Hello,

the maple plugin seems to be partially incompatible with ; and , settings. For me, with , and . the examples work, with ; and , see attached image (generated with plugin version 2012 10 06). Unfortunately I can't remember if I had that problem earlier. Browsing the forum topic I found that there were times that ; and , was the default setting, that seems to have changed.

Switching to , and . is an option in particular cases, but I am writing a handbook in german that entirely demands and assumes ; and , settings.

Best regards, Martin Kraska
2012 11 18 MapleWrapper_examples.png
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#69 Опубликовано: 06.02.2013 22:25:43
litus321pr

litus321pr

0 сообщений из 5 понравились пользователям.

Группа: User

I can't not access the ftp://82.193.156.30/SMath/plugins, Is it down?
#70 Опубликовано: 07.02.2013 13:47:07
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

No, it is not always online. The server is located in Russia, in Siberia. It works when there comes a day.
Russia ☭ forever, Viacheslav N. Mezentsev
#71 Опубликовано: 18.04.2013 04:26:18
kaka

kaka

1 сообщений из 25 понравились пользователям.

Группа: User

Hi Uni, I don't why it doesn't work on my machine at all. The SMath Version here is 0.95 build 4594 and the latest Maple Wrapper from your ftp. You can see from the photo all I got are "empty". Do you know what might go wrong?

[albumimg]65[/albumimg]

#72 Опубликовано: 18.04.2013 10:22:30
kilele

kilele

133 сообщений из 397 понравились пользователям.

Группа: User

did you install it this way ?
http://en.smath.info/forum/yaf_postsm7947_MapleWrapper-plugin.aspx#post7947
#73 Опубликовано: 18.04.2013 15:18:11
kaka

kaka

1 сообщений из 25 понравились пользователям.

Группа: User

Wrote

did you install it this way ?
http://en.smath.info/forum/yaf_postsm7947_MapleWrapper-plugin.aspx#post7947



Yes I did extract the files with to the the right directory. I have tried two machine which give same result.

[albumimg]66[/albumimg]
#74 Опубликовано: 18.04.2013 16:04:16
kilele

kilele

133 сообщений из 397 понравились пользователям.

Группа: User

I can't see what could be the problem, you may want to try my plugin folder which I posted a few days ago :
http://en.smath.info/forum/yaf_postsm9000_Attempted-to-divide-by-zero-when-saving.aspx#post9000
#75 Опубликовано: 18.04.2013 18:06:05
kaka

kaka

1 сообщений из 25 понравились пользователям.

Группа: User

Wrote

I can't see what could be the problem, you may want to try my plugin folder which I posted a few days ago :
http://en.smath.info/forum/yaf_postsm9000_Attempted-to-divide-by-zero-when-saving.aspx#post9000



Thank you for the files. All the plugin work except that MapleWrapper . Whatversion of the SMath Studio you are using? Mine is 0.95 build 4594.

I try to run the cmaple.exe file directly and it works.
#76 Опубликовано: 18.04.2013 19:51:31
kilele

kilele

133 сообщений из 397 понравились пользователям.

Группа: User

Mine is also 0.95 build 4594.
This may relate to access permission, you can try to install smath into another directory or right-click over the exe and 'run as administrator' or try this unofficial distribution: SMath with plugins

Edit:

you can try this too
http://en.smath.info/forum/yaf_postsm7873_MapleWrapper-plugin.aspx#post7873
#77 Опубликовано: 19.04.2013 04:45:51
kaka

kaka

1 сообщений из 25 понравились пользователям.

Группа: User


you can try this too
http://en.smath.info/forum/yaf_postsm7873_MapleWrapper-plugin.aspx#post7873




Changing the TEMP and TMP to C:\Temp works!! That is great. Thank you very much! I think it will be good to have a wrapper for Maxima as well.
#78 Опубликовано: 19.04.2013 05:30:38
kilele

kilele

133 сообщений из 397 понравились пользователям.

Группа: User

Wrote


I think it will be good to have a wrapper for Maxima as well.



Maxima's GPL license seems to be incompatible with Smath.
However this LGPL software could be interesting,
http://mathomatic.orgserve.de/math/doc/am.html
though it must be less advanced than Maxima.

Edit:

This is a recent cas system in c# with license bsd : Symbolism
For a comparison of cas systems see this wikipedia article:
http://en.wikipedia.org/wiki/Comparison_of_computer_algebra_systems
#79 Опубликовано: 19.04.2013 13:45:38
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

Wrote

Mine is also 0.95 build 4594.
This may relate to access permission, you can try to install smath into another directory or right-click over the exe and 'run as administrator' or try this unofficial distribution: SMath with plugins



Unfortunately, the maplewrapper plugin is not part of the distribution as it is not working without third party non-free software. Thus, inclusion in the distribution is probably not legally safe (I do not want to find out by trial and error).

Also, the mcadefi plugin is not included as it does not run on my computer (x64). The current state of the discussion with uni is that he has no access to an x64 system. Otherwise he would try to compile it there and try to fix the problem.

If someone could generate x64 exe from the source then I shall try and if successful, I am happy to include this overly welcome stuff.
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#80 Опубликовано: 22.04.2013 20:56:46
kaka

kaka

1 сообщений из 25 понравились пользователям.

Группа: User

why laplace function is not working?
[albumimg]69[/albumimg]]
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений