Personal tools

Difference between revisions of "Comandos útiles de Python y BASH"

From hpcwiki

Jump to: navigation, search
(Created page with " == Python == Es posible introducir un arreglo en numpy usando la sintaxis the matlab: A = np.matrix("1.,2;3,4;5,6")")
 
(Python)
Line 4: Line 4:
 
Es posible introducir un arreglo en numpy usando la sintaxis the matlab:
 
Es posible introducir un arreglo en numpy usando la sintaxis the matlab:
  
A = np.matrix("1.,2;3,4;5,6")
+
<code> A = np.matrix("1.,2;3,4;5,6") </code>

Revision as of 17:24, 15 April 2014

Python

Es posible introducir un arreglo en numpy usando la sintaxis the matlab:

A = np.matrix("1.,2;3,4;5,6")