import numpy as np # Criando uma matriz 3x3 matriz = np.array([[1, 2, 3], [4, 5, 6], [7, 8, 9]]) print(matriz)