Difference between revisions of "Scientific Software"
m |
(Remove beyonce and keira.) |
||
Line 1: | Line 1: | ||
=== Software Available on Linux Servers === | === Software Available on Linux Servers === | ||
− | * [http://www.wolfram.com/mathematica/ Mathematica] and [http://www.maplesoft.com/products/maple/ Maple] are available on the HPC server ''appsa'' (accessible from campus network) and thin client | + | * [http://www.wolfram.com/mathematica/ Mathematica] and [http://www.maplesoft.com/products/maple/ Maple] are available on the HPC server ''appsa'' (accessible from campus network) and thin client server ''twiggy'' (accessible from thin client computer lab 744) with command line names <code>math</code> and <code>maple</code>, respectively. |
− | * [http://www.mathworks.com/products/matlab/ MATLAB] is available on ''appsa | + | * [http://www.mathworks.com/products/matlab/ MATLAB] is available on ''appsa'', and ''twiggy'' with command line name <code>matlab</code>. |
− | * [http://www.gnu.org/software/octave/ Octave] is a free program that runs most MATLAB code — available on ''appsa | + | * [http://www.gnu.org/software/octave/ Octave] is a free program that runs most MATLAB code — available on ''appsa'', and ''twiggy'' with command line name <code>octave</code>. |
− | * [http://www.sagemath.org/index.html SageMath] is a free mathematics software built on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more — available on ''appsa | + | * [http://www.sagemath.org/index.html SageMath] is a free mathematics software built on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more — available on ''appsa'', and ''twiggy'' with command line name <code>sage</code>. |
− | * [http://www.singular.uni-kl.de/ Singular] is a free program for computational commutative algebra. It is available on ''appsa | + | * [http://www.singular.uni-kl.de/ Singular] is a free program for computational commutative algebra. It is available on ''appsa'', and ''twiggy'' with command line name <code>Singular</code>. |
* [http://www.math.uiuc.edu/Macaulay2/ Macaulay 2] is another free program for computational commutative algebra. It is available on ''appsa'' with command line name <code>M2</code>. | * [http://www.math.uiuc.edu/Macaulay2/ Macaulay 2] is another free program for computational commutative algebra. It is available on ''appsa'' with command line name <code>M2</code>. | ||
* [http://magma.maths.usyd.edu.au/magma/ MAGMA] does computations with many algebraic objects. Not free, but available on ''appsa'' with command line name <code>magma</code>. | * [http://magma.maths.usyd.edu.au/magma/ MAGMA] does computations with many algebraic objects. Not free, but available on ''appsa'' with command line name <code>magma</code>. |
Revision as of 12:20, 16 January 2019
Software Available on Linux Servers
- Mathematica and Maple are available on the HPC server appsa (accessible from campus network) and thin client server twiggy (accessible from thin client computer lab 744) with command line names
math
andmaple
, respectively. - MATLAB is available on appsa, and twiggy with command line name
matlab
. - Octave is a free program that runs most MATLAB code — available on appsa, and twiggy with command line name
octave
. - SageMath is a free mathematics software built on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more — available on appsa, and twiggy with command line name
sage
. - Singular is a free program for computational commutative algebra. It is available on appsa, and twiggy with command line name
Singular
. - Macaulay 2 is another free program for computational commutative algebra. It is available on appsa with command line name
M2
. - MAGMA does computations with many algebraic objects. Not free, but available on appsa with command line name
magma
.
Check out the Math Computing Cheat Sheet. The Math department's HPC server appsa may be accessed off-campus via login. See here for instructions on connecting to login from your personal computer.
See also the list of text editors for various operating systems.