Here are my codes for plotting some vectors:
import numpy as np import matplotlib.pyplot as plt epsilon_new = 10e-16; a1 = np.array([1,1]) a2 = np.array([-1,1]) b