Mathcad Toolbox

Mathcad Toolbox - Contains analogs of functions from Mathcad - Messages

#161 Posted: 4/18/2023 2:22:20 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Draghilev's method for the Solve Block.

DraghilevSolveBlock.sm (549 KiB) downloaded 102 time(s).
DraghilevSolveBlock.pdf (1 MiB) downloaded 92 time(s).

Best regards.
Alvaro.
1 users liked this post
#162 Posted: 4/18/2023 3:26:27 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Wrote

BTW, how about making the glyph of the mathcad block reflect the actual type by using {,[ or | to indicate the vertical extension?


I haven't done this yet because I want the user to be able to choose the type of lines. For all sides.
Russia ☭ forever, Viacheslav N. Mezentsev
#163 Posted: 4/18/2023 5:07:40 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Wrote

Unfortunately, I can't reproduce your parametric plot example.

It seems that the parameter range is taken from the x axis limits. Assigning a range to the parameter makes the plot fail.

How to fix this?



Links:

1. Added support for parametric plot type


Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Martin Kraska 4/18/2023 11:36:00 AM
#164 Posted: 4/29/2023 4:39:57 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Theoretically, I can get data from any component. I can try to get the text from the text region.

mathcadblock-text.png
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Alvaro Diaz Falconi 4/29/2023 8:26:00 AM
#165 Posted: 4/29/2023 8:31:27 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

Theoretically, I can get data from any component. I can try to get the text from the text region....



Clipboard01.png

Amazing: That's true for a lot of components! What about to catch the text in your memo editor instead SMath's text regions? Or both, I don't know.

Best regards.
Alvaro.
#166 Posted: 4/29/2023 8:52:55 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Wrote

Amazing: That's true for a lot of components! What about to catch the text in your memo editor instead SMath's text regions? Or both, I don't know.


It's funny, I haven't tried it. I want to simplify the input of text programs. This is another way to extend the functionality of the program through third-party libraries.
A lot of useful libraries have been developed now. There is no point in repeating all this. It is necessary to create flexible interfaces for their integration and interaction with each other.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Alvaro Diaz Falconi 4/29/2023 9:32:00 AM
#167 Posted: 4/29/2023 9:39:33 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

... I want to simplify the input of text programs. ...



Yep. It would be very practical to have a tool to capture text to process it. I try to use description() function, but it has the drawback that it must be called at the worksheet level and it doesn't work well within the body of a function. Like in chess, RPN, Code or XYOptions.

Best regards.
Alvaro.
#168 Posted: 4/29/2023 1:00:47 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

SMath Studio compatibility

Plugin updated.

Changes:

- MathcadBlock: added support for TextRegion.

Click to enlarge

maple-system-python-TextRegion.sm (5 KiB) downloaded 75 time(s).
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
Alvaro Diaz Falconi 4/30/2023 1:25:00 PM, sergio 4/30/2023 12:37:00 PM
#169 Posted: 4/30/2023 1:14:56 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

SMath Studio compatibility

Plugin updated.

Changes:

- MathcadBlock: added support for function definition.

Now the function definition can be written directly in the block.

Click to enlarge

maple-system-execute.sm (8 KiB) downloaded 87 time(s).

Memo Region also supported but it has not been updated for a long time, so some of its text functions do not work.

maple-system-Memo.png
Russia ☭ forever, Viacheslav N. Mezentsev
#170 Posted: 11/25/2023 8:25:40 AM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Is there a chance to at least partially use units here? The values with units are disabled in the sheet, this is not visible in the png-file.

7-1.sm (29 KiB) downloaded 65 time(s).
7-1.png
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 users liked this post
sergio 11/25/2023 7:38:00 PM
#171 Posted: 11/25/2023 1:26:55 PM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

Is there a chance to at least partially use units here?



This is an option for having partial and full units support.

7-1-units.sm (35 KiB) downloaded 65 time(s).

units.png

Best regards.
Alvaro.
2 users liked this post
sergio 11/25/2023 7:38:00 PM, Martin Kraska 11/25/2023 7:45:00 PM
#172 Posted: 11/25/2023 7:44:24 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Alvaro, thanks for the hints.

By whatever reason, the unit of the independent variable is respected in rkfixed()=even though it is set to 1 locally. Whatever locally means if that happens in the last input parameter value.

7-1_units.sm (39 KiB) downloaded 61 time(s).
7-1_units.png
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#173 Posted: 5/15/2024 4:41:22 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Hi Viacheslav. It seems that there is some issue with Rkadapt and fixed that other solvers doesn't have.

dint - Rkadapt bug.sm (24 KiB) downloaded 59 time(s).

Best regards.
Alvaro.
2 users liked this post
Вячеслав Мезенцев 5/17/2024 2:00:00 AM, ioan92 5/15/2024 7:12:00 PM
#174 Posted: 5/17/2024 2:13:15 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Indeed, this is strange, because the source code should be very similar for all solvers. I'll try to find the differences.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Alvaro Diaz Falconi 5/17/2024 1:32:00 PM
#175 Posted: 5/17/2024 1:38:02 PM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Using ode solvers for evaluate double integrals.

dint-RK.sm (49 KiB) downloaded 70 time(s).

dint-RK.pdf (197 KiB) downloaded 95 time(s).

Best regards.
Alvaro.
2 users liked this post
sergio 5/17/2024 7:34:00 PM, ioan92 5/18/2024 2:53:00 PM
#176 Posted: 7/25/2024 12:16:01 AM
Prmtv

Prmtv

0 likes in 49 posts.

Group: User

Добрый вечер. Подскажите, как скачать этот плагин? Никак не могу это сделать, появляется ошибка при скачивании. Заранее благодарю!
#177 Posted: 7/25/2024 2:16:54 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

Он должен загрузиться автоматически при выборе из галереи дополнений, либо при открытии любого документа, использующего плагин. Возможно это временные неполадки на сервере.
Russia ☭ forever, Viacheslav N. Mezentsev
#178 Posted: 7/26/2024 1:08:54 AM
Prmtv

Prmtv

0 likes in 49 posts.

Group: User

Wrote

Он должен загрузиться автоматически при выборе из галереи дополнений, либо при открытии любого документа, использующего плагин. Возможно это временные неполадки на сервере.



В том и дело, что и скачать на сайте не получается, и при открытии установка плагина завершается ошибкой.
#179 Posted: 10/5/2024 5:49:09 AM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

I select the type of bracket for different modes of operation of the block. There are problems with drawing the system sign.

mathcadblock-sys-mat-line-brackets.jpg
Russia ☭ forever, Viacheslav N. Mezentsev
#180 Posted: 10/13/2024 2:54:02 PM
Вячеслав Мезенцев

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

1402 likes in 1708 posts.

Group: Moderator

I think it would be fun to add the ability to tell the component where to insert a set of expressions: as the first parameter, as the last parameter, as parameters, as parameters before specified, after specified.

mathcadblock-nested-insertas-last.png

Or to indicate where to place them.

mathcadblock-insert-to-placeholders.png
Russia ☭ forever, Viacheslav N. Mezentsev
  • New Posts New Posts
  • No New Posts No New Posts