Skip to content

Instantly share code, notes, and snippets.

@ficapy
Created May 2, 2018 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ficapy/14e78f1b0976367a7f296df93e9bd654 to your computer and use it in GitHub Desktop.
Save ficapy/14e78f1b0976367a7f296df93e9bd654 to your computer and use it in GitHub Desktop.
import numpy as np
np.array([8.218,-9.341]) + np.array([-1.129,2.111])
np.array([7.119,8.215]) - np.array([-8.223,0.878])
7.41 * np.array([1.671,-1.012,-0.318])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment