  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
New Beta SMath Studio 1.0.8206 is available!Tiny, powerful, free mathematical program with WYSIWYG editor and complete units of measurements support. It provides numerous computing features and rich user interface translated into about 40 different languages. Application also contains integrated mathematical reference book. Changes introduced in current buildImprovements- if(..) function extended to support any number of arguments more or equal to 2;
- Approximately Equal operator implemented (Options dialog extended with an appropriate setting; button added to the Boolean toolbox);
- Defined Integral supports units now;
- Rendering of the text improved in program dialogs;
- Electron-volt (k, M, G, T) unit added;
- Sleep function added allows to suspends the current thread for the specified amount of time specified in milliseconds;
- Proxy settings implemented.
Corrections- Numeric calculations with units corrected in cases when final result is equal to zero.
Miscellaneous- Startup of Desktop version is made faster in the environments where access to printer is slow;
- High DPI support improved;
- Displaying of the previews improved in Insert Function dialog;
- Offline login logic corrected;
- Settings dialog refactoring;
- SMath LLC code certificate issued and included into repository.
Download
|
 6 users thanked Andrey Ivashov for this useful post.
|
on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 23/06/2022(UTC)
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
Any case of "if" statement is available now.  Approximately equal operator is available now (see Options dialog to set the accuracy): 
|
 9 users thanked Andrey Ivashov for this useful post.
|
on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 21/06/2022(UTC), on 22/06/2022(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 257  Was thanked: 86 time(s) in 54 post(s)
|
Hi Andrey,
I see the "Approximately equal" operator accuracy varies from 0 to 15. What does this value actually represent? |
|
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
Originally Posted by: alyles  I see the "Approximately equal" operator accuracy varies from 0 to 15. What does this value actually represent? Hi! It is an accuracy of the "Approximately equal" operator. F.e. if the accuracy is 0, then pi≈3, if 1, then pi≈3.1, if accuracy is set as 2, then pi≈3.14 etc. Best regards.
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 13/09/2011(UTC) Posts: 61 Location: Kolkata
Was thanked: 9 time(s) in 9 post(s)
|
Great to see Smath Studio is continuously improving!
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/12/2011(UTC) Posts: 311   Location: italy Was thanked: 107 time(s) in 91 post(s)
|
Hi Andrey, considering that the "accuracy operator" parameter that regulates "approximately equal" is unique, wouldn't it be appropriate that it is defined in percentage terms?
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 257  Was thanked: 86 time(s) in 54 post(s)
|
It's more than just the decimal place precision.  approximately.sm (5kb) downloaded 13 time(s). |
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 257  Was thanked: 86 time(s) in 54 post(s)
|
Originally Posted by: PompelmoTell  Hi Andrey, considering that the "accuracy operator" parameter that regulates "approximately equal" is unique, wouldn't it be appropriate that it is defined in percentage terms? Regarding that.. I think "precision operator" more appropriately reflects the intended purpose. |
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 996  Was thanked: 413 time(s) in 277 post(s)
|
Originally Posted by: Andrey Ivashov  Hi! It is an accuracy of the "Approximately equal" operator. F.e. if the accuracy is 0, then pi≈3, if 1, then pi≈3.1, if accuracy is set as 2, then pi≈3.14 etc.
Best regards. This is a nice new feature. Would it be possible to modify this value independent to regions? Adding another submenu to region right-click would be awesome. As in decimal places, exponential threshold, rounding choosing. Regards
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,176  Was thanked: 688 time(s) in 429 post(s)
|
Hi. About the new approximately equal operator, another way to introduce it could be introducing a general infix operator, like in Mathcad. This screen capture is from Mathcad 6 running in Windows 3.11:  For work with units you just need to modify the rhs by abs( a-b ) < UnitsOf( a-b )*TOL (or maybe UoM). Notice that also can be a solution for another features requests, like this one about inline division: https://en.smath.com/for...614_Inline-division.aspxAbout the "Defined Integral supports units now" it is a major improvement, and while there will be many worksheets to update, it is a substantial and very welcome improvement. I do think that some kind of special announcement should be made. Also, if you plan to also modify solve and roots to accept drives, you may want to introduce the two improvements together in a future stable beta release. Finally, many thanks to you Andrey and to all the developers who collaborate with the plugins for this excellent program. Best regards. Alvaro. Edited by user 22 June 2022 04:20:57(UTC)
| Reason: Not specified
|
|
|
|
  Rank: Member Groups: Registered
Joined: 28/07/2014(UTC) Posts: 10  Location: zhejiang
|
Originally Posted by: Andrey Ivashov  New Beta SMath Studio 1.0.8206 is available!Tiny, powerful, free mathematical program with WYSIWYG editor and complete units of measurements support. It provides numerous computing features and rich user interface translated into about 40 different languages. Application also contains integrated mathematical reference book. Changes introduced in current buildImprovements- if(..) function extended to support any number of arguments more or equal to 2;
- Approximately Equal operator implemented (Options dialog extended with an appropriate setting; button added to the Boolean toolbox);
- Defined Integral supports units now;
- Rendering of the text improved in program dialogs;
- Electron-volt (k, M, G, T) unit added;
- Sleep function added allows to suspends the current thread for the specified amount of time specified in milliseconds;
- Proxy settings implemented.
Corrections- Numeric calculations with units corrected in cases when final result is equal to zero.
Miscellaneous- Startup of Desktop version is made faster in the environments where access to printer is slow;
- High DPI support improved;
- Displaying of the previews improved in Insert Function dialog;
- Offline login logic corrected;
- Settings dialog refactoring;
- SMath LLC code certificate issued and included into repository.
Download how to input else if? I use SMathStudioDesktop.1_0_8206.Mono
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,557   Location: Italy Was thanked: 1279 time(s) in 841 post(s)
|
Originally Posted by: Jacques.chen  how to input else if? I use SMathStudioDesktop.1_0_8206.Mono In the placeholders of the if() function type an "argument separator" symbol (comma or semicolon, usually)  The if without else will improve alot the readability of many scripts, thank you Andrey. Edited by user 22 June 2022 13:54:44(UTC)
| Reason: Not specified |
If you like my plugins please consider a donation to SMath Studio; for personal contributions to me: paypal.me/dcprojects |
 2 users thanked Davide Carpi for this useful post.
|
on 22/06/2022(UTC), on 27/06/2022(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 996  Was thanked: 413 time(s) in 277 post(s)
|
Originally Posted by: Jean Giraud  ~= I found no way to code double tilde Office 2000 in Win 7. Works fine as separate utility. Maths Round(U,n) UTILITIES.sm (15kb) downloaded 12 time(s). This is not the right place to post samples. Could any admin delete post above with mine? Regards
|
|
|
|
  Rank: Member Groups: Registered
Joined: 03/07/2017(UTC) Posts: 10
|
  Перестали вычисляться безразмерные интегралы
|
|
|
|
  Rank: Member Groups: Registered
Joined: 03/07/2017(UTC) Posts: 10
|
 Thank you. But the problem is not because of eval(). She's somewhere deeper. My f3(x) and f4(x) limits are ainterp() of the table data.
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,176  Was thanked: 688 time(s) in 429 post(s)
|
Originally Posted by: avp  ... Thank you. But the problem is not because of eval(). She's somewhere deeper. My f3(x) and f4(x) limits are ainterp() of the table data. Hi. Yes, I see that there are more than one issue with the double integration, even for some simple cases it is not sowed.  Best regards. Alvaro.
|
|
|
|
  Rank: Member Groups: Registered
Joined: 03/07/2017(UTC) Posts: 10
|
Originally Posted by: Jean Giraud  You don't provide enough maths for attempting to doctor. You may get inspired from the double Simpson integrator. Please, don't hesitate ... Jean Double Integration Forum.sm (37kb) downloaded 6 time(s). The question is why in the stable version integrals are calculated without problems, but in the new one it gives an error in the same places?
|
|
|
|
  Rank: Member Groups: Registered
Joined: 03/07/2017(UTC) Posts: 10
|
Originally Posted by: Jean Giraud  
|
|
|
|
  Rank: Member Groups: Registered
Joined: 03/07/2017(UTC) Posts: 10
|
Originally Posted by: Jean Giraud  Originally Posted by: avp  The question is why in the stable version integrals are calculated without problems, but in the new one it gives an error in the same places ? In other words, you declare a bug. Designers need the document for doctoring. ... doctor since which SS version ? 1.0.8151.26932 OK1.0.8206.25180 NFG Yes, I'm reporting a bug. In version 1.0.8151.26932, dimensionless integrals with limits in the form of arbitrary functions are calculated correctly. In version 1.0.8206.25180, such integrals are not evaluated. The error "x/y - undefined" is returned. Proizvol'noe sechenie.xlsx (14kb) downloaded 4 time(s). Proizvol'noe sechenie.sm (58kb) downloaded 4 time(s).Edited by user 05 July 2022 15:39:59(UTC)
| Reason: Not specified
|
|
|
|
  Rank: Member Groups: Registered
Joined: 03/07/2017(UTC) Posts: 10
|
Originally Posted by: Jean Giraud  Originally Posted by: avp  Yes, I'm reporting a bug. In version 1.0.8151.26932, dimensionless integrals with limits in the form of arbitrary functions are calculated correctly. In version 1.0.8206.25180, such integrals are not evaluated. The error "x/y - undefined" is returned.
It may be the XLS import ? Try NOT import as a stand alone system. It doesn't matter if there is an import from Excel or not. Proizvol'noe sechenie_no XLSX.sm (74kb) downloaded 10 time(s).
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.