Difference between revisions of "Maxima"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Math {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|maxima}} |{{#vardefine:url|https://sourceforge.net/projects/maxima/}} <!--CONFIGURATI...") |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:job|}} <!--JOB SCRIPTS--> | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 24: | Line 24: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory |
<!--Configuration--> | <!--Configuration--> | ||
Line 34: | Line 34: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | This is a GUI software. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs | |
+ | |||
+ | Basic usage: | ||
+ | module load gui | ||
+ | launch_gui_session --module maxima -e xmaxima | ||
+ | |||
+ | Connect with xpra locally using the xpra command | ||
+ | xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu | ||
|}} | |}} |
Latest revision as of 21:21, 6 December 2019
Description
Maxima is a computer algebra system comparable to commercial systems like Mathematica and Maple. It emphasizes symbolic mathematical computation: algebra, trigonometry, calculus, and much more.
Environment Modules
Run module spider maxima
to find out what environment modules are available for this application.
System Variables
- HPC_MAXIMA_DIR - installation directory
- HPC_MAXIMA_BIN - executable directory
Additional Information
This is a GUI software. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs
Basic usage:
module load gui launch_gui_session --module maxima -e xmaxima
Connect with xpra locally using the xpra command
xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu