All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SMath Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:06, 12 September 2024 Gleb.Zaborshchikov talk contribs created page File:En programming lineblock1.jpg
- 12:06, 12 September 2024 Gleb.Zaborshchikov talk contribs uploaded File:En programming lineblock1.jpg
- 11:54, 22 August 2024 Gleb.Zaborshchikov talk contribs created page Line block (Created page with "Line block allows you to make multiple line structures in your programs. In the programming languages this construction is known as operator parentheses or block statement. It also acts a bit like indent. '''ADVICE: Choose it from the Programming palette''' File:Programming_lineblock1.jpg '''''This page is inspired by legacy wiki article https://smath.info/wiki/line.ashx.''''' Category:SMath Studio/Programming")
- 11:54, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming lineblock1.jpg
- 11:54, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming lineblock1.jpg
- 11:43, 22 August 2024 Gleb.Zaborshchikov talk contribs created page While loop (Created page with "'''while'''('condition','body') - Function of iterations. The cycle carries out a 'body' while the 'condition' is true. '''Advice: Choose it from the Programming palette''' '''Important note''': Inside the 'body' (line could be used) the 'condition' must change from '''true''' (different than zero) to '''false''' (zero) otherwise we can have the endless (never ending) loop. The only way in this case for while or for loop is to interrupt the calculation by choo...")
- 11:43, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming whileloop2.png
- 11:43, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming whileloop2.png
- 11:43, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming whileloop1.png
- 11:43, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming whileloop1.png
- 11:37, 22 August 2024 Gleb.Zaborshchikov talk contribs created page For loop (Created page with "'''for''' loops are accessed via the function menu, or the programming functions panel. If you type '''for''' into your worksheet it won't do what you expect. '''Advice: Choose it from the Programming palette''' There are two forms of '''for'''. The first is the one that appears when you first press the '''for''' button. It steps the variable through each element of the matrix in the second argument. The ε sign means 'is an element of' File:Programming_forlo...")
- 11:37, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming forloop2.jpg
- 11:37, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming forloop2.jpg
- 11:37, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming forloop1.jpg
- 11:37, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming forloop1.jpg
- 11:28, 22 August 2024 Gleb.Zaborshchikov talk contribs created page If condition (Created page with "'''if'''('condition','true','false') - Returns 'true'-statement if logical 'condition'-statement is true (non-zero), 'false'-statement otherwise. '''Advice: Choose it from the Programming palette''' The "if" programming tool returns a value depending on Boolean 'condition'. Boolean condition can be formed by using Boolean palette. Here is a simple example, returning '''numeric''' or '''symbolic''' result. File:Programming_if1.png The user should take care when de...")
- 11:27, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming if3.png
- 11:27, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming if3.png
- 11:27, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming if2.png
- 11:27, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming if2.png
- 11:27, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming if1.png
- 11:27, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming if1.png
- 10:19, 22 August 2024 Gleb.Zaborshchikov talk contribs created page Category:SMath Studio/Programming (Created page with "This page combines all SMath Studio Programming related pages.")
- 10:17, 22 August 2024 Gleb.Zaborshchikov talk contribs created page Programming (Created page with "== Introduction == SMath Studio has a number of embedded Programming capabilities, allowing you to handle your calculation in a more efficient way. Standard conditional and cyclic constructions are supported. == Examples == File:Programming_screenshot1.png == Performance Hints == In many cases you can gain a speedup by setting the Optimization mode to Numeric as follows: 1. Let's start with nothing selected: File:Programming_screenshot2.png 2. Left-...")
- 10:17, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming screenshot4.png
- 10:17, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming screenshot4.png
- 10:17, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming screenshot3.png
- 10:17, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming screenshot3.png
- 10:16, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming screenshot2.png
- 10:16, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming screenshot2.png
- 10:15, 22 August 2024 Gleb.Zaborshchikov talk contribs created page File:Programming screenshot1.png
- 10:15, 22 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:Programming screenshot1.png
- 09:00, 22 August 2024 Gleb.Zaborshchikov talk contribs created page Release Manager (Created page with "To build and publish SMath Studio Plugins we provide Release Manager - a web tool that works directly with the public SMath SVN Repository. Please note that third-party repositories are not supported. Release Manager address: https://smath.com/ReleaseManager/ Release Manager allows you to either add a new plugin or update an existing one. Category:Manual")
- 08:01, 22 August 2024 Gleb.Zaborshchikov talk contribs created page Open Source Code (Created page with "Open Source Code repository is available at: https://smath.com/svn/public Category:Manual")
- 13:09, 21 August 2024 Gleb.Zaborshchikov talk contribs created page FAQ/Automation and Integration (Created page with "This FAQ answers some questions about SMath products automation and integration with any other software. == Is it possible to automate operations in SMath Studio using Command Prompt? == Yes, proper licensed SMath Studio Enterprise supports command line interface. More details may be found via following link: Integration. Category:FAQ")
- 12:58, 21 August 2024 Gleb.Zaborshchikov talk contribs created page FAQ/Basic Functionality (Created page with "This is a list of frequently asked questions about using SMath Studio. == How can I add subscript below variable name? == Just use Decimal Symbol (usually '''.''' or ''',''') in variable name to add a subscript. == How can I type Greek characters using keyboard? == There is a hot-key supported by SMath Studio: '''Ctrl+G''' - it converts Latin letters to the Greek symbols (f.e. h to Eta or p to Pi) and vice versa. More shortcuts may be found here: Keyboard Shortcu...")
- 12:48, 21 August 2024 Gleb.Zaborshchikov talk contribs created page FAQ/Installation & Delivery (Created page with "This FAQ answers some questions about SMath products installation/deinstallation process and related technical steps. == Can I completely uninstall SMath Studio? == Please use MSI installer to install, repair or uninstall the application. If you decide to uninstall SMath Studio the installer will completely remove all application files from Program Files (or Program Files (x86)) directory. '''Note:''' some user specific files will still be located on your hard drive...")
- 11:28, 21 August 2024 Gleb.Zaborshchikov talk contribs created page FAQ/Users & Accounts (Created page with "This page answers some questions related to how to manage SMath Users and Accounts.")
- 11:27, 21 August 2024 Gleb.Zaborshchikov talk contribs created page FAQ/Miscellaneous (Created page with "The purpose of this page of frequently asked questions is to answer questions that do not fit into any of the other categories.")
- 11:13, 21 August 2024 Gleb.Zaborshchikov talk contribs created page File:SMathViewer - Calling Button.png
- 11:13, 21 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:SMathViewer - Calling Button.png
- 11:13, 21 August 2024 Gleb.Zaborshchikov talk contribs created page File:SMathViewer - Calculation.png
- 11:13, 21 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:SMathViewer - Calculation.png
- 11:10, 21 August 2024 Gleb.Zaborshchikov talk contribs created page File:SMathViewer - Save Button.png
- 11:10, 21 August 2024 Gleb.Zaborshchikov talk contribs uploaded File:SMathViewer - Save Button.png
- 10:48, 19 August 2024 Gleb.Zaborshchikov talk contribs moved page What's the difference between SMath Studio and Mathcad? to FAQ/What's the difference between SMath Studio and Mathcad?
- 10:47, 19 August 2024 Gleb.Zaborshchikov talk contribs moved page May I use SMath Studio for free? to FAQ/May I use SMath Studio for free?
- 10:47, 19 August 2024 Gleb.Zaborshchikov talk contribs moved page I have a Fixed license. May I move the license to my new computer after upgrade? to FAQ/I have a Fixed license. May I move the license to my new computer after upgrade?
- 10:46, 19 August 2024 Gleb.Zaborshchikov talk contribs moved page How do I restore my forgotten password? to FAQ/How do I restore my forgotten password?
- 10:26, 19 August 2024 Gleb.Zaborshchikov talk contribs moved page Faq/SMath Studio to FAQ/SMath Studio