#!/usr/bin/env python3 # Cargar librería import numpy as np # Crear una matriz matrix = np.array([[1, 2], [1, 2], [1, 2]])