Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,432 Was thanked: 885 time(s) in 561 post(s)
|
Originally Posted by: uni Originally Posted by: Razonar How can access to SMath variables? Seems that isn't with `::fun` I changed the code and this feature was removed. I'll see how it can be restored. Thanks for your answer, and your big contribution to this excellent software. As I understand, the "component", this is the memo text editor, it's just only an utility for write the code. For other side, the function Maple, even can take an string for parse it, don't accept intermediate variable nor functions definitions inside the string. For example, maple("a:=1: a+1:" ) gives an error. So, maybe could be useful a function, like MapleString or something else, which takes a pure maple string and parse it in the same way that the component do that. Or in other words, a function that call the script procedure but with the text constructed in the SMath environment. Another thing: Reading the post processing maple commands for handle the variable ans, I see that you don't use allvalues mpale's function. It could be useful for commands like maple(solve(x^4+x+1,x)). Best regards. Alvaro. Edited by user 17 August 2018 08:15:30(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member Groups: Registered
Joined: 22/08/2018(UTC) Posts: 11
|
Hi everyone. I'm very interested in this wrapper. I tried it today, and it works.
I have a question regarding the license. Is the maple wrapper free/open source? If so, where can I download the original software?
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: S0lo I have a question regarding the license. Is the maple wrapper free/open source? If so, where can I download the original software? . Smath/Maple is part of the MapleSoft not freeware ! There is this immense French web site about functions, most if not all that have animation are from Maple. Jean
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
|
|
|
|
Rank: Member Groups: Registered
Joined: 22/08/2018(UTC) Posts: 11
|
Originally Posted by: Jean Giraud Originally Posted by: S0lo I have a question regarding the license. Is the maple wrapper free/open source? If so, where can I download the original software? . Smath/Maple is part of the MapleSoft not freeware ! There is this immense French web site about functions, most if not all that have animation are from Maple. Jean Thanks. So if it is part of MapleSoft which is I believe commercial. How is it available for SMath for free? I'm asking because I'm a commercial software developer, and I'm in need of a symbolic engine like this to do some of my research.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: S0lo Thanks. So if it is part of MapleSoft which is I believe commercial. How is it available for SMath for free?
I'm asking because I'm a commercial software developer, and I'm in need of a symbolic engine like this to do some of my research. The short story is like this: In years 19XX, MIT was committed to develop a symbolic engine in partnership with the University of Toronto. MIT was pedaling in butter with the original MacSyma. Toronto went alone and named their product Waterloo Maple. They didn't invent much, rather borrowed from published books, mostly Angot. So, as a reward, Mathsoft [Mathcad up to 11] was granted some access, as well as Matlab of the time. I understand Smath was granted some free access, a gorgeous companion. For the full version and packs, visit Maplesoft and be friend with your bank Manager. About same $ as Mathematica, which is another symbolic engine. To me Maple ranks top. Much easier to extract multiple solutions. There is plenty of Maple use in this forum. Seemingly, former MacSyma is now Maxima. Cheers ... Jean
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
The wrapper itself is opensource (MIT license is assumed unless otherwise specified), and is essentially a translator between smath and maple languages. About the maple assemblies the license status is unclear (as stated several times in this thread), thus I guess that you can use it for personal use only, unless you have a valid maple license. Edited by user 23 August 2018 02:51:46(UTC)
| Reason: fixed link |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
... one of so many !
|
|
|
|
Rank: Member Groups: Registered
Joined: 22/08/2018(UTC) Posts: 11
|
hmmm, there seams to be some gray area here regarding the license.
Never the less. I very much prefer the Smath/Mathcad style instead of the command driven thing with mathematica and the rest.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,432 Was thanked: 885 time(s) in 561 post(s)
|
Originally Posted by: Davide Carpi About the maple assemblies the license status is unclear (as stated several times in this thread), thus I guess that you can use it for personal use only, unless you have a valid maple license. Academic uses, more likely personal. And is unclear because it's very old, for me the question if it is enough old . There are not many perpetual things (the entropy, maybe?), and software copywriter is not the case. For me the question is whether it's old enough as to have lost the copyright. If did not lose them, it have to be very close to doing it. Just like the Mathcad notebook-like user interface. Best regards. Alvaro.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: Razonar There are not many perpetual things (the entropy, maybe ?) Can't be more right Alvaro ! Remember Valery web Maple site, down the drain after PTC. BTW, one of the longest lived software is CATIA. Just re-coded from the very original Dassault ... not a Windows system. That reminds me a story: Mathcad 11 was delivered with the total Maple [11 ?] One morning, a Mathsoft Collab [Martin] cracked it all for use in Mathcad 11. I catched it before Mona that got pest off !!! and deleted from the forum, and she spanked Martin [what a sermon !]. Cheers ... Jean
|
1 user thanked Jean Giraud for this useful post.
|
|
|
Rank: Member Groups: Registered
Joined: 22/08/2018(UTC) Posts: 11
|
I bought Mathcad 15 a few years back thinking that now all my math needs are going to be resolved. Only to find out latter that it was actually an academic license. Years latter, I started a very small software business and now I can't even touch Matchcad for that purpose SMath was always helpful but always needed that symbolic engine.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: S0lo I bought Mathcad 15 a few years back thinking that now all my math needs are going to be resolved. Only to find out latter that it was actually an academic license. Years latter, I started a very small software business and now I can't even touch Matchcad for that purpose From recollection, Mathcad 15 symbolic was MuPad that evaporated itself from the planet. Then PTC switched to Maxima. If PTC Mathcad 15 had access only to MuPad instead of the MuPad itself, that explains why your MCD is dead like a stone. It may have to do with Academic license as well. One day, Smath will be dead as well. On May 15 2015 03:00 PTC resigned their contract with Macrovison. Mathcad 11 Single User Edition could only be registered via Macrovision. All single users like myself got zapped. Mathcad 11 Corporate Edition was not Macrovision protected, and surely still working. Some time ago, from the PTC web MCD 11 updates [2] were still available. At PTC MCD 14, it stopped reading lower versions. Why do you need so much a symbolic engine ? Unless you are in quite advanced maths. Cheers ... Jean
|
|
|
|
Rank: Member Groups: Registered
Joined: 22/08/2018(UTC) Posts: 11
|
Originally Posted by: Jean Giraud
Why do you need so much a symbolic engine ? Unless you are in quite advanced maths.
Cheers ... Jean
I'm an Audio/Music dsp programmer. A symbolic engine will be very helpful designing filters, to find symbolic coefficients, simplify transfer functions, and deal with complex numbers/variables. As for Mathcad 15, it still works. Just cant legally use it for commercial stuff.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: S0lo I'm an Audio/Music dsp programmer. A symbolic engine will be very helpful designing filters, to find symbolic coefficients, simplify transfer functions, and deal with complex numbers/variables.
As for Mathcad 15, it still works. Just cant legally use it for commercial stuff. . If I understand, you design or adapt music via DSP. Try to code all that MCD stuff in Smath. All those Wavelets are in the public domain since Morlet-Grossman & Pierre Malat as old as mid 80, about same period than Bézier-DeCasteljau. As soon as the Wavelets were known, FBI developed their own for fingerprints. On the other hand, Smath is so slow ... I have seen some of these code in Python. Cheers ... Jean
|
|
|
|
Rank: Member Groups: Registered
Joined: 22/08/2018(UTC) Posts: 11
|
Originally Posted by: Jean Giraud If I understand, you design or adapt music via DSP. I make synthesizers and audio effects, think, echo, reverb. Lowpass filter etc. I hate to turn this into self promotion, but since you asked, it's here: http://www.solostuff.net/solorack/Originally Posted by: Jean Giraud Try to code all that MCD stuff in Smath. All those Wavelets are in the public domain since Morlet-Grossman & Pierre Malat as old as mid 80, about same period than Bézier-DeCasteljau. As soon as the Wavelets were known, FBI developed their own for fingerprints. On the other hand, Smath is so slow ... I have seen some of these code in Python.
Cheers ... Jean
Sorry for my ignorance, I just couldn't decipher what you just said. What wavelets? I assume these guys are the developers?
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
... something else may be of interest. There is this free [0 $] gigantic French SCILAB ... 10 GB ! as perpetual code in your machine as long as the life of your machine. Not available XP anymore since April 2018. It does everything/anything in image processing. Thus, including all sort of DSP [guessed]. I bet it does symbolic as well. Of no interest to me, not an equation editor.
|
|
|
|
Rank: Member Groups: Registered
Joined: 22/08/2018(UTC) Posts: 11
|
Originally Posted by: Jean Giraud ... something else may be of interest. There is this free [0 $] gigantic French SCILAB ... 10 GB ! as perpetual code in your machine as long as the life of your machine. Not available XP anymore since April 2018. It does everything/anything in image processing. Thus, including all sort of DSP [guessed]. I bet it does symbolic as well. Of no interest to me, not an equation editor.
It does look powerful. I'm currently looking at SageMath too.
|
|
|
|
Rank: Member Groups: Registered
Joined: 13/09/2018(UTC) Posts: 10
Was thanked: 2 time(s) in 2 post(s)
|
I found a problem with BodePlot, I try this way but it doesn't work. What should I do? EDIT: in the image misses "C" defintion, btw also if I add it the result is the same. EDIT2: I try also to change graphic details to "a:=BodePlot(`in`)" passing "sys" to graph but it doens't work Edited by user 13 September 2018 17:26:46(UTC)
| Reason: Not specified
|
|
|
|
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.