Maple Tools - Symbolic engine for SMath Studio. - Сообщения
#421 Опубликовано: 05.03.2021 16:12:03
WroteResult can not be parsed through plugin
Check for more, but not possible to exhaust.
Maple Sanity.sm (60 КиБ) скачан 77 раз(а).
#422 Опубликовано: 07.03.2021 04:41:13
WroteIt 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.
I need to rewrite part of the function for this. I can't fix it quickly yet.
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
overlord 07.03.2021 06:37:00
#423 Опубликовано: 07.03.2021 06:38:33
WroteI need to rewrite part of the function for this. I can't fix it quickly yet.
Doesn't matter when as long as it is fixed.
Well, if you say I won't fix ever or any time soon I respect that too.
Thanks.
#424 Опубликовано: 03.03.2022 12:12:01
A simple function to correct maple plugin result matrix.
Regards
maplecorrect.sm (26 КиБ) скачан 98 раз(а).

Regards
maplecorrect.sm (26 КиБ) скачан 98 раз(а).
2 пользователям понравился этот пост
#425 Опубликовано: 20.04.2023 05:15:37

Plugin updated.
Changes:
- maple() returns the string as is without conversion;
- refactored.
maple-system.sm (9 КиБ) скачан 42 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
João Felipe Seráfico Melo 20.04.2023 15:02:00
#426 Опубликовано: 22.04.2023 02:25:35
Russia ☭ forever, Viacheslav N. Mezentsev
#427 Опубликовано: 22.04.2023 05:06:49
More simple.

maple-system-3.sm (10 КиБ) скачан 38 раз(а).
maple-system-4.sm (9 КиБ) скачан 37 раз(а).

maple-system-3.sm (10 КиБ) скачан 38 раз(а).
maple-system-4.sm (9 КиБ) скачан 37 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
Alvaro Diaz Falconi 22.04.2023 10:00:00
#428 Опубликовано: 22.04.2023 14:31:46
WroteMore simple. ...
An small variation.
maple-system-4'.sm (11 КиБ) скачан 35 раз(а).
Best regards.
Alvaro.
#429 Опубликовано: 23.04.2023 11:43:20
Small restrictions. All curly braces are converted. This is necessary for the maple() function to work. I'll see if it's possible to make an exception for strings.

maple-system-5.sm (12 КиБ) скачан 30 раз(а).
maple-system-5.sm (12 КиБ) скачан 30 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
#430 Опубликовано: 23.04.2023 14:49:08
#431 Опубликовано: 23.04.2023 14:55:30
The path "D:\Temp" must exists.
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
churichuro 23.04.2023 15:13:00
#432 Опубликовано: 23.04.2023 15:11:45
I hope you can solve the problem with the {}
for now this format works for combined text and number output.

for now this format works for combined text and number output.

#433 Опубликовано: 23.04.2023 15:23:18
WroteThe path "D:\Temp" must exists.
yes, this work very well, thanks!
#434 Опубликовано: 27.04.2023 03:06:20

Plugin updated.
Changes:
- added support for SMath variables;
- curly brackets in strings are not replaced.
maple-system-5.sm (13 КиБ) скачан 35 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
1 пользователям понравился этот пост
sergio 27.04.2023 10:32:00
#435 Опубликовано: 28.04.2023 03:50:09
Russia ☭ forever, Viacheslav N. Mezentsev
#436 Опубликовано: 28.04.2023 06:39:38
1 пользователям понравился этот пост
Вячеслав Мезенцев 28.04.2023 07:02:00
#437 Опубликовано: 28.04.2023 07:11:46
Inline version.


maple-system-python-inline.sm (6 КиБ) скачан 36 раз(а).
maple-system-python-inline-short.sm (5 КиБ) скачан 36 раз(а).
maple-system-python-inline.sm (6 КиБ) скачан 36 раз(а).
maple-system-python-inline-short.sm (5 КиБ) скачан 36 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
#438 Опубликовано: 28.04.2023 10:49:21
Tiny C Compiler.
You can install it using scoop: scoop install tcc

maple-system-tcc.sm (6 КиБ) скачан 29 раз(а).
You can install it using scoop: scoop install tcc
maple-system-tcc.sm (6 КиБ) скачан 29 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
#439 Опубликовано: 28.04.2023 13:49:52
Same for R.
You can install it using scoop: scoop install R

maple-system-R.sm (8 КиБ) скачан 28 раз(а).
You can install it using scoop: scoop install R
maple-system-R.sm (8 КиБ) скачан 28 раз(а).
Russia ☭ forever, Viacheslav N. Mezentsev
#440 Опубликовано: 28.04.2023 14:17:39
Hi uni,
Me again complaining about Linux.
After changing file paths according to linux, your new features can create test.py and out.txt.
But out.txt is empty. Changing python command to /usr/bin/python didn't work either.
If there is a trick to make it work under linux, it would be useful.
Regards
Me again complaining about Linux.
After changing file paths according to linux, your new features can create test.py and out.txt.
But out.txt is empty. Changing python command to /usr/bin/python didn't work either.
If there is a trick to make it work under linux, it would be useful.
Regards
-
Новые сообщения
-
Нет новых сообщений