New pages
Jump to navigation
Jump to search
- 13:02, 26 September 2024 Recreating SMath Database (hist | edit) [1,404 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "In some rare cases like lost admin password or internal data inconsistency it may be required to recreate Local Licensing Server database. It may be performed as follows: * Navigate to the folder from where you initialized your server application. It is where your compose file is stored * Stop server application by calling <nowiki>docker compose down</nowiki> * After server application is stopped you need to clean up docker volume, containing server database. I...")
- 17:27, 23 September 2024 Dynamic Assistance (hist | edit) [712 bytes] Andrey.Ivashov (talk | contribs) (Created page with "Dynamic Assistance is a SMath Studio built-in tool which allows to see context dependent list of available variables, functions and units. It can be disabled or enabled using ''Dynamic assistance'' item in ''View'' menu. == Use cases == Show the Dynamic Assistance UI: * Start typing letters to display a pop-up list with context dependent definitions. * Pop-up list of available definitions can be manually called by pressing <nowiki>Ctrl+Space</nowiki>. Sele...")
- 09:51, 22 September 2024 German Keyboard Shortcuts (hist | edit) [4,495 bytes] Martin.Kraska (talk | contribs) (Created page with "== Insert == '''"''' - Insert text<br> ''' ' ''' - Insert units<br> '''\''' - Insert square root<br> '''[''' - Insert function el()<br> ''']''' - Insert line - code block<br> '''.''' - Subscript a variable, function, or unit<br> '''^''' - Exponentiation<br> '''!''' - Factorial<br> '''%''' - Minus/plus operator (-/+)<br> '''&''' - Boolean AND<br> '''|''' - Boolean OR<br> '''~''' - Boolean NOT<br> '''@''' - Insert 2D plot<br> '''Ctrl+.''' - Symbolic calculation of the equ...")
- 11:54, 22 August 2024 Line block (hist | edit) [433 bytes] Gleb.Zaborshchikov (talk | contribs) (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:43, 22 August 2024 While loop (hist | edit) [850 bytes] Gleb.Zaborshchikov (talk | contribs) (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:37, 22 August 2024 For loop (hist | edit) [841 bytes] Gleb.Zaborshchikov (talk | contribs) (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:28, 22 August 2024 If condition (hist | edit) [1,052 bytes] Gleb.Zaborshchikov (talk | contribs) (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...")
- 10:17, 22 August 2024 Programming (hist | edit) [1,316 bytes] Gleb.Zaborshchikov (talk | contribs) (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-...")
- 09:00, 22 August 2024 Release Manager (hist | edit) [420 bytes] Gleb.Zaborshchikov (talk | contribs) (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 Open Source Code (hist | edit) [1,124 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "Open Source Code repository is available at: https://smath.com/svn/public Category:Manual")
- 13:09, 21 August 2024 FAQ/Automation and Integration (hist | edit) [352 bytes] Gleb.Zaborshchikov (talk | contribs) (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 FAQ/Basic Functionality (hist | edit) [1,221 bytes] Gleb.Zaborshchikov (talk | contribs) (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 FAQ/Installation & Delivery (hist | edit) [1,240 bytes] Gleb.Zaborshchikov (talk | contribs) (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 FAQ/Users & Accounts (hist | edit) [346 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "This page answers some questions related to how to manage SMath Users and Accounts.")
- 11:27, 21 August 2024 FAQ/Miscellaneous (hist | edit) [1,133 bytes] Gleb.Zaborshchikov (talk | contribs) (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.")
- 10:11, 19 August 2024 FAQ/Licensing (hist | edit) [1,127 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "== General == * May I use SMath Studio for free? == License Types == * I have a Fixed license. May I move the license to my new computer after upgrade? Category:FAQ") originally created as "Faq/Licensing"
- 09:47, 19 August 2024 FAQ (hist | edit) [756 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "==SMath FAQ== Category:FAQ") originally created as "Faq"
- 17:33, 18 August 2024 Software Vendor (hist | edit) [274 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "Depending on your location, SMath software may be distributed by different software vendors. Current list of our vendors with all relevant details may be found on our [https://smath.com/en-US/view/SMathStudio/contacts Contacts] page.")
- 17:28, 18 August 2024 Commercial Use (hist | edit) [288 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "With accordance to our EULA commercial use of SMath Software is allowed only for the plans, explicitly stating so. List of all currently supported plans is always available on our [https://smath.com/en-US/view/SMathStudio/pricing Pricing] page. Category:Manual") originally created as "Commercial use"
- 15:06, 18 August 2024 Technical Support (hist | edit) [370 bytes] Gleb.Zaborshchikov (talk | contribs) (Redirected page to Warranty support) Tag: New redirect originally created as "Technical support"
- 07:37, 18 August 2024 Licensing Types (hist | edit) [2,910 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "To use the SMath Studio program, a license is required. License is an electronic file containing basic information about the user and organization. It also contains licenses amount and their properties. All license types can be hosted by both Root Licensing Server and Local Licensing Server installed on the organization's network.")
- 06:51, 6 August 2024 Calculation Service (hist | edit) [5,000 bytes] Gleb.Zaborshchikov (talk | contribs) (Redirected page to Integration) Tag: New redirect
- 06:49, 6 August 2024 Integration (hist | edit) [639 bytes] Gleb.Zaborshchikov (talk | contribs) (Created page with "SMath Studio Enterprise, when properly licensed, supports integration with other applications via a Calculation Service. Calculation Service is a process that can be started by the calling application to immediately perform calculations. Running multiple computing services simultaneously supported. It is important to understand that Calculation Service is not registered in the operating system as a service, and its life cycle completely depends on the ca...")