Capítulo 11. List of GEL functions

Índice

Comandos
Básico
Parâmetros
Constantes
Numérico
Trigonometria
Teoria dos números
Manipulação de matrizes
Álgebra linear
Combinatória
Cálculo
Funções
Solução de equações
Estatística
Polinômios
Teoria dos conjuntos
Álgebra comutativa
Miscelânea
Operações simbólicas
Plotagem

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

help FunctionName

Comandos

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.