Beta: SMath Studio 0.99.7250 (07 November 2019)

Beta: SMath Studio 0.99.7250 (07 November 2019) - Сообщения

#1 Опубликовано: 07.11.2019 12:48:52
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

Программа может быть легко дополнена новой функциональностью основываясь на ваших требованиях. Встроенный менеджер расширений позволяет получить доступ к сотням официальных и сторонних ресурсов следующих типов: примеры использования, дополнения, приложения на основе SMath Viewer, заготовки, языковые переводы интерфейса, интерактивные книги, справочники и пособия.

Предоставляет множество вычислительных возможностей и обладает богатым пользовательским интерфейсом, переведённым примерно на 40 различных языков. К тому же, в приложение встроен подробный математический справочник.

Changes introduced in current build 0.99.7250

Исправления

  • SS-4620: Scrolling of the focused Plot Region cannot accidentally scroll the whole document anymore.

Разное

  • SS-4613: Formula item in Insert menu is translated + shortcut corrected for different environments;
  • Symbolic engine improvements;
  • Refactoring.

Download

SMathStudioDesktop.0_99_7250.Mono.tar.gz (1 МиБ) скачан 585 раз(а).

SMathStudioDesktop.0_99_7250.Setup.msi (2 МиБ) скачан 1848 раз(а).

5 пользователям понравился этот пост
Serg 08.11.2019 08:33:00, frapuano 07.11.2019 13:32:00, Radovan Omorjan 07.11.2019 14:37:00, sergio 07.11.2019 15:59:00, Вячеслав Мезенцев 07.11.2019 12:59:00
#2 Опубликовано: 07.11.2019 13:03:41
Andrey Ivashov

Andrey Ivashov

2269 сообщений из 3729 понравились пользователям.

Группа: Super Administrator

This time I've spent many time on improvements of symbolic engine to make it more safe and predictable.

To show some results I've made available equrep(3) function which is hidden from auto-completion list and other places. It demonstrates possibilities to manipulate with complex structure of different equations. I'm not sure if anyone interested in this function at all, but under the hood it is used almost for every calculation in the program.

This function has three arguments:
- First is a given equation (anything to manipulate with);
- Second is an input for manipulation rule;
- Third is an output of manipulation rule.

In other words it allows to apply some manipulation (described in two last arguments) to an equation (from the first argument).

Some examples:
equrep_2.png

equrep_3.png

equrep_1.png

Do not forget to set Optimization=None if you want to see exact result without any extra numeric or symbolic optimization.

Best regards.
3 пользователям понравился этот пост
Radovan Omorjan 07.11.2019 14:37:00, NDTM Amarasekera 07.11.2019 23:13:00, Martin Kraska 08.11.2019 07:38:00
#3 Опубликовано: 08.11.2019 07:37:32
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

Wrote


This function has three arguments:
- First is a given equation (anything to manipulate with);
- Second is an input for manipulation rule;
- Third is an output of manipulation rule.

In other words it allows to apply some manipulation (described in two last arguments) to an equation (from the first argument).



looks promising. Maybe, this might simplify restructuring of terms inside plugins.

As it seems, the function does not preprocess it's first argument. The definition of c isn't during the call of eqnrep when running the sheet step by step.

I see that the structure patterns should be unevaluated otherwise you would rely on having the variables therein being undefined in the sheet.
How about a function or a flag enforcing preprocessing?

equrep.sm (5 КиБ) скачан 33 раз(а).
equrep.png
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
frapuano 11.11.2019 12:01:00
#4 Опубликовано: 08.11.2019 08:31:03
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

Actually an equrep function with preprocessing can be made:

Файл не найден.Файл не найден.
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 пользователям понравился этот пост
frapuano 11.11.2019 12:01:00
#5 Опубликовано: 08.11.2019 08:40:09
genf

genf

6 сообщений из 72 понравились пользователям.

Группа: User

С некоторых пор возникла проблема непечати некоторых элементов.
Расчеты делаю в Вашей программе, затем вывожу на печать в формат PNG и вставляю результат в Word.
Возникает проблема с блоками, отмеченных как "Запретить вычисление". Раньше над ними (в правом верхнем углу) был прямоугольник, сейчас они отмечены серым фоном. А с ним как раз и беда.
Что можно сделать?

На просмотре так:

Показать спойлер



На печати так:

Показать спойлер



Как видно не все блоки напечатаны, причем некоторые из нерасчетных были всё же напечатаны.

Ранее (когда не было фона) таких проблем не возникало.

Для печати использую виртуальный принтер pdf24.
Стандартный экспорт в PNG формат не делит на страницы, так бы им пользовался (там кстати проблем нет).



Пока вышел из ситуации с помощью скриншотов. Костыль конечно, но ничего не поделать.
#6 Опубликовано: 11.11.2019 07:10:22
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 сообщений из 1674 понравились пользователям.

Группа: User

Hi. An application for equrep: step by step derivatives.

Clipboard01.gif

D.sm (14 КиБ) скачан 54 раз(а).

Best regards.
Alvaro.
2 пользователям понравился этот пост
frapuano 11.11.2019 12:01:00, sergio 14.11.2019 09:19:00
#7 Опубликовано: 14.11.2019 04:04:00
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 сообщений из 1674 понравились пользователям.

Группа: User

Another.

Clipboard01.gif

isol.sm (42 КиБ) скачан 59 раз(а).

Best regards.
Alvaro.
1 пользователям понравился этот пост
sergio 14.11.2019 09:19:00
#8 Опубликовано: 14.11.2019 19:55:59
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

I don't understand the maple fake [isol].
Already such a superb companion to Smath.

isol.PNG
#9 Опубликовано: 16.11.2019 01:58:14
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 сообщений из 1674 понравились пользователям.

Группа: User

And another: laplace transform in native smath.

laplace.pdf (154 КиБ) скачан 52 раз(а).
laplace.sm (84 КиБ) скачан 47 раз(а).

Best regards.
Alvaro.
#10 Опубликовано: 21.11.2019 13:24:18
Ruben Sidranski

Ruben Sidranski

17 сообщений из 463 понравились пользователям.

Группа: User

Wrote

I don't understand the maple fake [isol].


I like native. I wish items like Writer Region would go native too.
#11 Опубликовано: 21.11.2019 13:38:13
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: Moderator

Wrote

I wish items like Writer Region would go native too.



That's in the plans, but it requires some new things and some refactoring before this step.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#12 Опубликовано: 21.11.2019 14:05:56
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Wrote

I like native.I wish items like Writer Region would go native too.


That means an extra icon in menu or special key.
Finally: did you manage your translucent background ?
Did you manage the *.PDF c/w the translucent like original ?
#13 Опубликовано: 21.11.2019 14:20:58
Ruben Sidranski

Ruben Sidranski

17 сообщений из 463 понравились пользователям.

Группа: User

Alvaro or Jean,
When Isolating in either the snippet or Maple, is there a way to force the symbolic engine? I tried using after some of the variables were defined (Yes, I used CTRL+=) and they both work prior to variable assignments. The issue is that many times, we define the variables and further down the calculation shows the equation ... that I'd like to manipulate. I tried setting optimization to none and symbolic, both failed
#14 Опубликовано: 21.11.2019 14:24:24
Ruben Sidranski

Ruben Sidranski

17 сообщений из 463 понравились пользователям.

Группа: User

Wrote

That means an extra icon in menu or special key.

OK. Better documentation
Wrote

Finally: did you manage your translucent background ?

Yes
Wrote

Did you manage the *.PDF c/w the translucent like original ?

PNG and yes. The graphic I was sent had very rich colors, almost like the flowers in the example. It was hard to see the text/calculation

#15 Опубликовано: 21.11.2019 14:46:23
Вячеслав Мезенцев

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

1402 сообщений из 1708 понравились пользователям.

Группа: Moderator

Wrote

I don't understand the maple fake [isol]



It’s better to turn off optimization to see the native maple answer.

2019-11-21_22-45-48.png
Russia ☭ forever, Viacheslav N. Mezentsev
3 пользователям понравился этот пост
frapuano 21.11.2019 15:50:00, sergio 21.11.2019 15:28:00, Alvaro Diaz Falconi 21.11.2019 15:32:00
#16 Опубликовано: 21.11.2019 14:58:49
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 сообщений из 1674 понравились пользователям.

Группа: User

Wrote

Alvaro or Jean,
When Isolating in either the snippet or Maple, is there a way to force the symbolic engine? I tried using after some of the variables were defined (Yes, I used CTRL+=) and they both work prior to variable assignments. The issue is that many times, we define the variables and further down the calculation shows the equation ... that I'd like to manipulate. I tried setting optimization to none and symbolic, both failed



Hi ElSid. I know that SMath carry the definitions instead the values, and with symbolics there are not an eval equivalent. But without an specific example, this is what I get

Clipboard01.gif

Best regards.
Alvaro.
1 пользователям понравился этот пост
frapuano 21.11.2019 15:50:00
#17 Опубликовано: 21.11.2019 17:05:49
Ruben Sidranski

Ruben Sidranski

17 сообщений из 463 понравились пользователям.

Группа: User

I forgot the screenshot due to a meeting!
The space between the equations has some variables "defined". Maybe what I'm looking for is a feature request. I have the same issue with Maple plugin.


Essentially, I'm transferring a hand calculation and wanted to show all the steps in order. It does not make sense to isolate and manipulate an equation that is not used for 3 pages ... it's out of sequence and out of context

This screenshot is valid for both optimization=symbolic and none
Isolate.PNG
#18 Опубликовано: 21.11.2019 18:22:44
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 сообщений из 1674 понравились пользователям.

Группа: User

Wrote

... Maybe what I'm looking for is a feature request. I have the same issue with Maple plugin. ...



Hi ElSid. I guess that what you want is the 'x:=x' mathcad feature, which hide the value of x for the symbolic processor, but not for the numeric one. This is a mathcad 11 screenshot

Clipboard01.gif

Best regards.
Alvaro.
#19 Опубликовано: 22.11.2019 01:07:21
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

± You mentioned 'Native Smath'
maple is not a plugin from Insert Menu,
rather resident from f(x) menu.
No need to scratch the right ear with the left hand.
Further: your stuff must be tracable/accepted/visible.

Solve Wisely.PNG
#20 Опубликовано: 04.09.2020 11:54:00
Laurent Fournier

Laurent Fournier

9 сообщений из 66 понравились пользователям.

Группа: User

Hello Andrey and everyone,

I wonder if, since equrep(3) now gives access to smath's internal representation it should be possible to get this "engineering" way of writing equations, discussed in many posts since many years, like here: https://en.smath.com/forum/yaf_postsm47997_Display-numbers-in-equations.aspx

to summarise:

a:=2
b:=pi

p:=a*b ------------------- symbolic equation
=2*3.14 ----------- equation with variables replaced by their values (with control of their format, accuracy, etc.)
=6.28 -------------- numerical result

This is a numerical equivalent of the visual control that was available to civil engineers at the time of graphics statics. It gives an immediate feel of the magnitude of values, their accuracy and relevance for the result.

We can easily do as below:

a:=2
b:=3

p:=a*b ----------------------------- (definition)
equrep(p:=a*b,x,x)=2*3 ------------- (no optimisation)
equrep(p:=a*b,x,x)=6 --------------- (numeric optimisation)


and by not displaying input data:

p:=a*b
2*3
6

However the middle equation becomes unreadable as soon as we have values that are not round numbers, so we also need to control the format of the values of variables in the middle equation, and to insert some "=" in-between.

This is much beyond my ability!

If anyone had some idea how to do something close to that, that would help some structural engineers!

Thanks,
Laurent



Wrote

This time I've spent many time on improvements of symbolic engine to make it more safe and predictable.

To show some results I've made available equrep(3) function which is hidden from auto-completion list and other places. It demonstrates possibilities to manipulate with complex structure of different equations. I'm not sure if anyone interested in this function at all, but under the hood it is used almost for every calculation in the program.

  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений