Maple Tools - Symbolic engine for SMath Studio. - Messages
As we see the case was in the path to the license file. I have Maple 6 installed therefore the path is exists in the registry. In general, you need to set the environment variable MAPLE_LICENSE_ROOT. I do it implicit now when call interpreter. At last it must works now.
Maple Plotting Guide.pdf (595 KiB) downloaded 202 time(s).
MaplePlot changed for support setprop() function.
Quotemat(7.5,5,1.4096,27,5,1.7731,80,5,1.8508,80,10,1.7223,27,10,1.5925,7.5,10,1.0883,7.5,5,1.4096,7.5,10,1.0883,27,10,1.5925,80,10,1.7223,80,15,1.6104,27,15,1.4452,7.5,15,0.8863,7.5,10,1.0883,7.5,15,0.8863,27,15,1.4452,80,15,1.6104,80,20,1.5123,27,20,1.3229,7.5,20,0.7476,7.5,15,0.8863,7.5,20,0.7476,27,20,1.3229,80,20,1.5123,80,25,1.4254,27,25,1.2197,7.5,25,0.6464,7.5,20,0.7476,7.5,25,0.6464,27,25,1.2197,80,25,1.4254,80,30,1.3479,27,30,1.1314,7.5,30,0.5693,7.5,25,0.6464,7.5,30,0.5693,27,30,1.1314,80,30,1.3479,80,35,1.2784,27,35,1.055,7.5,35,0.5087,7.5,30,0.5693,7.5,35,0.5087,27,35,1.055,80,35,1.2784,80,40,1.2158,27,40,0.9883,7.5,40,0.4597,7.5,35,0.5087,7.5,40,0.4597,27,40,0.9883,80,40,1.2158,80,45,1.159,27,45,0.9295,7.5,45,0.4193,7.5,40,0.4597,7.5,45,0.4193,27,45,0.9295,80,45,1.159,80,50,1.1072,27,50,0.8774,7.5,50,0.3855,7.5,45,0.4193,63,3)
mapletools.pointplot3d.sm (24 KiB) downloaded 107 time(s).
mapletools.pointplot3d.pdf (764 KiB) downloaded 95 time(s).
Там ещё не все вставки почему-то у меня срабатывали при компоновке окончательного выражения. Пока не смотрел в чём дело. По идее хорошо бы ещё сетку наложить сзади. Этот график "крутить" можно, задавая значения указанных углов.
WroteНа самом деле это "костыль", т.к. нужно равно владеть языком maple и умением работы в SMath Studio. Это сложно. Пока приходится пользоваться таким подходом, т.к. времени разобраться и доработать 3D Plot нет.
Там ещё не все вставки почему-то у меня срабатывали при компоновке окончательного выражения. Пока не смотрел в чём дело. По идее хорошо бы ещё сетку наложить сзади. Этот график "крутить" можно, задавая значения указанных углов.
Вчера или сегодня просидел до 4-х утра пробовал все настройки plot3d из Maple) и заметил что когда точки имеют одинаковые координаты их не прорисовывает
Changes:
- DeviceType property added for MaplePlot, now you can choose image quality between gif and jpeg format;
- refactored.
Best regards.
Alvaro.
WroteHi. In my system, Windows 10, it is "out.tmp", not "out.tm"
Best regards.
Alvaro.
It is also "out.tmp" in my linux setup.
Message is just too long for tooltip area I guess.
You can see the "leg of p" barely, but it is there.
Actualy maple can read from "out.tmp" file in linux.
But obviously it can not create and read from it in linux on the fly during calculation.
Not creating temp file occurs even you are root or run smath with sudo by the way.
How I know this, first I had created an empty "out.tmp" file.
Maple gived the result as int(sin(x),x)="empty".
Then I had copied the "out.tmp" file from windows machine.
Maple gived the result as int(sin(x),x)=(x*sqr(19)+5)/sqr(19).
Which is wrong and result of another calculation from windows.
Regards
Already, outside of joke, the plugin can write the file "in.tmp" correctly? This is, with the instruction for doing the integral.
And have the files in and out .tmp correct attributes for read/write operations?
I don't know, but maybe your issue is related with this:
"UNIX and Linux Installation
No special single user version of Maple exists for UNIX or Linux. The number of users is controlled by the license file."
from: https://math.feld.cvut.cz/nemecek/maple/install6.html
This mean that under Linux you need a daemon for the license manager in a network setup.
Best regards.
Alvaro.
You will need wine installed on your system cause it uses wineconsole.
While SMath can still be run with mono, just this command will need wine.
Don't forget to change optimization to symbolic if you are making a symbolic calculation.
PS: I have revised the code, now window shouldn't appear during calculation.
Regards
cmaple.zip (270 B) downloaded 71 time(s). (no window popup revise)
1 - extract zipfile and move cmaple.sh to plugins bin directory.
it should be usually under /home/
2 - make sure cmaple.sh bash file is executable under terminal.
> chmod 755 cmaple.sh
3 - rename cmaple.exe to maple.exe.
> mv cmaple.exe maple.exe
4 - make a symbolic cmaple.exe link to cmaple.sh under terminal.
> ln -s cmaple.sh cmaple.exe
it should look like this.
Wrote
Hi uni,
Thanks you for your quick response to my pm and updating the plugin.
It works now but with a small issue.
Tried with both optimizations but cannot jump over this issue.
Result can not be parsed through plugin if nthroot is nested.
When it is written as power it can be calculated however.
Regards.
-
New Posts
-
No New Posts