Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline Andrey Ivashov  
#1 Posted : 16 January 2019 01:27:36(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
SMath Studio - SMath
Created by SMath LLC in the scope of SMath project. Published by smath.

SMath Studio

SMath Studio box
 
 
 
 
 
 
 
 
 
 

Tiny, but powerful 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.

Free for personal usage! Plans for Organizations are available!

Application can be easily extended based on your needs. Built-in Extensions Manager tool allows to get access to hundreds official and third-party resources of the following types: usage examples, plug-ins, SMath Viewer based applications, snippets, interface translations, interactive books, handbooks and tutorials.

I've used this software for several years and can not use anything else for work. I'm a mechanical Engineer and use this for any calculations I do. 1) To show and check my work 2) to set values and write descriptions so I can reuse my formulas for other projects. This is better than any calculator. Thank you Smath for such a great software. more...

by Shawn Paul

Très bon logiciel de calcul, avec de nombreux plugin pour tous les usages. Une fois qu'on s'habitue, on ne peut plus s'en passer. Je le recommande vivement. Outre les fonction mathématiques, Il est possible d'utiliser de nombreuses bibliothèques, comme par exemple la bibliothèque Coolprop pour les données thermodynamiques, ce qui permet d'avoir un outil très évolué pour faire et expliquer des calculs très rapidement. more...

by Vidal Silva

I have been wishing for a sensible alternative to the free version of MathCAD for a long time. I find such software a crucial tool for writing technical-paper-style documents with live formulas and units carried throughout. I am so happy to have found SMath Studio as it is not just a completely free, fully featured alternative, but I find it to be much better in that it is tiny, is easier to use, has nice community support and has nice expandability by others (through plugins). It has features I've always wanted like setting of number of significant digits (not just number of decimal places), easier typing of subscripts, better plotting (via the X-Y Plot plugin), ability to include other SMath files (like my own units definitions), the very innovative and helpful "dynamic assistant", the ability to assign values to variables *after* the writing of a formula, no watermark across each page, and many other improvements that I have yet to discover. Since I am so pleased, I just donated $100 which I feel is a more reasonable amount for software like this. Thank you, Andrey! more...

by John David Heinzmann



Please note:
  1. There are some known bugs with Worksheet scrolling - will be addressed soon;
  2. There are some UI issues on environment with high DPI (some Custom plug-ins may not be scaled correctly).
    Please use the following to disable high dpi support if required:
    not_dpi_aware.PNG
thanks 3 users thanked Andrey Ivashov for this useful post.
on 16/01/2019(UTC),  on 16/01/2019(UTC),  on 16/01/2019(UTC)

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline Jean Giraud  
#2 Posted : 16 January 2019 04:13:40(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
What about the indefinite integral ?

5346 had the the indefinite integral in the f(x)menu, thus available for maple.
It was removed 6179, but it could be called within maple maple(int,)
This last facility does not work anymore.

About that, Davide replied 19 days ago:

"I cannot reproduce the autocomplete of int in any SS version, neither changing the date on the machine, and I'm not aware that there ever were such behavior...
however, I don't think it is a desirable feature; how would you access or create any int~ variable/function if the program triggers the autocomplete while you are typing? (and imagine this extended to any function...)"

Jean
Offline Andrey Ivashov  
#3 Posted : 16 January 2019 09:59:32(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
To all developers:

As you may notice starting from build 0.99.6955 SMath Studio supports high DPI and in order to scale Regions correctly we have to introduce new requirement:
- Plug-in must use SMath.Drawing.Graphics instead of System.Drawing.Graphics everywhere.
or
- All Fonts created by the plug-in must have GraphicsUnit.Pixel specified as a unit and size must be multiplied by 96f / 72f in order to convert Points to Pixels.

All existing plug-ins should be updated according to this requirement as everything looks ok while system is configured to have use 96 DPI, but in all other cases scaling of Fonts in plug-ins is incorrect.

All modern platforms like iOS, Android, UWP have Pixel specified as a unit by default, so this issue appears on Windows machines only (we have it on Linux as well because of Mono).

Please let me know in case of any related questions. If you are not able to perform changes by yourself - just let me know and I will update plug-ins by myself.

Best regards, Andrey Ivashov.
thanks 1 user thanked Andrey Ivashov for this useful post.
on 16/01/2019(UTC)
Offline Jean Giraud  
#4 Posted : 16 January 2019 23:01:53(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Another question ... what do you calculate ?

Gamma.PNG

Gamma [15 D Alvaro].sm (10kb) downloaded 20 time(s).
Offline Jean Giraud  
#5 Posted : 17 January 2019 23:16:41(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: Jean Giraud Go to Quoted Post
Another question ... what do you calculate ?

As it looks, not that many Smath latest version users are interested.

Offline Andrey Ivashov  
#6 Posted : 18 January 2019 00:59:53(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
Originally Posted by: Jean Giraud Go to Quoted Post
Another question ... what do you calculate ?

Thank you Jean. I will check.
Offline Andrey Ivashov  
#7 Posted : 18 January 2019 01:01:00(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
Originally Posted by: Jean Giraud Go to Quoted Post
What about the indefinite integral ?

Davide answered you correctly in a separate topic.

Best regards.
Offline Jean Giraud  
#8 Posted : 18 January 2019 03:37:31(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: Andrey Ivashov Go to Quoted Post
Thank you Jean. I will check.

Thanks in advance Andrey for eventually doctoring.
I have tested exhaustively Alvaro Γ(x) 15 decimals vs Mathcad
Further, Definite Integration does not need be vectorized.

Cheers ... Jean

Gamma [15 D Alvaro].sm (11kb) downloaded 28 time(s).

Users browsing this topic
Guest
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.