  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,471   Was thanked: 1257 time(s) in 732 post(s)
|
Octave C++ Math Library  Functions list: owabs(1). ow prefix means: Octave Workspace. Edited by user 24 August 2019 06:02:41(UTC)
| Reason: Not specified |
Russia ☭ forever Viacheslav N. Mezentsev |
 1 user thanked uni for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,618   Location: Italy Was thanked: 1320 time(s) in 871 post(s)
|
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 Edited by user 22 August 2013 18:49:12(UTC)
| Reason: Not specified Davide Carpi attached the following image(s): |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
 2 users thanked Davide Carpi for this useful post.
|
on 22/08/2013(UTC), on 25/08/2013(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 1,939  Was thanked: 1098 time(s) in 701 post(s)
|
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. Edited by user 23 August 2013 00:10:45(UTC)
| Reason: Not specified |
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,471   Was thanked: 1257 time(s) in 732 post(s)
|
Updated (project now can be build using Release Manager). |
Russia ☭ forever Viacheslav N. Mezentsev |
 2 users thanked uni for this useful post.
|
on 11/09/2016(UTC), on 11/09/2016(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 16/04/2020(UTC) Posts: 65   Location: France Was thanked: 25 time(s) in 16 post(s)
|
Hello,
Is there a possibility to use this plugin in 64-bit windows? any trick?
Thanks in advance.
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,471   Was thanked: 1257 time(s) in 732 post(s)
|
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. |
Russia ☭ forever Viacheslav N. Mezentsev |
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 16/04/2020(UTC) Posts: 65   Location: France Was thanked: 25 time(s) in 16 post(s)
|
Thank you uni for your answer. Quote:Using the program as an external interpreter is also possible I am interested in doing this, as I have GNU Octave in my PC. Could you give me some orientation? Thank you again.
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 16/04/2020(UTC) Posts: 65   Location: France Was thanked: 25 time(s) in 16 post(s)
|
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 (16kb) downloaded 20 time(s).Edited by user 20 May 2020 20:37:16(UTC)
| Reason: rref did not work with linear dependent rows, fixed.
|
|
|
|
 Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,797  Was thanked: 974 time(s) in 802 post(s)
|
Originally Posted by: Alvaro Gavilá  Now 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
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 16/04/2020(UTC) Posts: 65   Location: France Was thanked: 25 time(s) in 16 post(s)
|
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/Scila  . 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.
|
|
|
|
 Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,797  Was thanked: 974 time(s) in 802 post(s)
|
Originally Posted by: Alvaro Gavilá  I know that in native SMath I can program the "rref" Will be appreciated for the didactic ... from your spare time. Cheers ... Jean
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,323  Was thanked: 800 time(s) in 506 post(s)
|
Hola tocayo (I have not idea how to translate "tocayo"  . Maybe you can found interesting this post: https://en.smath.com/for...ple-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 user thanked Razonar for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 16/04/2020(UTC) Posts: 65   Location: France Was thanked: 25 time(s) in 16 post(s)
|
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.
|
|
|
|
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.