Chapter 11. List of GEL functions

Table of Contents

Commands
Basic
Parameters
Constants
Numeric
Trigonometry
Number Theory
Matrix Manipulation
Linear Algebra
Combinatorics
Calculus
Functions
Equation Solving
Statistics
Polynomials
Set Theory
Commutative Algebra
Miscellaneous
Symbolic Operations
Plotting

To get help on a specific function from the console type:

help FunctionName

Commands

help
help
help FunctionName

Print help (or help on a function/command).

load
load "file.gel"

Load a file into the interpreter. The file will execute as if it were typed onto the command line.

cd
cd /directory/name

Change working directory to /directory/name.

pwd
pwd

Print the current working directory.

ls
ls

List files in the current directory.

plugin
plugin plugin_name

Load a plugin. Plugin of that name must be installed on the system in the proper directory.