--- title: Mathematica published: true taxonomy: category: - docs external_links: process: true no_follow: true target: _blank mode: active --- [toc] ## Environment Settings{#enviroment} ### Software Version and System Requirements{#version} The Modules software package can dynamically switch and set the environment settings required to use the application by executing the module command. And you can change the environment settings easily when you switch to the different version of the application. Please refer to [Modules](/config/modules) for details. You can check a list of available module files with the module avail command. Version | Module File Name | System A | System B/C/G | Cloud System -------------- | ----- | ----- | ----- | --- 14.0.0 (default) | mathematica/14.0.0 | - | KU | - 13.1.0 | mathematica/13.1.0 | - | KU | - KU : Available for Kyoto University members only \- : Not available ### Available number of licenses{#license_limit} The number of users available at the same time is approximately 3 licenses. ## Software Overview{#overview} Mathematica is a system that integrates mathematical formula processing and numerical computation functionality, as well as excellent graphical functionality. It can also be programmed in the same way as a mathematical concept and provides interactive calculation results. Mathematica allows users to run single tasks such as data analysis and solution of a complex differential equation, as well as to develop comprehensive solutions, prototypes, and applications. ### Software Features{#functions} * Thousands of advanced symbolic computation * Solution of equations, differential equations and numerical and symbolic optimization of problems * Numeric modeling and simulation is possible * RAD (Rapid Application Development) environment * Interactive creation of technical reports and electronic or printable documents * Creation of technical documents containing formulas ### Areas of Application{#app_area} Engineering, mathematics, finance, physics, chemistry, biology, etc. ## How to Use{#usage} ### Environment settings(Executing the module Command){#env_set} Execute the **module** command to set up the environment. (Load the version of the module file you want to use). ```nohighlight $ module load mathematica ``` ### GUI Mode{#gui} Login using [FastX](/login/fastx), [NICE DCV](/login/nice-dcv) or use SSH client software that supports X11 Forwarding available on Windows (e.g. [MobaXterm](/login/ mobaxterm)) and X11 servers available on Windows, and log in to the system in a way that GUI applications can be started. You can start Mathematica by executing the following command. Please refer to [Interactive Processing](/run/interactive) for details on the**tssrun** command. ```nohighlight $ tssrun --x11 mathematica ``` ![](mathematica_example_02.png) After start-up, select Notebook from the menu on the left side of the screen to open the Notebook screen. In the notebook screen, write programs (formula, equation) for calculation. ![](mathematica_example_01.png) On the Notebook screen, click **Quit** in **File** in the **Menubar** to exit Mathematica. ### CUI Mode{#cui} You can start Mathematica by executing the following command. Please refer to [Interactive Processing](/run/interactive) for details on the**tssrun** command. ```nohighlight $ tssrun math ``` You can exit Mathematica by executing the following command. ```nohighlight $ Quit ``` ## References{#references} ### In Japanese{#ref_ja} * [Documentation Center (Wolfram Research, Inc.)](http://reference.wolfram.com/mathematica/guide/Mathematica.html) ### In English{#ref_en} None ## Links{#link} ### External Links{#ex_link} * [Wolfram Mathematica(HULINKS)](http://www.hulinks.co.jp/software/mathematica/) * [Wolrram Research:Mathematica(WOLFRAM)](http://www.wolfram.com/)