Diferencia entre revisiones de «Prog26: Introducción a vectores y matrices»

De MateWiki
Saltar a: navegación, buscar
(Para saber más)
Línea 13: Línea 13:
 
* [http://www.mathworks.es/es/help/matlab/ref/colon.html colon (:) operator] (MATLAB)
 
* [http://www.mathworks.es/es/help/matlab/ref/colon.html colon (:) operator] (MATLAB)
 
* [http://www.gnu.org/software/octave/doc/interpreter/Matrices.html Matrices] (GNU Octave)
 
* [http://www.gnu.org/software/octave/doc/interpreter/Matrices.html Matrices] (GNU Octave)
* [http://www.gnu.org/software/octave/doc/interpreter/Ranges.html#Ranges Ranges (: operator] (GNU Octave)
+
* [http://www.gnu.org/software/octave/doc/interpreter/Ranges.html#Ranges Ranges (: operator)] (GNU Octave)
 
* [http://www.gnu.org/software/octave/doc/interpreter/Special-Utility-Matrices.html Special Utility Matrices -- see linspace] (GNU Octave)
 
* [http://www.gnu.org/software/octave/doc/interpreter/Special-Utility-Matrices.html Special Utility Matrices -- see linspace] (GNU Octave)
  

Revisión del 15:46 11 jun 2013

Curso de Introducción a la programación
Introducción a vectores y matrices
Vídeo anterior Siguiente vídeo
Este artículo es una unidad didáctica del Curso de Introducción a la Programación


El nombre MATLAB se refiere a MATrix LABoratory, porque es un entorno que es capaz de manejar de manera sencilla y rápida matrices y vectores. En este vídeo explicamos cómo crear vectores y matrices arbitrarios, y también un par de métodos para generar vectores y matrices regulares.

1 Vídeo

2 Para saber más

3 Vídeos relacionados