GNU Octave Wiki es: Difference between revisions
No edit summary |
|||
Line 3: | Line 3: | ||
== ⚙️ [[:Category:Installation|Installing]] == | == ⚙️ [[:Category:Installation|Installing]] == | ||
Instrucciones de instalación para: | |||
* [[Octave for GNU/Linux|GNU/Linux]], [[Octave for Android|Android]], | * [[Octave for GNU/Linux|GNU/Linux]], [[Octave for Android|Android]], y [[Octave for other Unix systems|other Unix systems]] | ||
* [[Octave for macOS|macOS]] | * [[Octave for macOS|macOS]] | ||
* [[Octave for Microsoft Windows|Microsoft Windows]] | * [[Octave for Microsoft Windows|Microsoft Windows]] | ||
Obtén los instaladores y el código fuente de https://www.octave.org/download. | |||
{{Note|'''GNU Octave {{Release}}''' is the current stable release.}} | {{Note|'''GNU Octave {{Release}}''' is the current stable release.}} | ||
¿Estás usando una versión anterior de Octave? Verifica la página de [[Release History]] para ver la antigüedad de la versión. | |||
== ❓ Getting help == | == ❓ Getting help == |
Revision as of 14:51, 24 April 2023
GNU Octave es un lenguaje interpretado de alto nivel, principalmente orientado para computaciones numéricas. Posee capacidades para a solución de problemas numéricos lineales y no lineales además de otros experimentos numéricos. Contiene una extensa librería de herramientas gráficas para la manipulación y visualización de datos. El programa se nombró en honor a Octave Levenspiel, exprofesor del autor principal de GNU Octave. GNU Octave es usado normalmente a través de su interface (CLI y GUI), pero también puede ser usado para escribir programas no interactivos. El proyecto fue concebido alrededor de 1988, su intención era ser una herramienta de apoyo para un curso de diseño de reactor químico. El lenguaje de GNU Octave es compatible con Matlab, la mayoría de los programas son facilmente portables. Además, funciones conocidas de la librería estándar de C y las llamadas del sistema UNIX son utilizables. Código de C/C++ y Fortran puede ser utilizado en Octave creando Oct-Files, o usando archivos Mex-Files compatibles de Matlab.
⚙️ Installing
Instrucciones de instalación para:
Obtén los instaladores y el código fuente de https://www.octave.org/download.
¿Estás usando una versión anterior de Octave? Verifica la página de Release History para ver la antigüedad de la versión.
❓ Getting help
- Octave Discourse - Forum for Octave users and developers.
- Other support options
💡 Getting started 🔰
🔬 Development
We always need more help improving Octave and there are many ways you can contribute (fixing bugs, developing new features, answering questions on Octave Discourse, ...).
- Get an overview about the GNU Octave development.
- Take a look at our project ideas and Summer of Code project ideas.
📦 Packages
- Installing packages
- Octave Packages — collection of packages and toolboxes
📝User Contributed Code
- Category User Contributed Code — A compilation of user provided code (✏️ add yours!)
🎓 Academia
- Publications using Octave — A compilation of scientific publications making reference to GNU Octave (add yours!).