Absolute definitions

Absolute definitions - Messages

#1 Posted: 5/31/2012 6:55:30 PM
Andrey Ivashov

Andrey Ivashov

2270 likes in 3734 posts.

Group: Super Administrator

New feature is introduced in SMath Studio 0.94.4535 - Absolute Definitions.



The same is for functions (which starts from ~).

This feature is not the same as used in Mathcad (called Global Definitions). Absolute Definitions designed to introduce a built-in way to send data from the bottom of the Worksheet to it's top.


Example: absoluteDefinitionsExample.sm.

Any questions are welcome

Best regards, Andrey Ivashov.
2 users liked this post
Oscar Campo 5/31/2012 11:33:00 PM, Radovan Omorjan 6/1/2012 2:51:00 AM
#2 Posted: 6/1/2012 5:12:52 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Hello Andrey,

Thank you for this new feature. I have to say that using those variables might be quite useful, but sometimes a bit confusing.

Regarding your example, and by playing a bit, I could see that the region will be "someVar=0" when you open the file. When you repeat Recalculate page, someVar will have values 1,2,3,4.....which is expected to be. On the other hand if you move that region above and below if clause subsequently, then the values will have step two, actually you will get 21,23,25...

I've also noted that with the simple example
1: a:=1
2: a:=a+1
3: a=2
4: a:=6

Now, if you move 4: below 1: you will get ("a" will be 7 as expected)

1: a:=1
4: a:=6
2: a:=a+1
3: a=7

When you just move it back, then "a" becomes 8?
If you continue moving 4: below 1: and back, value of "a" will get values 7 and 8 subsequently

1: a:=1
2: a:=a+1
3: a=8
4: a:=6

When you recalculate page at this time, "a" will become 2, as expected.

Is there something I do not understand here?. I think that this moving the definition of an absolute variable above and below the region when that variable changes the value is a bit problematic at the moment. I think that variable should not change the value when we get it back. Aactualy, I think that variable "a" should retain the value 7 and not change to 8.

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
1 users liked this post
Davide Carpi 6/1/2012 5:55:00 AM
#3 Posted: 6/1/2012 5:28:18 AM
kmihaylovich

kmihaylovich

8 likes in 131 posts.

Group: User

This is because program evaluates only expressions affected by the change. So when you move a back to the bottom SMath Studio performs evaluation starting from second expression and not from the top.
1 users liked this post
Radovan Omorjan 6/1/2012 6:04:00 AM
#4 Posted: 6/1/2012 7:01:47 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Hello,
Wrote

This is because program evaluates only expressions affected by the change. So when you move a back to the bottom SMath Studio performs evaluation starting from second expression and not from the top.


Thank you, I think I understand now

By the way, could someone reproduce this. I tried to make an absolute function and then the region disappeared, and everything else disappeared. I got it back by clicking in the worksheet area. It happened to me few times before, sometimes SMath crashed, but could not reproduce it. Look at this video, please.

Regions disappear

Regards,
Radovan

When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#5 Posted: 6/1/2012 7:33:19 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

Hello,

...

By the way, could someone reproduce this. I tried to make an absolute function and then the region disappeared, and everything else disappeared. I got it back by clicking in the worksheet area. It happened to me few times before, sometimes SMath crashed, but could not reproduce it. Look at this video, please.

Regions disappear

Regards,
Radovan



I confirm... it's not the absolute value, but the assignment ":" (sequence to reproduce the issue: ~ -> f -> ( -> x -> "->" -> : )

the ~ can be obtained by typing "Alt" + 0126 (from numpad)



I think the bolded function obtained by typing ~ before the name can be very interesting...


bolded_function

regards,

w3b5urf3r
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#6 Posted: 6/1/2012 7:40:27 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Thank you,
Wrote

I confirm... it's not the absolute value, but the assignement ":"


I agree and it seems it happened sometimes when the assignment is used. I just bumped into it when tried to use absolute functions.

I think this might be considered as a bug then.

Regards,
Radovan

When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#7 Posted: 2/16/2016 1:25:55 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

By the way, could someone reproduce this. I tried to make an absolute function and then the region disappeared, and everything else disappeared. I got it back by clicking in the worksheet area. It happened to me few times before, sometimes SMath crashed, but could not reproduce it. Look at this video, pleas



Hello Radovan,

Watching your video about Smath turning blue is occasional.
Worst when it turns all white. Tip, open another work sheet
go back to the working work sheet ... back on foot.
Sometimes it crashes for true, because truly bad syntax.

I don't understand the problem of assigning absolute
........... f(x):=A*|(x-xo)^0.0625|

Gamma planet is slow in my Smath, hope yours is faster.
You will have to plug the image in your system.
The bold, if it works as bad as in Mathcad 11, bad luck.
In Mathcad 11 it didn't save settings, so you had to
redefine again. IMHO, purely classroom demo.

Jean

AltKeySymbol02.gif
AltKeySymbolExtend01.gif
Image Planet Gamma.sm (101 KiB) downloaded 113 time(s).

#8 Posted: 2/16/2016 1:33:11 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Hiiiiiiiiiiii !

Can hardly see the Smath work sheet attached.

Jean
#9 Posted: 2/16/2016 1:51:46 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

I think the bolded function obtained by typing ~ before the name can be very interesting...



Not so sure, to see capital phi => size 24

Jean

Scrap Bold.sm (4 KiB) downloaded 117 time(s).

#10 Posted: 2/16/2016 4:32:22 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

"Everything is relative"

2016-02-16 08_13_19-SMath Studio Desktop - [Scrap%20Bold.sm_].png

If you are working in a worksheet where 24pt is the default font-size, shouldn't be a problem.

But yes, bold notation has his own limits (even when used to distinguish a matrix from a scalar) :P

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#11 Posted: 2/16/2016 11:42:04 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Smath recognises Alt+0key, but not Alt+0key symbol.
Smath does not have the "Font" plugin

Still very interesting for publishing.

Forum Alt0key.bmp

Jean
  • New Posts New Posts
  • No New Posts No New Posts