Maple Tools

Maple Tools - Symbolic engine for SMath Studio. - Messages

#261 Posted: 9/8/2016 2:30:37 PM
Arie

Arie

93 likes in 285 posts.

Group: User

Wrote

Wrote

Not sure if this is a maple wrapper issue but thought I would start here. I'm using the new version of SMATH (6081) and Version 1.0.6067.40150 of Maple Wrapper.

When I use simplify, it converts a variable with 'I' to 'i'. See attached .sm file. Notice "I.BIAS" in the input and the "i.BIAS" at the output.

maple.png


example.sm (4 KiB) downloaded 93 time(s).



Fixed and updated. Try now.



Confirmed fixed. Thank you!
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#262 Posted: 9/8/2016 9:50:35 PM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Hi. I found this procedure interesting.
Best regards.
Alvaro.

maple_2nd.gif

maple_2nd.sm (10 KiB) downloaded 77 time(s).
#263 Posted: 9/8/2016 11:52:56 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Alvaro,

A Mathcad Frobenius document was done in our times.
A "visible" document. I will look at it for Smath.
From recollection, it does not need Maple.

Jean
#264 Posted: 9/9/2016 12:40:40 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

Alvaro,

A Mathcad Frobenius document was done in our times.
A "visible" document. I will look at it for Smath.
From recollection, it does not need Maple.

Jean



Jean! "Our times". What's that?!.

Best regards.
Alvaro.
#265 Posted: 9/9/2016 9:11:45 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Jean! "Our times". What's that?!.

Best regards.
Alvaro.



... at the time "you and me" were Mathsoft Collab.
I confused myself with "Frobenius". I thought
of the non-linear DE coefficients. In this Maple
Frobenius is about some matrix "norm".
Some literature refer Frobenius norm to Euclidean
Euclidean norm is "norme", built-in Smath.

Cheers , Jean

#266 Posted: 9/10/2016 6:07:19 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

I confirm that the plugin works on Ubuntu 16.04. You need to manually set the rights for cmaple.exe (chmod 755 cmaple.exe).

[albumimg]1442[/albumimg]

Snimok ehkrana ot 2016-09-10 14-04-08.png.
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
NDTM Amarasekera 9/10/2016 10:48:00 AM, Radovan Omorjan 9/10/2016 6:38:00 AM
#267 Posted: 9/11/2016 3:09:05 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Wrote

You need to manually set the rights for cmaple.exe (chmod 755 cmaple.exe).



Updated. Setting permissions automated (for Linux).
Russia ☭ forever, Viacheslav N. Mezentsev
#268 Posted: 9/19/2016 12:12:11 PM
Arie

Arie

93 likes in 285 posts.

Group: User

Hello,

I encountered another issue. This seemed to occur with recent update. I'm not sure if this is plugin related or PC related. However, I get this error when I try to use Maple Wrapper. Using most recent version of MapleWrapper and Smath Studio.

Any help would be greatly appreciated.
Error.png
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#269 Posted: 9/19/2016 12:42:56 PM
Arie

Arie

93 likes in 285 posts.

Group: User

I did something to make the cmaple.exe become a runaway process. It was taking up ~ 1GB of memory. Not entirely sure how I did that but force closing cmaple.exe fixed this particular issue. I'll try to figure out what caused the runaway process in my sheet.

Seems like user error after all.
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#270 Posted: 9/19/2016 1:10:35 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

It's a good idea to check process status. I'll try to implement this in maple() function.
Russia ☭ forever, Viacheslav N. Mezentsev
#271 Posted: 9/19/2016 1:40:23 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Also, I found an issue in maple() function. In some cases the symbolic expression could not have multiplication sign. This case is not handled. You can copy and paste this to SMath Studio:

solve(I.OUT_MAX*1.25≡η*1/2*N*I.PEAK_LIMIT(1-{(V.O+V.F)*N}/{V.I+(V.O+V.F)*N}),I.PEAK_LIMIT)

P.S. Hmm... this is my fault. I made a mistake when typing.
Russia ☭ forever, Viacheslav N. Mezentsev
#272 Posted: 9/21/2016 3:47:39 PM
Igor Skarine

Igor Skarine

14 likes in 97 posts.

Group: User

Hi Uni,

I try my "example_that_works_in_5973.sm" time to time with new revisions of Smath.
Recently, behaviour changed again, this time returning vector of zeros(in 6103), instead of error messages(in 6096).
File not found.File not found.

Is it possible to pass the nd[1] to maple() in a way how Smath displays it on the screen ? In this case it works.
It might be acceptable temporary solution for the issue to use function symb(x) that works like a macro, returning expanded x.

Best regards.
#273 Posted: 9/21/2016 8:55:59 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

The log file in the plugin folder shows details about what wrong here, I think I can improve function for support nested expressions.
Russia ☭ forever, Viacheslav N. Mezentsev
#274 Posted: 9/22/2016 12:34:31 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Your proposal is short of instructions. The attached is 5346.
As instructed, it should work eternally as long as Smath can
access Maple. The red and gray modules may be combined.
Interesting to read your comment: works/does not work.

Jean

Maple coeffs NumDen.sm (23 KiB) downloaded 73 time(s).
#275 Posted: 9/22/2016 9:53:14 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Igor, my friend: that's all what you need => the companion codes.
If it does not work with your Smath version, some fix is needed.

Jean

Maple Coeffs.gif

Maple coeffs NumDen [Companion].sm (12 KiB) downloaded 72 time(s).
#276 Posted: 11/20/2016 10:22:26 AM
frapuano

frapuano

13 likes in 115 posts.

Group: User

Hi Uni

I am trying to use the Maple Wrapper and I am testing the example file you initially posted to explain how to use it.
The problem is that I have as a result on each example the sta ring "empty" . Probably this is due to the fact that I am using Smath Studio on windows 7 64 bit and the extension doesn't work on 64 bit OS.
Is there any way to workaround this issue?

Thanks in advance for your help and best regards

Franco
#277 Posted: 11/20/2016 8:40:39 PM
Arie

Arie

93 likes in 285 posts.

Group: User

Franco,

Do you have an example of what you're trying to do? I use the Maple in Win7 x64 with no issue. I have had that error before and it's usually do to user error on my part.
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#278 Posted: 11/21/2016 2:08:50 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Wrote

Hi Uni

I am trying to use the Maple Wrapper and I am testing the example file you initially posted to explain how to use it.
The problem is that I have as a result on each example the sta ring "empty" . Probably this is due to the fact that I am using Smath Studio on windows 7 64 bit and the extension doesn't work on 64 bit OS.
Is there any way to workaround this issue?

Thanks in advance for your help and best regards

Franco


I need more info:

- SMath Studio version;
- MapleWrapper version;
- contents of the log file after the calculations ({plugins}\32dfd679-8cfd-483a-b79a-19d5ea838750\x.x.x.x\log.txt).
Russia ☭ forever, Viacheslav N. Mezentsev
#279 Posted: 11/21/2016 6:15:57 AM
frapuano

frapuano

13 likes in 115 posts.

Group: User

Hi Uni

herewith my answers.

- SMath Studio version -> 98.6096
- MapleWrapper version;
Smath2.jpg


- contents of the log file after the calculations ({plugins}\32dfd679-8cfd-483a-b79a-19d5ea838750\x.x.x.x\log.txt).
log.txt (171 KiB) downloaded 54 time(s).

and an example of the output I receive
Smath1.jpg

Thanks in advance for your help and best regards

Franco
#280 Posted: 11/21/2016 7:56:59 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Updated. Please do these steps again and show me log.txt. You can use "maple(sin(x))=" as a test example.
Russia ☭ forever, Viacheslav N. Mezentsev
  • New Posts New Posts
  • No New Posts No New Posts