<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wikiprogramming.alfredgg.dev/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wikiprogramming.alfredgg.dev/feed.php">
        <title>Programming math_langs</title>
        <description></description>
        <link>https://wikiprogramming.alfredgg.dev/</link>
        <image rdf:resource="https://wikiprogramming.alfredgg.dev/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-13T10:26:00+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:math_python&amp;rev=1589016308&amp;do=diff"/>
                <rdf:li rdf:resource="https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:matlab&amp;rev=1589016308&amp;do=diff"/>
                <rdf:li rdf:resource="https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:octave&amp;rev=1589016308&amp;do=diff"/>
                <rdf:li rdf:resource="https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:r&amp;rev=1589016308&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wikiprogramming.alfredgg.dev/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Programming</title>
        <link>https://wikiprogramming.alfredgg.dev/</link>
        <url>https://wikiprogramming.alfredgg.dev/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:math_python&amp;rev=1589016308&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-09T09:25:08+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Programación matemática en Python</title>
        <link>https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:math_python&amp;rev=1589016308&amp;do=diff</link>
        <description>Programación matemática en Python

Se utilizan las librerías:

	*  Nativa de python
	*  NumPy
	*  SciPy
	*  Matplotlib

Librerías

Funciones nativas


sum(l)					# Devuelve la suma de los elementos en la colección l


NumPy

Generación de números aleatorios

	*  Con</description>
    </item>
    <item rdf:about="https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:matlab&amp;rev=1589016308&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-09T09:25:08+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MATLAB</title>
        <link>https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:matlab&amp;rev=1589016308&amp;do=diff</link>
        <description>MATLAB

Pequeñas pinceladas

	*  El lenguaje que utiliza se denomina M.
	*  Podemos introducir varios comandos en una línea, estos podrían estar separados (y finalizados) por ';' , en ese caso no mostrará los cálculos realizados por pantalla. Podemos separarlos por ',', entonces sí que los mostrará.</description>
    </item>
    <item rdf:about="https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:octave&amp;rev=1589016308&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-09T09:25:08+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Octave</title>
        <link>https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:octave&amp;rev=1589016308&amp;do=diff</link>
        <description>Octave

Página del proyecto 


Octave es un lenguaje de programación enfocado a las matemáticas y con sintaxis parecida (o idéntica) a la de MATLAB. 


QtOctave es el entorno para Octave que emula al de MATLAB.

Básico

Funciones básicas

	*  help command, muestra la ayuda para un comando.</description>
    </item>
    <item rdf:about="https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:r&amp;rev=1589016308&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-09T09:25:08+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>R</title>
        <link>https://wikiprogramming.alfredgg.dev/doku.php?id=math_langs:r&amp;rev=1589016308&amp;do=diff</link>
        <description>R

Es un lenguaje y entorno de programación para análisis estadístico  y gráfico. 

Existe un IDE para trabajar con el lenguaje denominado RStudio.
Para instalarlo en Ubuntu añadiremos el paquete r-base.

Básico

Funciones básicas

	*  dim(variable): Devuelve la dimensión de una variable (</description>
    </item>
</rdf:RDF>
