Stable: SMath Studio 0.94 (18 May 2012) - Messages
Absolutely free mathematical program with "paper"-like interface and numerous computing features (now with integrated mathematical reference book).
- Picture Region improved to support scaling and read-only mode;
- Picture Region improved to be automatically fitted to the page width on Picture insert if page layout specified;
- Added support for colors specifying for the special objects and strings into the Plot Region using web format (like #6699CC);
- Function sum(1) now built-in to the program;
- Continue and Break statements implemented.
- Area Region improved to support multi-language feature for the Area titles;
- Added ability to set title for the Separator Region;
- Descriptions can be now used not only for Math Regions but for any evaluable regions like Plot Region;
- Pound-mole (lbmol) built-in Unit added;
- Added ability to start SMath Studio in silent mode using '-silent' argument next to the list of worksheet files to process files without starting SMath Studio GUI;
- Handling of arguments separator keying improved in Math Region;
- Added ability to add a new cell to the vector/system/line by keying arguments separator;
- Error handling corrected to indicate whether it is not possible to define element of the nested arrays using el(..) function;
- Unit conversion corrected when working with operations like (1/a)^b -> 1/a^b;
- Default Text Region font name now don't exported to .sm/.smz file saving;
- Several critical/calculation issues fixed usually appeared on complex units evaluation;
- Fixed issues when Description of the evaluable region become empty after file save/load cycle.
- Fixed issue when undesirable brackets appeared sometimes around the pasted math expressions;
- Fixed critical error of Text Region appeared sometime on Cut/Backspace operations;
- Fixed error tooltip location issue when Region for the tooltip located between two Collapsed Areas;
- Fixed issue when Separator cannot be moved by the mouse;
- Fixed error appeared in some cases when big numbers processed with symbolic engine ("xE" error);
- Fixed error appears for min/max functions when working with zeros and other values that includes units;
- Fixed issue when it was impossible to use trailing zeros option for zero results;
- Fixed issue when some functions are shown twice in the Insert Function dialog;
- Fixed critical error appeared on removing of empty cell from the vector/system/line functions if nested matrix/system/line exists there;
- Critical error appears on Region remove if the Region focused and located after the collapsed Area fixed;
- Fixed Region's selection error appeared sometime on fast mouse clicks;
- Fixed new Region painting issue if a Region added to the top left corner of the Worksheet;
- Fixed error of defining matrix elements using symbolic optimization;
- Fixed critical error appears on evaluation if manually assigned result Units contains any math error;
- Fixed simplification errors of the boolean operators related to wrong sign of the result expression;
- Fixed errors of the operations with matrices and scalars in symbolic library;
- Examples improved;
- Refactoring.
- Desktop (Windows):
Framework: .NET Framework 2.0 - Desktop (Linux):
Framework: Mono 2.0 (libmono-winforms-2.0-cil package) or higher
Desktop and Handheld (34 languages):
- Desktop Windows (desktop computer with Windows OS):
SMathStudioDesktop.0_94.Setup.msi (Date: 18.05.2012. File size: 1.76MB)
SMathStudioDesktop.0_94.Portable.exe (Date: 18.05.2012. File size: 17.51MB) - .Net Framework 2.0 doesn't required
- Desktop Linux (desktop computer with Linux OS):
SMathStudioDesktop.0_94.Mono.tar.gz (Date: 18.05.2012. File size: 837.19KB) - last version of Mono distributive required!
Note: No current version of SMath Studio Handheld release will be introduced. Please use the latest stable handheld version (0.90).
SMath Studio tutorial by Bernard Liengme.
SMathPrimer.pdf (Date: 11.11.2011. File size: 2.06MB) - to open in Adobe Acrobat Reader
Introduction of the use of SMath Studio by Gilberto E. Urroz, Ph.D., P.E.
SMathStudio.0_85.Article.Eng.pdf (Date: 23.09.2009. File size: 828.96KB) - to open in Adobe Acrobat Reader
SMathStudio.0_85.IOFiles.Article.Eng.pdf (Date: 27.09.2009. File size: 453.24KB) - to open in Adobe Acrobat Reader
SMathStudio.0_85.NumericFunctions.Article.Eng.pdf (Date: 18.10.2009. File size: 622.45KB) - to open in Adobe Acrobat Reader
SMathStudio.0_85.Programming.Article.Eng.pdf (Date: 18.10.2009. File size: 411.74KB) - to open in Adobe Acrobat Reader
SMath Studio icons (
SMathStudio.Icons.zip (Date: 12.04.2010. Size: 63.74KB)
Sposibo Andrey
Do svidanija (regards) Olik
Also the sigma sum in the same palette gives me a sum(1), and not the sum(4) with the sigma notation.
I´ve already read that:
>Function sum(1) now built-in to the program;
I think that sum(4) is more important than sum(1), in the right-hand side palette.
WroteTrying to use the pi product from the right-hand side palette gives me "product(" and not the pi product notation. Is this a bug?
It seems that it is a bug, unfortunately.
Wrote
Also the sigma sum in the same palette gives me a sum(1), and not the sum(4) with the sigma notation.
I´ve already read that:
>Function sum(1) now built-in to the program;
I think that sum(4) is more important than sum(1), in the right-hand side palette.
I suggested to Andrey the introducing of sum(1) operator for its frequent use. I agree that now might be a bit confusing to choose the sum(4) from the function list, or to type sum( or choose summation from the palette and then to type four arguments. On the other hand there might be another confusing side effect when making sum(4) from sum(1). The summation could be made without brackets. Look at this simple example:
[MATH=eng]x:mat(1,2,3,3,1)[/MATH]
[MATH=eng]sum((el(x,i)+7),i,1,3)=27[/MATH]
Contrary to the:
[MATH=eng]sum(el(x,i)+7,i,1,3)=27[/MATH]
This was made from sum( and putting four arguments:
[MATH=eng]sum(el(x,i),i,1,3)+7=13[/MATH]
This is made by choosing sum(4) and then adding 7
The sum(1) operator is useful and I am grateful to Andrey for introducing it, but unfortunately it seems some new side effects appeared with it.
Regards,
Radovan
WroteTrying to use the pi product from the right-hand side palette gives me "product(" and not the pi product notation. Is this a bug?
Yes, will be fixed soon.
WroteI think that sum(4) is more important than sum(1), in the right-hand side palette.
Agree with you. Will correct this as well.
Regards.
Wrote
Look at this simple example:
[MATH=eng]x:mat(1,2,3,3,1)[/MATH]
[MATH=eng]sum((el(x,i)+7),i,1,3)=27[/MATH]
Contrary to the:
[MATH=eng]sum(el(x,i)+7,i,1,3)=27[/MATH]
This was made from sum( and putting four arguments:
[MATH=eng]sum(el(x,i),i,1,3)+7=13[/MATH]
This is made by choosing sum(4) and then adding 7
The sum(1) operator is useful and I am grateful to Andrey for introducing it, but unfortunately it seems some new side effects appeared with it.
Thanks for the explanation; about brackets, maybe they use some graphic space in the formulas, but they help us to avoid confusions when doing math operations with different expressions.
Brackets are for math what units are for science and engineering.
-
New Posts
-
No New Posts