File: ch11.html

package info (click to toggle)
genius 1.0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 25,308 kB
  • sloc: ansic: 75,620; xml: 71,565; sh: 4,445; makefile: 1,927; lex: 523; yacc: 298; perl: 54
file content (5 lines) | stat: -rw-r--r-- 4,910 bytes parent folder | download
1
2
3
4
5
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 11. Lista de funciones GEL</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="Manual de Genius"><link rel="up" href="index.html" title="Manual de Genius"><link rel="prev" href="ch10.html" title="Chapter 10. Teoría de conjuntos en GEL"><link rel="next" href="ch11s02.html" title="Básico"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 11. Lista de funciones GEL</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch10.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch11s02.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="genius-gel-function-list"></a>Chapter 11. Lista de funciones GEL</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="sect1"><a href="ch11.html#genius-gel-function-list-commands">Comandos</a></span></dt><dt><span class="sect1"><a href="ch11s02.html">Básico</a></span></dt><dt><span class="sect1"><a href="ch11s03.html">Parámetros</a></span></dt><dt><span class="sect1"><a href="ch11s04.html">Constantes</a></span></dt><dt><span class="sect1"><a href="ch11s05.html">Numérico</a></span></dt><dt><span class="sect1"><a href="ch11s06.html">Trigonometría</a></span></dt><dt><span class="sect1"><a href="ch11s07.html">Teoría de números</a></span></dt><dt><span class="sect1"><a href="ch11s08.html">Manipulación de matrices</a></span></dt><dt><span class="sect1"><a href="ch11s09.html">Álgebra lineal</a></span></dt><dt><span class="sect1"><a href="ch11s10.html">Combinatoria</a></span></dt><dt><span class="sect1"><a href="ch11s11.html">Cálculo</a></span></dt><dt><span class="sect1"><a href="ch11s12.html">Funciones</a></span></dt><dt><span class="sect1"><a href="ch11s13.html">Resolución de ecuaciones</a></span></dt><dt><span class="sect1"><a href="ch11s14.html">Estadísticas</a></span></dt><dt><span class="sect1"><a href="ch11s15.html">Polinomios</a></span></dt><dt><span class="sect1"><a href="ch11s16.html">Teoría de conjuntos</a></span></dt><dt><span class="sect1"><a href="ch11s17.html">Álgebra conmutativa</a></span></dt><dt><span class="sect1"><a href="ch11s18.html">Miscelánea</a></span></dt><dt><span class="sect1"><a href="ch11s19.html">Operaciones simbólicas</a></span></dt><dt><span class="sect1"><a href="ch11s20.html">Dibujar</a></span></dt></dl></div><p lang="en">
To get help on a specific function from the console type:
</p><pre lang="en" class="programlisting">help FunctionName
</pre><p lang="en">
    </p><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="genius-gel-function-list-commands"></a>Comandos</h2></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span class="term"><a name="gel-command-help"></a>help</span></dt><dd><pre class="synopsis">help</pre><pre class="synopsis">ayuda NombreFunción</pre><p>Imprimir ayuda (o ayuda en una función/comando).</p></dd><dt><span class="term"><a name="gel-command-load"></a>load</span></dt><dd><pre class="synopsis">load «archivo.gel»</pre><p>Cargar un archivo en el intérprete. El archivo se ejecutará como si se hubiera escrito en la línea de comandos.</p></dd><dt><span class="term"><a name="gel-command-cd"></a>cd</span></dt><dd><pre class="synopsis">cd /carpeta/nombre</pre><p>Cambiar la carpeta de trabajo a <code class="filename">/carpeta/nombre</code>.</p></dd><dt><span class="term"><a name="gel-command-pwd"></a>pwd</span></dt><dd><pre class="synopsis">pwd</pre><p>Imprimir la carpeta de trabajo actual.</p></dd><dt><span class="term"><a name="gel-command-ls"></a>ls</span></dt><dd><pre class="synopsis">ls</pre><p>Listar archivos en la carpeta actual.</p></dd><dt><span class="term"><a name="gel-command-plugin"></a>plugin</span></dt><dd><pre class="synopsis">plugin nombre_del_complemento</pre><p>Cargar un complemento. El complemento debe estar instalado en el sistema en la carpeta adecuada.</p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch10.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch11s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 10. Teoría de conjuntos en GEL </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Básico</td></tr></table></div></body></html>