Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline Andrey Ivashov  
#1 Posted : 26 January 2019 01:08:58(UTC)
Andrey Ivashov


Rank: Administration

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

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

SMath Studio

  • SMath Studio box
  • Calculation of Gravitation Acceleration example
  • Example of animation on the Worksheet
  • Extensions Manager tool
  • Opened math Reference Book
  • SMath Viewer output to Autocad example
  • SMath Studio on iOS
  • SMath Studio on iPad

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.

They trust us *

* Customers' names and logos are used with the written permission of the copyright holders.

They talk about us (all reviews...)

  • Simple and Elegant

    by Egbert Sales

  • beautiful strument

    by michele

  • Amazing math tool. I use it almost daily. I'm a civil engineer and Smath Studio quickly became one of my favorite tools to "hand check" a lot of my calculations.

    by Fernando Siedschlag

  • 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.

    by Vidal Silva

  • Powerful tools to support dynamic calculation. Excellent!

    by Omar Panta Carranza

  • Buenísima aplicación.

    by Nicolás Troncoso

  • I use this program on my everyday civil engineering calculations, and I highly recommend it!

    by GiE

  • Спасибо вам за вашу работу, это приложение просто прекрасно!

    by Илья

  • Probably the best free math program out there. As an electrical engineer, you can do so many calculations, e.g for designig drive systems and calculate protection settings, can be almost entirely automated using SMath Studio. With the huge amount of plugins you can push SMath in an high level. Thanks a lot!

    by Karsten

  • Absolutely Gorgeous software, which can be a level riser for spreadsheet calculation, seamlessly extended for any kind of mathematical application.

    by Shiju VT

SMath Studio in publications

SMath Studio plug-ins (all plug-ins...)

The functionality of the program can be expanded through the installation of plug-ins created by third-party developers and companies, as well as those prepared by the SMath LLC team. Most plug-ins are open source and can be modified if necessary.

  • Extends SMath Studio with a 3D Plot Region.
    Extends SMath Studio with a 3D Plot Region.
    Jack Xu, Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru)
  • Extends SMath Studio with more save/import/export features.
    Extends SMath Studio with more save/import/export features.
    Davide Carpi (davide.carpi@gmail.com)
  • Access to a set of programs for calculating properties of water, steam, gases and gases mixtures. Requires separate installation of the Water Steam Pro libraries and appropriate license for it (see http://www.wsp.ru/).
    Access to a set of programs for calculating properties of water, steam, gases and gases mixtures. Requires separate installation of the Water Steam Pro libraries and appropriate license for it (see http://www.wsp.ru/).
    ООО "ЭсМат"
  • Provides access to the free and open source computer algebra system Maxima.
    Provides access to the free and open source computer algebra system Maxima.
    Kay Graubmann & Martin Kraska (THB www.th-brandenburg.de)
  • Extends SMath Studio with a X-Y Plot Region.
    Extends SMath Studio with a X-Y Plot Region.
    Jack Xu, Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru)
  • A SMath Studio native wrapper of the CoolProp library (www.coolprop.org) - thermophysical property database and wrappers for a selection of programming environments.
    A SMath Studio native wrapper of the CoolProp library (www.coolprop.org) - thermophysical property database and wrappers for a selection of programming environments.
    Mike Kaganski
  • Contains nonlinear solvers for equations and systems of equations: Bisected Direct Quadratic Regula Falsi (BDQRF), Bisection, Brent's, Broyden's, Homotopy, Newton-Raphson, Ridder's, Secant, etc.
    Contains nonlinear solvers for equations and systems of equations: Bisected Direct Quadratic Regula Falsi (BDQRF), Bisection, Brent's, Broyden's, Homotopy, Newton-Raphson, Ridder's, Secant, etc.
    Davide Carpi (davide.carpi@gmail.com)
  • Digital Signal Processing Library: spectral analysis, IIR and FIR filters, resampling algorithms, etc.
    Digital Signal Processing Library: spectral analysis, IIR and FIR filters, resampling algorithms, etc.
    Sergey Bakhurin (http://dsplib.org), Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru)
  • Extends SMath Studio with statistical tools: Sample Estimators, Probability Density, Cumulative Density, Quantile functions, Random Numbers, etc.
    Extends SMath Studio with statistical tools: Sample Estimators, Probability Density, Cumulative Density, Quantile functions, Random Numbers, etc.
    Davide Carpi (davide.carpi@gmail.com)
  • Provides an interface to the SQLite relational database engine.
    Provides an interface to the SQLite relational database engine.
    Chris Bietz, Viacheslav N. Mezentsev


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


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 7 users thanked Andrey Ivashov for this useful post.
on 26/01/2019(UTC),  on 26/01/2019(UTC),  on 26/01/2019(UTC),  on 26/01/2019(UTC),  on 26/01/2019(UTC),  on 26/01/2019(UTC),  on 28/01/2019(UTC)
Offline genf  
#2 Posted : 28 January 2019 12:11:54(UTC)
genf


Rank: Advanced Member

Groups: Registered
Joined: 10/06/2013(UTC)
Posts: 50
Man
Russian Federation

Was thanked: 6 time(s) in 6 post(s)
Добрый день.
В версии SMathStudio 0.99.6954 съезжают размеры вставленных картинок.
Т.е. они были вставлены и уменьшены до нужного размера, файл был сохранен.
Но при открытии они снова становятся большими, т.е. программа не запоминает манипуляции с их уменьшениями.
На старых версиях такого не было.

В версии SMathStudio 0.99.6965 можете открыть прикрепленный файл ... как там будет? Будет ли съезжать после редактирования и сохранения?
Спасибо!
Raschet glukhikh naruzhnykh nenesushchikh sten.sm (653kb) downloaded 26 time(s).

Edited by user 28 January 2019 12:58:15(UTC)  | Reason: Дополнил вопрос

Offline Davide Carpi  
#3 Posted : 28 January 2019 13:12:08(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,728
Man
Italy
Location: Italy

Was thanked: 1396 time(s) in 910 post(s)
This was a bug introduced in SS 0.99.6954, fixed in the immediately following version (0.99.6955). The choosen size was still saved but that version wasn't able to restore it properly. Your file in current version looks like in the attached picture, that I believe should be correct.

Edited by user 28 January 2019 13:16:38(UTC)  | Reason: Not specified

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 28/01/2019(UTC)
Offline genf  
#4 Posted : 28 January 2019 13:17:38(UTC)
genf


Rank: Advanced Member

Groups: Registered
Joined: 10/06/2013(UTC)
Posts: 50
Man
Russian Federation

Was thanked: 6 time(s) in 6 post(s)
Originally Posted by: Davide Carpi Go to Quoted Post
This was a bug introduced in SS 0.99.6954, fixed in the immediately following version (0.99.6955). The choosen size was still saved but that version wasn't able to restore it properly. Your file in current version looks like in the attached picture, that I believe should be correct.


Спасибо!
Тогда обновлюсь Clap
Offline Oleksander  
#5 Posted : 29 January 2019 11:51:25(UTC)
Oleksander

Rank: Newbie

Groups: Registered
Joined: 29/01/2019(UTC)
Posts: 1
Ukraine
Location: Mykolayiv

Great job!
Have you planned to update the cloud version to this new one?
I find out it very convenient.
Time of desktop apps is passing by.
Good luck in your job.
Offline Andrey Ivashov  
#6 Posted : 30 January 2019 00:43:49(UTC)
Andrey Ivashov


Rank: Administration

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

Was thanked: 2011 time(s) in 679 post(s)
Originally Posted by: Oleksander Go to Quoted Post
Great job!
Have you planned to update the cloud version to this new one?
I find out it very convenient.
Time of desktop apps is passing by.
Good luck in your job.

Yes, usually I'm updating Cloud version with stable versions only (with some exceptions).

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