Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hadrienj/59c65769e4186148cca638d81ac07ff7 to your computer and use it in GitHub Desktop.
Save hadrienj/59c65769e4186148cca638d81ac07ff7 to your computer and use it in GitHub Desktop.
# First things first: let's import some libraries
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
A = np.array([[1, 3, 5], [5, 4, 1], [3, 8, 6]])
A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment