Maxima Plugin - Messages
WroteWroteI think Davide uses a code converter quite good that he mentioned recently in the forum, maybe the old applet code of Jasymca would be easier to translate into C#
Unfortunately to convert from Java to C# the jfftpack (Java translation of fftpack) I've done all manually (but in that particular case are all just math functions, thousands lines to change, but just few things to deal with).
If I got it right, you can't translate jfftpack with the converter?
What about making an alternative fftpack library compatible with the jasymca code you've managed to convert? generated from scipy.fftpack or from csharp assemblies on SmartMathLibrary.FFTPACK
I think some of them can take a java code, generate a uml diagram and in turn generate csharp code.
https://sourceforge.net/projects/javacalltracer/
http://argouml.tigris.org/features.html
Visual paradigm(trial): https://www.visual-paradigm.com/support/documents/vpuserguide/276/277/39788_javatosequen.html
Enterprise architect (not free)
WroteCould these UML generators for java be of help to understand Jasymca?
I think some of them can take a java code, generate a uml diagram and in turn generate csharp code.
https://sourceforge.net/projects/javacalltracer/
http://argouml.tigris.org/features.html
https://www.visual-paradigm.com/support/documents/vpuserguide/276/277/39788_javatosequen.html
Another ones without free or trial version: Visual paradigm, Enterprise architect.
Kilele,
Jasymca can be another symbolic engine for SMath, however it is not related to Maxima.
If you think that there is some validity to the engine you could start a new threat and compile all the information regarding using jasymca in .NET environment there.
In fact Uni has already done some work on it.
http://en.smath.info/forum/yaf_postst2577_symbcs.aspx
have seen your post about the method to make it work again Maxima in the latest Smath release ( see herewith an excerpt ) even if with limitations in some functions .
"Next action: Test Maxima Plugin
- tools> Plugins> Interactive books> online gallery, download Interactive SMath Handbook, check use by default. Press "open"
- Launch interactive handbook: [?] Plugins, in plugins page follow link to plugin dir (green button next to plugin name (Maxima)
- Close SMath (otherwise you can't remove the Maxima dll in the plugin dir)
- Exchange contents of the single subdirectory by the contents of SVN 2175 version (see SS 2347
- Start SMath "
One thing that is not clear to me ( I apologize in advance for the elementary question ) is the 4th sentence " -Exchange contents of the single subdirectory...and so on", of which directory are you referring to ?
Hope that doing so I am at least able to do same elementary Symbolic determinants.
Best regards
Franco
WroteHi Martin
have seen your post about the method to make it work again Maxima in the latest Smath release ( see herewith an excerpt ) even if with limitations in some functions .
"Next action: Test Maxima Plugin
- tools> Plugins> Interactive books> online gallery, download Interactive SMath Handbook, check use by default. Press "open"
- Launch interactive handbook: [?] Plugins, in plugins page follow link to plugin dir (green button next to plugin name (Maxima)
- Close SMath (otherwise you can't remove the Maxima dll in the plugin dir)
- Exchange contents of the single subdirectory by the contents of SVN 2175 version (see SS 2347
- Start SMath "
One thing that is not clear to me ( I apologize in advance for the elementary question ) is the 4th sentence " -Exchange contents of the single subdirectory...and so on", of which directory are you referring to ?
Hope that doing so I am at least able to do same elementary Symbolic determinants.
Best regards
Franco
The path where the dll resides, looks like that:
C:\FHB\Software\SMath\SMath 98.6096b\extensions\plugins\44011c1e-5d0d-4533-8e68-e32b5badce41\1.97.5327.41309
I tried to upload a new portable version with maxima ](zip file of 150M

simple to test: try it on the 3 documents posted yeaterday
"modeling the closed control loop". Let's see what it does.
Best Regards
Franco
This is just a temporary solution with problems in SVG graphics display (image region issue) and partly disabled takeover of SMath functions by Maxima (SMath core feature, takeover not allowed any more for certain functions).
Yet, this is the most convenient way to use a current SMath version with Maxima. Does not work under Win 10.
I really appreciate. I'll cope with the limitations.
Best regards
Franco
WroteDoes not work under Win 10.
Вот оно в чем дело. И вариантов для Win 10 нет?
WroteWroteDoes not work under Win 10.
Вот оно в чем дело. И вариантов для Win 10 нет?
Один студент показал мне что мой спец-максима там не работает. Если у вас Максима установится и работает нормално, то можете попробовать связ со стороны SMath (Insert> Maxima> Settings). Но это не будет портативным решением.
https://extmoodle.th-brandenburg.de/mod/resource/view.php?id=763
You should be able to access the file in our external moodle server without password.
The distribution is preliminary in that it does not include updated documentation.
It is not possible any more to overwrite native SMath functions from within plug-ins. Therefore, the Maxima versions of int(4), det(), sum(4) and diff() must be accessed now as Int(4), Det(), Sum() and Diff(). Unfortunately, these functions lack a nice operator form.
Thanks to Davide Carpi for providing the updated dll of the Maxima Plugin.
Please report any problems to the forum.
Martin Kraska
sergio
WroteMartin, I note that registration is required. Thanks for keeping the plugin.
sergio
It is the first time that I use our external Moodle for distributing stuff. I'd expect that users have to register (create a guest login). So far I can't see any activty by guest users. That may be due to that there was no activity (registration, file access) or that I don't access this information correctly.
If registration is a problem for the community, I could switch to some other distribution platform like github, which I use for my calculix examples. On the other hand, any posting in this forum requires a registration as well...
Earlier versions were distributed via the SMath wiki file repository. This seems to have a file size limitation now (tested some months ago).
Martin Kraska
I see no problem in using your Moodle system. Thank you very much for that.
BTW, there is just a minor problem when opening the Reference book. There is an error about missing it - the folder was "C:\FB\...". It can be fixed by setting the Reference book as the default one.
Best Wishes,
Radovan
Wrote
BTW, there is just a minor problem when opening the Reference book. There is an error about missing it - the folder was "C:\FB\...". It can be fixed by setting the Reference book as the default one.
Radovan, thanks for reporting the problem. I should modify the handbook path in the settings file to a relative one. Then it would work as long as your current dir in SMath is the install dir.
As you say, selecting an interactive book as the default one in the extension manager writes the absolute path to the settings file.
This is not good for a portable installation on an usb stick, which may have a different device letter on different computers. Therefore, for now best is the relative path.
Martin Kraska
In the example below, the expressions in the function evaluation are now stored as they are, formerly, the integrals were evaluated (by Maxima) and the result was stored. This is not necessarily a bug, just an observation. Yet unexpected, as one would have to enforce pure storage by a line block.
However, we also see that the symbolic result of a function call depends on the name of the actual function argument. File not found.File not found.
-
New Posts
-
No New Posts