1 Pages (13 items)
Octave C++ Math Library - Octave math functions (VS2013, .Net 4.0, C#, C++/CLI, Win, x32). - Messages
#2 Posted: 8/22/2013 11:46:05 AM
even if is specified in the gallery that is a 32 bit plugin, I've made a test on a 64 bit machine
there are hidden unwanted interferences (f.e. with the built-in stack function, see the screenshot), so if someone has tested the plugin under 64 bit systems I reccomend to delete the plugin from the %APPDATA% folder.
best regards,
Davide
![2013-08-22 17_34_12-SMath Studio Desktop - [Page1.sm_].png](/en-US/file/cXDqZe/2013-08-22-17_34_12-SMath-Studio-Desktop---_Page1_sm___png)

there are hidden unwanted interferences (f.e. with the built-in stack function, see the screenshot), so if someone has tested the plugin under 64 bit systems I reccomend to delete the plugin from the %APPDATA% folder.
best regards,
Davide
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
2 users liked this post
#3 Posted: 8/22/2013 1:05:17 PM
How about trying to integrate maxima? It has a symbolic engine and units support. The functions should be sufficient that no need for linking any other basic numeric library should remain. In the past I have voted for SMath as a front end to maxima. I am not really familiar with that program but just know that it is suitable for serious work both in numerics and symbolics. It shares the lack of user friendly documentation with other free software, but that might change if it is accessible through SMath.
EDIT: Installation without problems, runs with the 32-bit tagged executable version. The standard version gives a recoverable error message at start up and has many functions broken a already reported by Davide. Thus the plugin can work with the inofficial distribution. I also would prefer it over matlab, because
- installation procedure does not require hand work
- open source system without license issues
- should have most of the matlab functions
Is there a chance to access the plot functions? I attach the (german) doc for some small finite element programs in octave. Would be nice to have them in SMath. Just like Matlab and SMath, octave has range variables (vector valued indices for el(), to speak in SMath terms). That would also be nice to have.
Matlab-FEM-Skript.pdf (918 KiB) downloaded 354 time(s).
EDIT: Installation without problems, runs with the 32-bit tagged executable version. The standard version gives a recoverable error message at start up and has many functions broken a already reported by Davide. Thus the plugin can work with the inofficial distribution. I also would prefer it over matlab, because
- installation procedure does not require hand work
- open source system without license issues
- should have most of the matlab functions
Is there a chance to access the plot functions? I attach the (german) doc for some small finite element programs in octave. Would be nice to have them in SMath. Just like Matlab and SMath, octave has range variables (vector valued indices for el(), to speak in SMath terms). That would also be nice to have.
Matlab-FEM-Skript.pdf (918 KiB) downloaded 354 time(s).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#4 Posted: 9/11/2016 12:36:10 PM
Updated (project now can be build using Release Manager).
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
#5 Posted: 5/18/2020 8:22:09 PM
Hello,
Is there a possibility to use this plugin in 64-bit windows? any trick?
Thanks in advance.
Is there a possibility to use this plugin in 64-bit windows? any trick?
Thanks in advance.
#6 Posted: 5/18/2020 9:10:52 PM
There is no documentation on how to use Octave engine separately from the environment. No one uses it that way. Theoretically, you can build a 64-bit version of a library, but using C++ functions directly is very difficult. Using the program as an external interpreter is also possible. This is how the Maxima plugin works.
The plugin makes sense if the math library is compact and easy to use. Octave is too big for this.
The plugin makes sense if the math library is compact and easy to use. Octave is too big for this.
Russia ☭ forever, Viacheslav N. Mezentsev
#7 Posted: 5/18/2020 9:47:45 PM
Thank you uni for your answer.
I am interested in doing this, as I have GNU Octave in my PC. Could you give me some orientation? Thank you again.QuoteUsing the program as an external interpreter is also possible
#8 Posted: 5/19/2020 1:21:41 AM
Now problem solved with Maxima plugin...I needed some linear algebra functions such as rref (which is easily programmed after "echelon" function in Maxima).
Thank you anyways for your prompt answer!
Here attached, what I needed:

File:
RREF with Maxima.sm (15 KiB) downloaded 77 time(s).
Thank you anyways for your prompt answer!
Here attached, what I needed:
File:
RREF with Maxima.sm (15 KiB) downloaded 77 time(s).
#9 Posted: 5/19/2020 9:30:37 AM
WroteNow problem solved with Maxima plugin...I needed some linear algebra functions such as rref (which is easily programmed after "echelon" function in Maxima).
OK ... what is the suite of rref ? Solving what ?
Attach a real project, try native Smath first.
I just have some demonstrative Mathcad rref
#10 Posted: 5/19/2020 9:48:23 AM
Hello Jean. In this case it is not a real project. I am preparing a linear algebra ~1-hour course in SMath (usually I show Octave/Scilab). I know that in native SMath I can program the "rref" function myself, but a lin. alg. library such as from Maxima becomes very handy working with vector spaces, orthogonalization, mappings, etc. It can demotivate students to code every function they need.
#11 Posted: 5/19/2020 10:34:33 AM
WroteI know that in native SMath I can program the "rref"
Will be appreciated for the didactic ... from your spare time.
Cheers ... Jean
#12 Posted: 5/20/2020 1:44:55 PM
Hola tocayo (I have not idea how to translate "tocayo").
Maybe you can found interesting this post: https://en.smath.com/forum/yaf_postsm35425_Maple-Tools.aspx#post35425
This is the picture in the post:

Maple plugin have full access to the old linalg package, but for functions like jordan and frobenius you must to do some tricks for get the transformation matrix.
Best regards.
Alvaro.
Maybe you can found interesting this post: https://en.smath.com/forum/yaf_postsm35425_Maple-Tools.aspx#post35425
This is the picture in the post:
Maple plugin have full access to the old linalg package, but for functions like jordan and frobenius you must to do some tricks for get the transformation matrix.
Best regards.
Alvaro.
1 users liked this post
frapuano 5/21/2020 6:16:00 AM
#13 Posted: 5/20/2020 2:29:36 PM
Hola tocayo! Saludo latinoamericano ")
Thank you for the reference. I did not test myself the Maple plugin, because it was not clear for me if I needed to have Maple in my PC. Anyways this week I will take a look.
Thank you for the reference. I did not test myself the Maple plugin, because it was not clear for me if I needed to have Maple in my PC. Anyways this week I will take a look.
1 Pages (13 items)
-
New Posts
-
No New Posts