1 Pages (11 items)
Variable definition using commas - Example: VRd,max (VRd"comma"max) - Messages
#1 Posted: 3/7/2019 10:11:06 AM
Hi,
Is it possible to use commas on variables definition (example: VRd,max -> VRd"comma"max <-)? If I define a variable in this way, the Smath sheet works fine. The problem is, when I save it and re-open the file, the commas on the variables disappear (i.e. "VRd,max" becomes "VRdmax" after saving). It might seem a silly/shallow question, but for example when using structural engineering standards (i.e. AISC or Eurocodes) there are several predefined variables which have commas on its name/definition. Visually, it makes a world of difference. It would be very useful if Smath would be able to keep the commas on the variables names after saving the files.
Thanks,
JFS
Is it possible to use commas on variables definition (example: VRd,max -> VRd"comma"max <-)? If I define a variable in this way, the Smath sheet works fine. The problem is, when I save it and re-open the file, the commas on the variables disappear (i.e. "VRd,max" becomes "VRdmax" after saving). It might seem a silly/shallow question, but for example when using structural engineering standards (i.e. AISC or Eurocodes) there are several predefined variables which have commas on its name/definition. Visually, it makes a world of difference. It would be very useful if Smath would be able to keep the commas on the variables names after saving the files.
Thanks,
JFS
#2 Posted: 3/7/2019 11:21:36 AM
WroteIt would be very useful if Smath would be able to keep the commas on the variables names after saving the files.
1. Open fresh work sheet
2. Tools [from Menu] => Options => Argument Separator => check "coma"
3. Construct your document
4. Save ... re-open to sanity the coma separators.
#3 Posted: 3/7/2019 11:44:07 AM
Jean,
Many thanks for your swift answer. I tried implementing what you have suggested but for some reason didn't work (comma could only be used in fuction's arguments or in text - not in variables definition).
I am using Smath version 0.99 (build: 6995) - just in case it makes any difference.
Thanks,
JFS
Many thanks for your swift answer. I tried implementing what you have suggested but for some reason didn't work (comma could only be used in fuction's arguments or in text - not in variables definition).
I am using Smath version 0.99 (build: 6995) - just in case it makes any difference.
Thanks,
JFS
#4 Posted: 3/7/2019 1:36:29 PM
WroteJean,
Many thanks for your swift answer. I tried implementing what you have suggested but for some reason didn't work (comma could only be used in fuction's arguments or in text - not in variables definition).
I am using Smath version 0.99 (build: 6995) - just in case it makes any difference.
Thanks,
JFS
Do you mean you want to define X,:=1.23456789
I have never seen such an invention in any book, math software [name them !]
Up there, we would ask: what does it eat in winter ?
It is it a decoration from Dark Age "paper" ?
You can subscript a variable name, does not screw the bolt on the nut.
Jean ... can you show something for more Collabs Doctors ?
#5 Posted: 3/7/2019 2:02:57 PM
I absolutely appreciate the importance of this feature for engineering documents. In a 100-page proof of strength you don't want to invent your own symbols if you want someone to comprehend your work.
I can't reproduce the issue with 6995:
if I write the document with komma as argument separator, I simply can't type a komma to the text index unless I go to special character mode using Ctrl-K. Names with such kommas survive. (german keyboard, win7)
Without using ctrl-K I just can type periods to separate individual text indices.

komma1.sm (2 KiB) downloaded 33 time(s).
I can't reproduce the issue with 6995:
if I write the document with komma as argument separator, I simply can't type a komma to the text index unless I go to special character mode using Ctrl-K. Names with such kommas survive. (german keyboard, win7)
Without using ctrl-K I just can type periods to separate individual text indices.
komma1.sm (2 KiB) downloaded 33 time(s).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 users liked this post
frapuano 3/7/2019 2:48:00 PM
#6 Posted: 3/7/2019 3:06:20 PM
...
Do you mean you want to define X,:=1.23456789
I have never seen such an invention in any book, math software [name them !]
Up there, we would ask: what does it eat in winter ?
It is it a decoration from Dark Age "paper" ?
You can subscript a variable name, does not screw the bolt on the nut.
Jean ... can you show something for more Collabs Doctors ?
Jean,
Surely I have not been able to explain the interest of defining a variable in such a way. Enclosed is an excerpt of EN1992-1-1 (Eurocode 2 - Design of Concrete Structures), where you can find several cases where the variables have subscripts separated by commas. The interest would be to keep the original variable naming/definition so that it would be imediately reconizable by anyone familiar with the standard/subject (other piers, licencing authorities, clients, you name it).
In any case, thank you for your time.
JFSNF EN 1992-1-1_extract_variables.pdf (79 KiB) downloaded 47 time(s).
Do you mean you want to define X,:=1.23456789
I have never seen such an invention in any book, math software [name them !]
Up there, we would ask: what does it eat in winter ?
It is it a decoration from Dark Age "paper" ?
You can subscript a variable name, does not screw the bolt on the nut.
Jean ... can you show something for more Collabs Doctors ?
Jean,
Surely I have not been able to explain the interest of defining a variable in such a way. Enclosed is an excerpt of EN1992-1-1 (Eurocode 2 - Design of Concrete Structures), where you can find several cases where the variables have subscripts separated by commas. The interest would be to keep the original variable naming/definition so that it would be imediately reconizable by anyone familiar with the standard/subject (other piers, licencing authorities, clients, you name it).
In any case, thank you for your time.
JFSNF EN 1992-1-1_extract_variables.pdf (79 KiB) downloaded 47 time(s).
#7 Posted: 3/7/2019 3:19:31 PM
Directly, you can use only the decimal symbol in subscripts (whatever is the one set in your SMath Studio).
To add a generic symbol you can use CTRL+K or CTRL+SHIFT+K and switch to the special characters mode; this however isn't localization aware, thus if you share your document, something like the one below written for comma as arguments separator and period as decimal symbol, will stay in this way even for who has f.e. comma as decimal separator and semicolon as argument separator.

I think that following the path of special characters and fields, would be possible to introduce something like /./ and /,/ as serialized placeholders for localization-aware decimal symbol and argument separators inside strings; the way to input them obviously wouldn't be CTRL+K (because you might want an immutable comma/period) and neither direct typing (because argument separator is required to create new arguments inside functions).
To add a generic symbol you can use CTRL+K or CTRL+SHIFT+K and switch to the special characters mode; this however isn't localization aware, thus if you share your document, something like the one below written for comma as arguments separator and period as decimal symbol, will stay in this way even for who has f.e. comma as decimal separator and semicolon as argument separator.
I think that following the path of special characters and fields, would be possible to introduce something like /./ and /,/ as serialized placeholders for localization-aware decimal symbol and argument separators inside strings; the way to input them obviously wouldn't be CTRL+K (because you might want an immutable comma/period) and neither direct typing (because argument separator is required to create new arguments inside functions).
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
frapuano 3/7/2019 6:26:00 PM
#8 Posted: 3/7/2019 7:12:19 PM
#9 Posted: 3/8/2019 11:32:06 AM
As an engineer I use the Eurocodes all the time. In Smath I always use the underscore "_" instead of the comma "," for the definition of variables, as shown above in the post of Jean:
Asw,max → Asw_max
because it is the easiest / fastest way of typing, without the risk of making fault formulas.
And I had never any complaints from anyone who checked or commented to my calculation reports for this way of typing.
Regards, csb
Asw,max → Asw_max
because it is the easiest / fastest way of typing, without the risk of making fault formulas.
And I had never any complaints from anyone who checked or commented to my calculation reports for this way of typing.
Regards, csb
#10 Posted: 3/8/2019 12:53:49 PM
Dear ALL,
Thank you for your valuable contributions - very helpful. It is reassuring to know that one can count on your expertise and that there is always a way around on SMath.
Regards,
JFS
Thank you for your valuable contributions - very helpful. It is reassuring to know that one can count on your expertise and that there is always a way around on SMath.
Regards,
JFS
#11 Posted: 3/8/2019 1:40:39 PM
WroteAsw,max â Asw_max
... just a bit pest in numerator vs apostrophe.
No recollection of such a demand in 15 years Mathcad.
No recollection Mathcad special characters can do.
ISO-5167 [Orifice Plate] is lot more maths,
but lot closer to executable maths, almost 1/1.
1 Pages (11 items)
-
New Posts
-
No New Posts